Search found 1 match
- Wed Jan 12, 2011 3:46 am
- Forum: Open Source Nagios Projects
- Topic: Check Oracle don't work in Nagios, but it works in command
- Replies: 0
- Views: 1042
Check Oracle don't work in Nagios, but it works in command
Hello, In Nagios 3, I have this command: # ### CHECK ORACLE ### define command{ command_name check_oracle_DBDES command_line /usr/bin/perl /usr/local/nagios/libexec/check_oracle_instant 192.168.1.22 1521 DBDES system MYp@SSW0RD } And this service check: define service{ use generic-service host_name ...