[Nagios-users] check_ntp_time sometimes reports Offset unknown

2012-07-25 Thread Alberto Larripa
Do you have installed the last versión of the check_ntpd plugin in you client-server machine?, this problem sometimes occur if you don't have the last version. See you Alberto Larripa Sysadmin and DBA Administ

Re: [Nagios-users] Notifications on passive service checks

2010-11-16 Thread Alberto Menichetti
the built in feature for this: is_volatile. See http://nagios.sourceforge.net/docs/2_0/volatileservices.html Regards, Martin Melin On Tue, Nov 16, 2010 at 10:41 PM, Alberto Menichetti wrote: Hi all, I noticed the same strange behavior, but I don't think it's the right behavior. Operat

Re: [Nagios-users] Notifications on passive service checks

2010-11-16 Thread Alberto Menichetti
t, let me know either way and I'll amend the docs. -- TAI S.r.l. Alberto Menichetti Area Mercato - Ingegneria dei Sistemi System Engineer 50141 Firenze - Via Pazzagli, 2 Voice: +39 055 42661 - Fax +39 055 4266356 56125 Pisa - Viale Gramsci, 12 Voice: +39 050 220221 - Fax: +39 05

Re: [Nagios-users] Nagios-users Digest, Vol 22, Issue 28

2008-03-17 Thread Carlo Alberto Bedogni
> > Today's Topics: > > 1. Re: setup check_apache.pl (Tom Throckmorton) > > > -- > > Message: 1 > Date: Sat, 15 Mar 2008 15:44:28 -0400 > From: Tom Throckmorton <[EMAIL PROTECTED]> > Subject: Re: [Nagios-users] set

Re: [Nagios-users] setup check_apache.pl

2008-03-15 Thread Carlo Alberto Bedogni
with your actual ip address ;) > Diego. > > > 2008/3/15, Carlo Alberto Bedogni <[EMAIL PROTECTED]>: > > > > thanks for your answer but i don't have nagios user on my sistem , i > > have only set the password for nagiosadmin ( with > >

[Nagios-users] setup check_apache.pl

2008-03-15 Thread Carlo Alberto Bedogni
hi all i have nagios 2.10 on centos 5 , i'm trying to install check_apache.pl but give me a error 127 . check_apache.pl is locate in /usr/lib64/nagios/plugins/contrib/ in /etc/nagios/localhost.cfg i have add this lines : define service{ use local-service

Re: [Nagios-users] check_ssh plugin setup problem , please help me

2008-03-14 Thread Carlo Alberto Bedogni
thanks guys now is working thanks a lot :) On Fri, Mar 14, 2008 at 7:48 PM, Carlo Alberto Bedogni <[EMAIL PROTECTED]> wrote: > hi all. > > i have nagios 2.10 on centos 5 , i'm trying to install check_ssh plugin ( > in my system is in /usr/lib64/nagios/plu

[Nagios-users] check_ssh plugin setup problem , please help me

2008-03-14 Thread Carlo Alberto Bedogni
hi all. i have nagios 2.10 on centos 5 , i'm trying to install check_ssh plugin ( in my system is in /usr/lib64/nagios/plugins ) in /etc/nagios/localhost.cfg i have add this line : define service{ use local-service ; Name of service template to use

Re: [Nagios-users] Nagiosgraph problem

2006-03-01 Thread Alberto
, Alberto <[EMAIL PROTECTED]> wrote: if I define  command in this way define command{    command_name process-service-perfdata    command_line /usr/share/nagios/nagiosgraph/insert.pl "$LASTSERVICECHECK$||$HOSTNAME$||$SERVICEDESC$||$SERVICEOUTPUT$||$SERVICEPERFDATA$"    

Re: [Nagios-users] Nagiosgraph problem

2006-03-01 Thread Alberto
12 2006 INSERT info: Input output:DISK OK - free space: Wed Mar  1 12:14:12 2006 INSERT warn: perfdata not recognized Wed Mar  1 12:14:12 2006 INSERT debug: nagiosgraph exited If replace the echo in command and use insert.pl I dont get anything inside rrd folder neither any error in nagiosgraph.log O

Re: [Nagios-users] Nagiosgraph problem

2006-02-27 Thread Alberto
cessing_command=process-service-perfdata and this in command.cfg define command{    command_name    process-service-perfdata    command_line  /usr/local/nagios/nagiosgraph/insert.pl } On 2/27/06, Hugo van der Kooij <[EMAIL PROTECTED]> wrote: On Mon, 27 Feb 2006, Alberto

[Nagios-users] Nagiosgraph problem

2006-02-27 Thread Alberto
I get this in nagiosgraph.log: CGI error: RRDs::graph ERR can't make a graph without contents I get the blue screen of nagiosgraph but no images on it... what is the probleam? I have no data on rrd/ folder but if I execute insert.pl manually as nagios user I get date in the folder but if I delete

[Nagios-users] Execute Event_handler witouth state change?

2006-02-27 Thread Alberto
I have defined an event_handler on a service and it get executed when service changed state (from ok to warning/critical or from warning to critical or critical to warning). But I want it get executed when the service is in nonOK state. So if services always report WARNING I want the event_handle

[Nagios-users] check_swap always returns 100% free on HP-UX

2006-02-22 Thread Alberto
is this a bug? [node1:nagios] nagios/bin $ ./check_swap -V check_swap (nagios-plugins 1.4.2) 1.52 [node1:nagios] nagios/bin $ ./check_swap -w 10% -c 5% SWAP OK - 100% free (0 MB out of 0 MB) |swap=0MB;0;0;0;0

Re: [Nagios-users] Plugins 1.4

2006-02-15 Thread Alberto
Is there any depot or tar of plugings 1.4.2 bin for hp-ux 11 ( itanium and parisc) .Where can I download them?On 2/14/06, Marco Borsani < [EMAIL PROTECTED]> wrote:Hi folks!I am testing nagios plugins ver. 1.4 on my HP-UX 11.0 server, but none ofthem seem working fine.I tried to use them on a Nagio

[Nagios-users] Nagios global stylesheet ??

2006-02-01 Thread Alberto
Is there anyway to modify stylesheet colors, font, etc... globally not for each section on each file, why is this so complex in Nagios? Will this be improved in future releases?

[Nagios-users] nagios-plugins 1.4.1 bin for solaris 8??

2006-01-30 Thread Alberto
Hi, I can get binary RPM of latest nagios plugins for Linux. But where can I download solaris 8 packages of 1.4.1 nagios-plugins?

[Nagios-users] How to define a service for a host_group?

2006-01-27 Thread Alberto
Is there any way to define services for a hostgroup something like... define service{ host_name   v240_servers .. } and not having to specify all hosts everytime I define a new service define service{ host_name   node1,node2,node4,... }