Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check Centreon (No output returned from plugin) #170

Closed
Feliscucu opened this issue May 13, 2020 · 1 comment
Closed

Check Centreon (No output returned from plugin) #170

Feliscucu opened this issue May 13, 2020 · 1 comment

Comments

@Feliscucu
Copy link

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 ...
image

image

what am I doing wrong?
Thanks!

@BaldMansMojo
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants