You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I need help.
The plugin is working from CLI but not from the Centreon Web Interface, which returns the error "No output returned from plugin"
From CLI:
./check_vmware_esx.pl -H 192.168.201.24 -f /usr/lib/centreon/plugins/esx.auth -S cpu -w 80 -c 90
Output:
OK: CPU wait=1224038.00 ms - CPU ready=3317.00 ms - CPU usage=36.82%|'cpu_wait'=1224038.00ms;80;90;; 'cpu_ready'=3317.00ms;80;90;; 'cpu_usage'=36.82%;80;90;;
CENTREON:
I create new command with no $ARG$:
/usr/lib/centreon/plugins/check_vmware_esx.pl -H $HOSTADDRESS$ -f /usr/lib/centreon/plugins/esx.auth -S cpu -w 80 -c 90
but ...
what am I doing wrong?
Thanks!
The text was updated successfully, but these errors were encountered:
If it's working from the command line the issue is caused by Centreon and not by the plugin- Typically you have problems with access rights. Test as the Centreon user.
Hi, I need help.
The plugin is working from CLI but not from the Centreon Web Interface, which returns the error "No output returned from plugin"
From CLI:
./check_vmware_esx.pl -H 192.168.201.24 -f /usr/lib/centreon/plugins/esx.auth -S cpu -w 80 -c 90
Output:
OK: CPU wait=1224038.00 ms - CPU ready=3317.00 ms - CPU usage=36.82%|'cpu_wait'=1224038.00ms;80;90;; 'cpu_ready'=3317.00ms;80;90;; 'cpu_usage'=36.82%;80;90;;
CENTREON:$ARG$ :$HOSTADDRESS$ -f /usr/lib/centreon/plugins/esx.auth -S cpu -w 80 -c 90
I create new command with no
/usr/lib/centreon/plugins/check_vmware_esx.pl -H
but ...
what am I doing wrong?
Thanks!
The text was updated successfully, but these errors were encountered: