Search found 4 matches
- Thu May 14, 2020 7:44 am
- Forum: Open Source Nagios Projects
- Topic: NRPE: Unable to read output
- Replies: 8
- Views: 4614
Re: NRPE: Unable to read output
@ssax this is the output: [root@nagios ~]# /usr/local/nagios/libexec/check_nrpe -H app_server NRPE v3.2.1 [root@nagios ~]# /usr/local/nagios/libexec/check_nrpe -H app_server -n CHECK_NRPE: Receive header underflow - only -1 bytes received (4 expected). [root@nagios ~]# /usr/local/nagios/libexec/chec...
- Fri May 08, 2020 3:48 am
- Forum: Open Source Nagios Projects
- Topic: NRPE: Unable to read output
- Replies: 8
- Views: 4614
Re: NRPE: Unable to read output
Hi guys, I will try to describe better: Nagios nrpe | | V app_server -------------------------> db_server check_oracle_health I am trying to test the oracle connection between app_server and db_server via the check_oracle_health plugin written in Perl form Nagios via NRPE. I installed everything tha...
- Fri Apr 24, 2020 5:37 am
- Forum: Open Source Nagios Projects
- Topic: Email motifications not received by user
- Replies: 5
- Views: 1933
Re: Email motifications not received by user
Hi,
did you try to trigger a notification from the GUI interface selecting the host and Send custom host notification?
or through the command line?
did you try to trigger a notification from the GUI interface selecting the host and Send custom host notification?
or through the command line?
- Fri Apr 24, 2020 5:23 am
- Forum: Open Source Nagios Projects
- Topic: NRPE: Unable to read output
- Replies: 8
- Views: 4614
NRPE: Unable to read output
I have this problem with NRPE. I'm trying to run check_oracle_health (https://labs.consol.de/nagios/check_oracle_health/) plugin through NRPE. When i exicute the script it works: /usr/local/nagios/libexec/check_oracle_health -t 240 --connect=DEV --user=nagios --password='xxxxxxxx' --mode=connected-u...