Re: [Nagios-users] check_ping modify output

2008-11-05 Thread Hendrik BŠäcker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Little OT but: Aaron Segura schrieb: > 1) Get the source > > 2) Modify > > 3) Compile > > 4) …. > > 5) Profit! > > 6) Share it back with the community ;) If it's nice enough send a unified patch file to the nagios

Re: [Nagios-users] Hysteresis anyone?

2008-11-05 Thread Thomas Guyot-Sionnest
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/11/08 02:23 PM, Matthias Flacke wrote: > Maybe a check_multi solution is something for you > (http://my-plugin.de/check_multi): > > - 8< -- > # hysteresis.cmd > # call: check_multi -f hyste

Re: [Nagios-users] nagios 3 authorization/authentication issues

2008-11-05 Thread Marc Powell
On Nov 5, 2008, at 1:33 PM, [EMAIL PROTECTED] wrote: Hello, > Somehow, it seems like the .htaccess authentication and nagios > authorization are not communicating. Is there some other switch that > I need to flip to get this on and working? I know I must b emissing > something, but, I'm

[Nagios-users] nagios 3 authorization/authentication issues

2008-11-05 Thread rjustinwilliams
I'm more than a little confused here... Have just installed Nagios 3.0.4, and I have it popping up its web page, etc. I edited the cgi.cfg file to make sure that nagiosadmin is authorized to do just about anything it needs to (authorized_* has nagiosadmin in there). nagiosadmin is defined as

Re: [Nagios-users] Hysteresis anyone?

2008-11-05 Thread Matthias Flacke
Maybe a check_multi solution is something for you (http://my-plugin.de/check_multi): - 8< -- # hysteresis.cmd # call: check_multi -f hysteresis.cmd \ #-s LASTSERVICESTATEID=$LASTSERVICESTATEID$ \ #-s UPPER= -s LOWER= # # 1. get tempe

Re: [Nagios-users] How to change Date and Time of Nagios Messages.

2008-11-05 Thread Novin Jaiswal
Hi Thanks for your reply I have set like this but still it is showing me 6th Nov instead of 5th Nov Look like its not the issue of time zone but date setting on apache or php? Pls help. Nagios.cfg use_timezone=US/Est apache nagios.conf # SSLRequireSSL Options ExecCGI

Re: [Nagios-users] check_ping modify output

2008-11-05 Thread The Noob
Thanks all for your help. I will try to develop a new script to modify the output for PING OK, PING critical etc.. But I don't to forget the Exit code (0 for ping ok, 1 ping warning , 2 for ping critical) Best Regards The Noob 2008/11/5 Sean McAfee <[EMAIL PROTECTED]> > Aaron Segura wrote: > > >

[Nagios-users] Hysteresis anyone?

2008-11-05 Thread Simon Kainz
Hi list ! I'm currently monitoring several room temperature and humidity meters and was wondering if anyone already has implementet some kind of hysteresis in Nagios ? My scenario is the following: I want an critical state when temp rises above 26 degrees. As long as it doesnt drop below, say 24

Re: [Nagios-users] How to change Date and Time of Nagios Messages.

2008-11-05 Thread Paulus, Jake
Novin: Nagios uses your system date/time unless you configure the timezone option in nagios.cfg. Take a look at http://nagios.sourceforge.net/docs/3_0/configmain.html and search for " Timezone Option." Thanks, -Jake 239-949-4450 x6628 From: Novin Jaiswal [mailto:[EMAIL PROTECTED] Sent:

[Nagios-users] How to change Date and Time of Nagios Messages.

2008-11-05 Thread Novin Jaiswal
Hi Friends, I know It's a silly qn. I am getting event log with wrong time. Can any body tell me how to change the date and time. Do I need to change apache 's date or nagios Date. If yes then how? I have already changed my Linux box Date but I didn't make any difference. [11-06-2

Re: [Nagios-users] check_ping modify output

2008-11-05 Thread Marouane HIMDI
The easiest way is to develop a customised plugin (based on check_ping) and have customised output message Dr Marouane HIMDI Ingénieur R&D/R&D Engineer KEREVAL 4, rue Hélène Boucher Z.A. Bellevue 35235 Thorigné Fouillard Tel : +33 (0)2 23 20 36 64 http://ww

Re: [Nagios-users] check_ping modify output

2008-11-05 Thread Sean McAfee
Aaron Segura wrote: > > 1) Get the source > > 2) Modify > > 3) Compile > > 4) …. > > 5) Profit! > Or write a script that wraps around check_ping, evaluates the native return, then returns whatever you want. -- Sean McAfee System Engineer Collaborative Fusion, Inc. [EMAIL PROTECTED] 412-422-34

Re: [Nagios-users] check_ping modify output

2008-11-05 Thread Aaron Segura
1) Get the source 2) Modify 3) Compile 4) 5) Profit! From: The Noob [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2008 8:53 AM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] check_ping modify out

[Nagios-users] check_ping modify output

2008-11-05 Thread The Noob
Hello all, I would like to customize the output of a check_ping command. In fact I do not want PING KO or PING CRITICAL but another message. Is it possible to do it ? Thanks for your help Best Regards The Noob - This SF.Net

Re: [Nagios-users] Monitor windows process

2008-11-05 Thread Livio Zanol Puppim
User SNMP to do this... Via the hrSW MIB (1.3.6.1.2.1.25.4.2.1) You can also monitor memory and CPU usage. 2008/11/5 Paulus, Jake <[EMAIL PROTECTED]> > Alternatively, you can use check_snmp_process.pl if you prefer SNMP over > some other agent. > > Thanks, -Jake > 239-949-4450 x6628 > > > -O

