Search found 3 matches
- Fri Mar 06, 2020 12:28 am
- Forum: Open Source Nagios Projects
- Topic: check_nrpe gives incorrect output
- Replies: 5
- Views: 1976
Re: check_nrpe gives incorrect output
Okay, Got it working. bash-3.2$ ./libexec/check_nrpe -H localhost -c print_env _=/usr/bin/env NRPE_PROGRAMVERSION=2.12 NRPE_MULTILINESUPPORT=1 PWD=/ TZ=IST-5:30 PATH was not set? Had to set PATH along with command definition: command[check_oracle_<SID>]=PATH=/usr/bin:<ORACLE_HOME>/bin /opt/nrpe/libe...
- Wed Mar 04, 2020 11:23 pm
- Forum: Open Source Nagios Projects
- Topic: check_nrpe gives incorrect output
- Replies: 5
- Views: 1976
Re: check_nrpe gives incorrect output
Tried this, still getting the same O/P. Strange, that it reports "Database UP" for other SID's. A total of 8 SID's are there, 2 of which are reported as DOWN by check_nrpe. Though ORA_PMON_<SID> exists for each of these SID's. Should i be using some other Nagios Plugin for Oracle DB monito...
- Tue Mar 03, 2020 11:42 pm
- Forum: Open Source Nagios Projects
- Topic: check_nrpe gives incorrect output
- Replies: 5
- Views: 1976
check_nrpe gives incorrect output
Hello, I've been scratching my head over this , i hope i'll find a suggestion here. On the remote machine <nrpe_home>/libexec/check_oracle --db <SID> , shows database is up, But <nrpe_home>/libexec/check_nrpe -H localhost -c check_oracle_<SID> , reports database is down. In nrpe.cfg , the command is...