Cool, first time I've ever discovered a bug.
My report is http://tracker.nagios.org/view.php?id=505
Thanks
Search found 5 matches
- Tue Oct 15, 2013 1:37 pm
- Forum: Open Source Nagios Projects
- Topic: NRPE compilation error
- Replies: 7
- Views: 7632
- Tue Oct 15, 2013 12:04 pm
- Forum: Open Source Nagios Projects
- Topic: NRPE compilation error
- Replies: 7
- Views: 7632
Re: NRPE compilation error
Thanks for the reply.
I do have openssl installed:
I do have openssl installed:
Code: Select all
[root@nagios var]# yum list installed | grep openssl
openssl.x86_64 1.0.0-27.el6_4.2 @update
openssl-devel.x86_64 1.0.0-27.el6_4.2 @update - Tue Oct 15, 2013 11:03 am
- Forum: Open Source Nagios Projects
- Topic: NRPE compilation error
- Replies: 7
- Views: 7632
NRPE compilation error
Can't seem to find a dedicated NRPE support forum, so I hope posting here isn't inappropriate. I'm trying to compile NRPE 2.15 on CentOS 6.4 with ./configure --disable-ssl. This works without errors. But: [root@nagios nrpe-2.15]# make all cd ./src/; make ; cd .. make[1]: Entering directory `/home/ti...
- Thu Sep 22, 2011 2:39 pm
- Forum: Open Source Nagios Projects
- Topic: check_snmp checking entire hostgroup
- Replies: 2
- Views: 1591
Re: check_snmp checking entire hostgroup
Arrrggg....do you know how many times I looked at that and didn't see that?
That solved it.
Thanks
That solved it.
Thanks
- Wed Sep 21, 2011 4:31 pm
- Forum: Open Source Nagios Projects
- Topic: check_snmp checking entire hostgroup
- Replies: 2
- Views: 1591
check_snmp checking entire hostgroup
I am running Nagios 3.3.1 on an OpenSuse 11.1 system. I have defined a hostgroup, switches, for monitoring all my network switches. Each switch has it's own configuration file. I have configured one switch as below: cat outer-sw4.cfg define host{ use generic-switch host_name outer-sw4 hostgroups swi...