Page 1 of 1

No graphs are being produced from Solaris10 Plugins!

Posted: Tue Jul 27, 2010 12:20 pm
by micatwix
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

Re: No graphs are being produced from Solaris10 Plugins!

Posted: Tue Jul 27, 2010 12:29 pm
by tonyyarusso
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

Re: No graphs are being produced from Solaris10 Plugins!

Posted: Wed Aug 04, 2010 9:20 am
by micatwix
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