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
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
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
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
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
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