Search found 7 matches

by Tilman
Tue Oct 27, 2015 1:43 pm
Forum: Open Source Nagios Projects
Topic: NRPE allowed_hosts woes with IPv6 on RHEL/CentOS 6
Replies: 6
Views: 4109

Re: NRPE allowed_hosts woes with IPv6 on RHEL/CentOS 6

Sure, go ahead and close it if you see no interest in further discussion here. From my perspective everything has been said.
by Tilman
Mon Oct 26, 2015 6:16 pm
Forum: Open Source Nagios Projects
Topic: NRPE allowed_hosts woes with IPv6 on RHEL/CentOS 6
Replies: 6
Views: 4109

Re: NRPE allowed_hosts woes with IPv6 on RHEL/CentOS 6

I already did:

https://github.com/NagiosEnterprises/nrpe/issues/31

It didn't stir much interest so far:
tilmanschmidt opened this Issue 5 days ago · 0 comments
But thanks for reminding me I should update it with my latest findings and a link to the discussion here.
by Tilman
Mon Oct 26, 2015 12:13 pm
Forum: Open Source Nagios Projects
Topic: NRPE allowed_hosts woes with IPv6 on RHEL/CentOS 6
Replies: 6
Views: 4109

Re: NRPE allowed_hosts woes with IPv6 on RHEL/CentOS 6

Ah, sorry, I forgot to mention that. Specifying the numeric addresses, ie.

Code: Select all

allowed_hosts=192.0.2.28,2001:db8:f00:ba8::28
works fine.
by Tilman
Mon Oct 26, 2015 9:55 am
Forum: Open Source Nagios Projects
Topic: NRPE lacks IPv6 support
Replies: 6
Views: 2530

Re: NRPE lacks IPv6 support

JFTR, NRPE version 2.15 added IPv6 support. I've opened a new subject for the first problem I've encountered with that. ;)
by Tilman
Mon Oct 26, 2015 9:47 am
Forum: Open Source Nagios Projects
Topic: NRPE allowed_hosts woes with IPv6 on RHEL/CentOS 6
Replies: 6
Views: 4109

NRPE allowed_hosts woes with IPv6 on RHEL/CentOS 6

A fully IPv6 dual stack enabled network is monitored by Nagios 3.5.1 installed from EPEL on a CentOS 6.7 server. Monitored hosts run NRPE agents, all of which are configured to run as daemons (not via xinetd) with the configuration line allowed_hosts=bombur.example.com where bombur.example.com is th...
by Tilman
Mon Feb 18, 2013 5:45 pm
Forum: Open Source Nagios Projects
Topic: NRPE lacks IPv6 support
Replies: 6
Views: 2530

Re: NRPE lacks IPv6 support

Thanks. I was aware of those two efforts, but somewhat unsure regarding their status.
It makes me a bit nervous that none of them has made it into the main development branch.
There must be a reason for that.

Is any of them ready for use in a production environment?
by Tilman
Sun Feb 17, 2013 5:51 pm
Forum: Open Source Nagios Projects
Topic: NRPE lacks IPv6 support
Replies: 6
Views: 2530

NRPE lacks IPv6 support

It seems that although Nagios itself does of course support IPv6, the NRPE plugin check_nrpe does not: [ts@bombur ~]$ host galadriel.example.com galadriel.example.com has IPv6 address 2001:db8:f004:8::32 [ts@bombur ~]$ /usr/lib64/nagios/plugins/check_nrpe -n -H galadriel.example.com Invalid host nam...