[Nagios-users] Binding Nagios to one interface

2009-11-07 Thread Scott Ackerman
I have a server with two (2) network interfaces, all of the sudden nagios is sending out requests to nrpe on the network interface that I didn't originally set up with, and this is causing problems with the SSL handshake for nrpe. Is there a way to bind nagios to one interface only? Scott Ackerm

Re: [Nagios-users] Print only one line of text

2009-11-07 Thread Flyinvap
Le Sat, 07 Nov 2009 20:30:35 +0100, jonas kellens a écrit : > I'm using Nagios 3.2.0 and I still can't print multiple lines to be > send with the notification email. > > What am I missing ?? You don't use the right macro [1] . $SERVICEOUTPUT$ : The first line of text output from the last serv

[Nagios-users] Print only one line of text

2009-11-07 Thread jonas kellens
I read the following on http://nagiosplug.sourceforge.net/developer-guidelines.html#PLUGOUTPUT : 2.1. Print only one line of text Nagios will only grab the first line of text from STDOUT when it notifies contacts about potential problems. If you print multiple lines, you're out of luck (though thi

Re: [Nagios-users] Help for install nagios on fedora 11

2009-11-07 Thread Morris, Patrick
SODATONOU Dodji Comlan Samuel wrote: > On the basis of nagios quickstart guide, i install without error nagios-3.2 > and nagios- > pluggins-1.4.11 on a linux box server runnning fedora 11. > > But when i vérify the sample nagios configuration files via the following > command > > /usr/local/nagio

[Nagios-users] Help for install nagios on fedora 11

2009-11-07 Thread SODATONOU Dodji Comlan Samuel
On the basis of nagios quickstart guide, i install without error nagios-3.2 and nagios- pluggins-1.4.11 on a linux box server runnning fedora 11. But when i vérify the sample nagios configuration files via the following command /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg

Re: [Nagios-users] Problems implementing Digest Authentication

2009-11-07 Thread Flyinvap
Le Fri, 06 Nov 2009 20:57:50 -0500, ReynierPM a écrit : > AS you can see here I only commented the lines for Basic Auth and add > the lines for Digest Auth. You have to manage your htpasswd file with htdigest, not with htpasswd [1]. Did you change your htpaswd file ? [1] http://httpd.apache.or