Re: [Nagios-users] test

2008-11-05 Thread Aaron Segura
Fail. From: Toussaint OTTAVI [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2008 3:21 AM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] test test - This SF

[Nagios-users] service dependency on host? Here's my working solution

2008-11-05 Thread Toussaint OTTAVI
Charlie Reddington wrote : I've seen the docs about having services dependent on services, and hosts dependent on hosts. But how about services, dependent on hosts. Do I just use hosts instead of services in the config? Hi Charlie, I had the same problem. I read a lot of topics, but I didn't f

Re: [Nagios-users] Alerts for host down

2008-11-05 Thread Marc Powell
On Nov 5, 2008, at 4:04 AM, Holikar, Sachin (ext) wrote: > Hi all , > > Y no replies yet .Am i missing any data or is something wrong? Probably because 1/2 the world was still asleep when you posted. Probably because replying to list postings is not a priority for anyone here. Probably b

Re: [Nagios-users] Monitor windows process

2008-11-05 Thread Paulus, Jake
Alternatively, you can use check_snmp_process.pl if you prefer SNMP over some other agent. Thanks, -Jake 239-949-4450 x6628 -Original Message- From: Izz Abdullah [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2008 2:38 AM To: Chris Lee; nagios-users@lists.sourceforge.net Subjec

[Nagios-users] nrpe / check_smart_ide

2008-11-05 Thread ibloodyhatespam
Odd problem this. I'm using nagios 3.0.4 and I've just installed nrpe 2.1.2. Most checks through nrpe work fine on this host except for one: check_smart_ide. Suid bit has been set, and logging in as the nagios user and manually performing a "./check_ide_smart -n -d /dev/sda" results in a nagios

[Nagios-users] Service dependency on host? Here's my working solution

2008-11-05 Thread Toussaint OTTAVI
(Sorry for 'test', seems that my previous message didn't go through.) Charlie Reddington wrote : I've seen the docs about having services dependent on services, and hosts dependent on hosts. But how about services, dependent on hosts. Do I just use hosts instead of services in the config? Hi C

[Nagios-users] test

2008-11-05 Thread Toussaint OTTAVI
test - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere

Re: [Nagios-users] Alerts for host down

2008-11-05 Thread Holikar, Sachin (ext)
Hi all , Y no replies yet .Am i missing any data or is something wrong? Thanks. sac From: Holikar, Sachin (ext) Sent: Mittwoch, 5. November 2008 08:54 To: Nagios-users@lists.sourceforge.net Subject: [Nagios-users] Alerts for host down Hello, We have

[Nagios-users] Ways of having a passive only service with freshness checking

2008-11-05 Thread Thomas Lorenzen
Hi' For passive only services I typically use option    check_period    none instead of option    active_checks_enabled   0 since the latter gives rise to showing these checks as disabled in the "tactical overview", which the former does not. It is less confusing for our o

[Nagios-users] Best Notification strategy?

2008-11-05 Thread Felipe Ferreira
Hello list, Maybe this have been discussed but doing my searches I was not able to find. Well I have doubts on how to correctly setup the notifications for our admins on-call. They complain to be getting to many alarms all night. Here is how I have it setup: 1. Each 15min the Nagios check_host_

Re: [Nagios-users] PING is WARNING?

2008-11-05 Thread Bjørn T Johansen
H... I should have known that Thx.. :) BTJ On Wed, 05 Nov 2008 09:42:02 +0100 Dennis Hünseler <[EMAIL PROTECTED]> wrote: > > Yes you can :-) > In the Service definition you can configure which notifications go out for > which service: > > notification_optionsw,u,c,r

Re: [Nagios-users] PING is WARNING?

2008-11-05 Thread Dennis Hünseler
Yes you can :-) In the Service definition you can configure which notifications go out for which service: notification_optionsw,u,c,r (this will be warning, unknown, critical, recovery) From nagios Documentation: notification_options: This directive is used to determine wh

Re: [Nagios-users] PING is WARNING?

2008-11-05 Thread Bjørn T Johansen
That's the problem; I don't get any errors from the commandline and Nagios also thinks the ping is OK most of the time... But is there a way to disable notification from warnings for this check? BTJ On Wed, 05 Nov 2008 08:58:26 +0100 Dennis Hünseler <[EMAIL PROTECTED]> wrote: > > Hi, > > try

Re: [Nagios-users] PING is WARNING?

2008-11-05 Thread Dennis Hünseler
Hi, try pinging these machines from command line and take a look at the output. I think you will get an error on command line too. regards, Dennis On Wed, 5 Nov 2008 08:27:29 +0100, Bjørn T Johansen <[EMAIL PROTECTED]> wrote: > I get a lot of these from Nagios, what does those mean? All this is

Re: [Nagios-users] Ubuntu and FreeBSD Server

2008-11-05 Thread Traiano Welcome
Hi Renato Please could you send us the output of a telnet from an Ubuntu machine to the freebsd Apache port? Your issue *may* be related to a tcp window-scaling issue that sometimes manifests between Ubuntu/Debian boxes and some operating system versions. Thanks, Traiano Welcome Network Monito

Re: [Nagios-users] Monitor windows process

2008-11-05 Thread Chris Lee
Hi, This is great! Thanks to all the responses! Regards, -- Chris On Wed, Nov 5, 2008 at 3:37 PM, Izz Abdullah <[EMAIL PROTECTED]> wrote: > Dear Chris, > This is 'out-of-the-box' if you use check_nt (NTClient++). Please look at > the documentation... > HINT: > define service{ >use