Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
FIL
I think I am messing this up because i can´t seen to get this plugin working.Before I put plugins in Nagios3 I test then via command line like this ./check_oracle_instant replacing the words between with the appropriate data to fit my needs.Can anyone tell me if this is the correct syntax?
1050468@isep.ipp.pt
1050468@isep.ipp.pt
Check Oracle status & health without install Oracle client - Just a little update on the script prov
byFIL, June 16, 2010
I think I am messing this up because i can´t seen to get this plugin working.Before I put plugins in Nagios3 I test then via command line like this ./check_oracle_instant replacing the words between with the appropriate data to fit my needs.Can anyone tell me if this is the correct syntax?
1050468@isep.ipp.pt
1050468@isep.ipp.pt
check_hr_process
Just tried to run it to monitor a windows 2000 machine and it runs just fine...You only have to add the line: use lib'/pathtoutils.pm/'; which in my case is: use lib'/usr/lib/nagios/plugins';
also have in mind that he may may not find your host be name so just run it with this command :
./check_hr_process -d java.exe -w 1 -c 1 -H 'ipadressofhostyouwanttocheck' -C yourcomunity
Just tried to run it to monitor a windows 2000 machine and it runs just fine...You only have to add the line: use lib'/pathtoutils.pm/'; which in my case is: use lib'/usr/lib/nagios/plugins';
also have in mind that he may may not find your host be name so just run it with this command :
./check_hr_process -d java.exe -w 1 -c 1 -H 'ipadressofhostyouwanttocheck' -C yourcomunity
Owner's reply
Btw. try out the new version! Unfortunately with the split of nagios-exchange there was a very old version online on this page for a long time and I was unaware of it!