Search found 3 matches
- Wed Mar 11, 2020 8:38 am
- Forum: Nagios XI
- Topic: [SOLVED] NagiosXI does not show graphic
- Replies: 1
- Views: 155
[SOLVED] NagiosXI does not show graphic
Hello all, I made a script to graphic that I get an int value like 200. I have this in conditional into script to notify a Nagios state: ok=0 critical=1 warning=2 if [ "${resultado}" > "$5" ]; then echo "CRITICAL: Score is ${result} | 'score'=${result};100;110;;;" exit ...
- Tue Feb 26, 2019 3:37 am
- Forum: Open Source Nagios Projects
- Topic: CHECK_NRPE: Receive header underflow - only -1 bytes receive
- Replies: 2
- Views: 1365
Re: CHECK_NRPE: Receive header underflow - only -1 bytes rec
I don't have firewall in all machines.
- Mon Feb 25, 2019 11:02 am
- Forum: Open Source Nagios Projects
- Topic: CHECK_NRPE: Receive header underflow - only -1 bytes receive
- Replies: 2
- Views: 1365
CHECK_NRPE: Receive header underflow - only -1 bytes receive
Good afternoon, I have this lab architecture. :roll: * One server with Nagios Core installed. That's contains NRPE 3.2.1 (latest) version. I've installed following this instructions: https://support.nagios.com/kb/article/nrpe-how-to-install-nrpe-8.html 8-) * Five Linux servers with samba, glusterfs,...