Search found 31 matches
- Thu May 03, 2012 3:23 pm
- Forum: Open Source Nagios Projects
- Topic: No buffer space available
- Replies: 2
- Views: 3135
Re: No buffer space availalbe
I figured it out. I noticed these messages in /var/log/messages kernel: Neighbour table overflow. Following the info here, http://www.gnulinuxclub.org/index.php?option=com_content&task=view&id=333&Itemid=49 I was able to fix the issue. the fix: [root@xxxxx ~]# cat /proc/sys/net/ipv4/neig...
- Thu May 03, 2012 2:13 pm
- Forum: Open Source Nagios Projects
- Topic: Could not complete SSL handshake
- Replies: 16
- Views: 6600
Re: Could not complete SSL handshake
What does your /etc/xinetd.d/nrpe file look like on the target box?
Anything in /var/log/messages?
Anything in /var/log/messages?
- Thu May 03, 2012 1:32 pm
- Forum: Open Source Nagios Projects
- Topic: Critical alarms not showing up in service view.
- Replies: 8
- Views: 3404
Re: Critical alarms not showing up in service view.
To clarify, the notifications page is saying it was sent out? My first thought was maybe it was due to soft vs hard state.
But if it's showing on the notifications page I don't think that'd be it. Can you review the maillog file to see if the email was sent out from your server to the relay?
But if it's showing on the notifications page I don't think that'd be it. Can you review the maillog file to see if the email was sent out from your server to the relay?
- Thu May 03, 2012 1:26 pm
- Forum: Open Source Nagios Projects
- Topic: Could not complete SSL handshake
- Replies: 16
- Views: 6600
Re: Could not complete SSL handshake
Have you verified nrpe is indeed running on the target server?
Code: Select all
netstat -an | grep 5666 - Thu May 03, 2012 10:52 am
- Forum: Nagios XI
- Topic: how to monitor AIX, HP servers
- Replies: 8
- Views: 2012
Re: how to monitor AIX, HP servers
I'm using nrpe with check_disk on aix with no problems.
I think nrpe might be your missing piece of the puzzle.
I think nrpe might be your missing piece of the puzzle.
- Thu May 03, 2012 10:26 am
- Forum: Open Source Nagios Projects
- Topic: Could not complete SSL handshake
- Replies: 16
- Views: 6600
Re: Could not complete SSL handshake
You can save it all to a file of you'd like by using:
to get the ssl version use:
Code: Select all
./configure --with-ssl=/path/to/ssl --with-ssl-lib=/that/path >> my_config.log Code: Select all
openssl version- Thu May 03, 2012 8:07 am
- Forum: Open Source Nagios Projects
- Topic: No buffer space available
- Replies: 2
- Views: 3135
No buffer space available
I just deployed a new server upgrade a nagios 2.x system to nagios 3.x. It's monitoring 1300 hosts and about 3400 services. The old operating system is AIX, but I'm replacing it with Linux. Checks are scheduled for every 5 minutes and once it gets rolling I'm getting random services flapping, typica...
- Thu May 03, 2012 7:52 am
- Forum: Open Source Nagios Projects
- Topic: Could not complete SSL handshake
- Replies: 16
- Views: 6600
Re: Could not complete SSL handshake
Are you using a relatively recent version of openssl? I ran into a similar problem on an old host that was quite outdated.
Did you review the ./configure output carefully for any errors? Those would be the first 2 places I'd look.
Did you review the ./configure output carefully for any errors? Those would be the first 2 places I'd look.
- Mon Apr 30, 2012 11:46 am
- Forum: Nagios XI
- Topic: Component scheduled for installation
- Replies: 2
- Views: 868
Re: Component scheduled for installation
Crond was it. Thanks!
- Thu Apr 26, 2012 3:01 pm
- Forum: Open Source Nagios Projects
- Topic: Host Vs Service
- Replies: 6
- Views: 2385
Re: Host Vs Service
I find it easiest to think in terms of physical servers.
The "Host" is the physical box, the "Services" are applications running on that box.
Typically you will have multiple "services" configured on a single "host".
The "Host" is the physical box, the "Services" are applications running on that box.
Typically you will have multiple "services" configured on a single "host".