Search found 5 matches
- Tue Sep 26, 2017 10:59 am
- Forum: Open Source Nagios Projects
- Topic: check_nrpe shows the wrong IPv6 address in error messages
- Replies: 8
- Views: 5937
- Tue Sep 26, 2017 10:06 am
- Forum: Open Source Nagios Projects
- Topic: check_nrpe shows the wrong IPv6 address in error messages
- Replies: 8
- Views: 5937
Re: check_nrpe uses the wrong IPv6 address
@scottwilkerson The bug I meant is about the fact that check_nrpe's error message displays the wrong IP address.
- Tue Sep 26, 2017 9:38 am
- Forum: Open Source Nagios Projects
- Topic: check_nrpe shows the wrong IPv6 address in error messages
- Replies: 8
- Views: 5937
Re: check_nrpe uses the wrong IPv6 address
The plugin is this one: https://github.com/yakatz/nagios-plugin ... restart.pynpolovenko wrote:Also, can you upload the plugin as well so we could test it?
- Tue Sep 26, 2017 9:37 am
- Forum: Open Source Nagios Projects
- Topic: check_nrpe shows the wrong IPv6 address in error messages
- Replies: 8
- Views: 5937
Re: check_nrpe uses the wrong IPv6 address
Hello, It turns out that the issue is not actually as I originally described. The actual problem for me was that the firewall was still blocking the IPv6 traffic on port 5666. The fact that the IP address is displayed incorrectly in the output of check_nrpe was a red herring. The whole time it was a...
- Mon Sep 25, 2017 10:03 pm
- Forum: Open Source Nagios Projects
- Topic: check_nrpe shows the wrong IPv6 address in error messages
- Replies: 8
- Views: 5937
check_nrpe shows the wrong IPv6 address in error messages
Hello all, I am setting up check_nrpe to query a bunch of servers that all have IPv6 addresses. All machines have NRPE 3.2.1 (and the server has that same version of check_nrpe . When I run a test: /usr/local/nagios/libexec/check_nrpe -H myhost.example.com -p 5666 -c check_reboot_required I get the ...