hi,
i am monitoring my solaris 10 ver 10/09 with nrpe using the following ngaios-plugins downloaded from "http://exchange.nagios.org/directory/Search/2/solaris" .
The plug-ins are running and retrieving data from the Solaris server though no graphs are being produced.
these are the plugins that i am using:
check_vitals --vmstat
check_vitals --netstat
check_zfs rpool 2
please see below the relevant scrren shots ilustrating the data reterival though no graphs being produced.
can you please advice on how to produce graphs for these ngaios-plugins and other in the near future?
Thanks
yoyo
No graphs are being produced from Solaris10 Plugins!
-
- Posts: 36
- Joined: Sun Jun 13, 2010 4:24 am
No graphs are being produced from Solaris10 Plugins!
You do not have the required permissions to view the files attached to this post.
-
- Posts: 1128
- Joined: Wed Mar 03, 2010 12:38 pm
- Location: St. Paul, MN, USA
Re: No graphs are being produced from Solaris10 Plugins!
Usually this sort of behavior is the result of the check plugin not returning data in precisely the expected format. If that's the case, you would want to contact the plugin author and ask them to fix that, following http://nagiosplug.sourceforge.net/devel ... tml#AEN201
-
- Posts: 36
- Joined: Sun Jun 13, 2010 4:24 am
Re: No graphs are being produced from Solaris10 Plugins!
thanks,
you are right after looking at the format there was a missing | (pipe) charecter in the script which actually say everything after the pipe will be parse as performance data (which can be seen on the "Advanced" TAB in the "Performance Data" filed) as long as it is in the right format but it wont be shown on the "Overview" TAB which fooled me so i needed to go and check the nrpe script from the server its self and see the actual data returned .
thanks
you are right after looking at the format there was a missing | (pipe) charecter in the script which actually say everything after the pipe will be parse as performance data (which can be seen on the "Advanced" TAB in the "Performance Data" filed) as long as it is in the right format but it wont be shown on the "Overview" TAB which fooled me so i needed to go and check the nrpe script from the server its self and see the actual data returned .
thanks