PDA

View Full Version : NULL Data from Check


skramer
06-20-2008, 12:39 AM
I have been digging through the forum and trying many different things but at this point not successful. I had it working under Nagios3 and Centreon2 Beta 3 but now running beta 4 I can't get the check ping to not give me null under system status. The same results are showing in the nagios interface and my system log. The arguments I am using for check_centreon_ping are !3!1200,20%!2000,50% as the remote unit is accross a VSAT connection.

Any assistance would be greatly appreciated!

falc410
06-20-2008, 10:29 AM
in such cases try to run the plugin from your shell with various options and see what the results are.
Maybe they changed the plugin and you need some kind of perl package or whatever, but if it works on the command line it will work in nagios and vice versa.

so just do a /usr/local/nagios/libexec/PLUGINNAME -H IP Adress - further options
or whereever your pluings are located.

skramer
06-20-2008, 06:29 PM
Thanks, that caught what the issue was for some reason I had missed the installation of Config/IniFiles.pm