01-02-2019, 12:39 PM
Hi,
while fiddeling around with "check_nrpe" it seams that I found a bug.
While monitoring my RPis with NEMS everything worked fine, but then I added some non RPi based server to NEMS and got an error for using "check_nrpe".
All systems are configured the same.
For a normal "check_disk" via nrpe on my RPis I am getting the result I expect.
For my other Linux based systems I am getting following error:
OS: Ubuntu 14.04.5 LTS
This is the "check_disk" command.
It seams that it is a known bug/error when compiling nagios on ARM architectures:
Link to the Nagios GitHub bug
Best,
Zerant
while fiddeling around with "check_nrpe" it seams that I found a bug.
While monitoring my RPis with NEMS everything worked fine, but then I added some non RPi based server to NEMS and got an error for using "check_nrpe".
All systems are configured the same.
For a normal "check_disk" via nrpe on my RPis I am getting the result I expect.
For my other Linux based systems I am getting following error:
Code:
(No output on stdout) stderr: *** Error in `/usr/local/nagios/libexec/check_nrpe': corrupted size vs. prev_size: 0x01376c60 ***
OS: Ubuntu 14.04.5 LTS
This is the "check_disk" command.
Code:
command[check_disk]=/usr/lib/nagios/plugins/check_disk -w 20% -c 10% -p /
It seams that it is a known bug/error when compiling nagios on ARM architectures:
Link to the Nagios GitHub bug
Best,
Zerant