Re: [Nagios-users] Nagios check frequency

2012-01-23 Thread Frank Bulk
Try "retry_check_interval": http://www.mail-archive.com/nagios-users@lists.sourceforge.net/msg02734.html Frank -Original Message- From: Andreas Ericsson [mailto:a...@op5.se] Sent: Monday, January 23, 2012 6:20 AM To: Nagios Users List Cc: Wadud Miah (ITCS) Subject: Re: [Nagios-users] Nag

Re: [Nagios-users] ndomod: Still unable to connect to data sink

2012-01-23 Thread Assaf Flatto
Can you provide some information about your configuration , it might shed some light on your problem? Is the data base active ? did you specify the scheme as specified in the NDO documentation ? On 23/01/12 20:00, Gabriel Angió wrote: Hello list, Since the first time, I am having this proble

[Nagios-users] ndomod: Still unable to connect to data sink

2012-01-23 Thread Gabriel Angió
Hello list, Since the first time, I am having this problem, when I look at the syslog: it appears [1327288417] ndomod: Still unable to connect to data sink. 3502824 items lost, 5000 queued items to flush. [1327289329] ndomod: Still unable to connect to data sink. 3506486 items lost, 5000 queu

[Nagios-users] Nagios is sending critical false alerts about current users

2012-01-23 Thread Saikrishna
Hello All, Nagios seems to be sending false alerts about few hosts, (ex: There were no users on one host and still Nagios was reporting a critical alert and says 6 users are logged in. How do I fix this one? Also, I have installed nagios and added 12 hosts as a start and monitoring few details on

Re: [Nagios-users] Windows Active Sessions

2012-01-23 Thread Jim Avery
On 23 January 2012 14:56, Robert Jackson wrote: > Hi Jim, > > Managed to get some output, but not what I expected: > > "I (0.3.8.75 2010-05-27) seem to be doing fine" > > I get the same manually running check_nrpe from the Nagios host command > line. > > > Any ideas? I've not seen that myself, bu

[Nagios-users] service / host contact_groups Additive Inheritance

2012-01-23 Thread mail
Hi All, I have a questions about "Additive Inheritance" I have a service that inherits is contact_groups from its host, for this one service I wants to add an additional contact_group(s) but i seem to be having an issue with my understanding of Additive Inheritance an example of the config is

Re: [Nagios-users] Windows Active Sessions

2012-01-23 Thread Robert Jackson
Hi Jim, Managed to get some output, but not what I expected: "I (0.3.8.75 2010-05-27) seem to be doing fine" I get the same manually running check_nrpe from the Nagios host command line. Any ideas? -Original Message- From: Jim Avery [mailto:j...@jimavery.me.uk] Sent: Monday 23 Januar

Re: [Nagios-users] Windows Active Sessions

2012-01-23 Thread Claudio Kuenzler
There's also an existing plugin for this: check_user_count.bat http://exchange.nagios.org/directory/Plugins/Remote-Access/Count-number-of-terminal-server-sessions/details However I suggest to use checkCounter, as Jim Avery mentioned it. That way you keep independent of additional files. On Mon, J

Re: [Nagios-users] Windows Active Sessions

2012-01-23 Thread Robert Jackson
Hi Jim, Many thanks for the excellent reply. I'll give it a bash and see if I can get it going. -Original Message- From: Jim Avery [mailto:j...@jimavery.me.uk] Sent: Monday 23 January 2012 13:43 To: Nagios Users List Subject: r...@walkermartyn.co.uk - Re: [Nagios-users] Windows Active Se

Re: [Nagios-users] Windows Active Sessions

2012-01-23 Thread Jim Avery
On 23 January 2012 13:09, Robert Jackson wrote: > Does anyone know how to return the number of active sessions from a Windows > Terminal server? I have installed the NSClient++ service on the Windows > server and obviously have the NRPE plugin installed on my Nagios host. Rab, if I've understoo

[Nagios-users] Marco Wiese/BEIT GmbH ist außer Haus.

2012-01-23 Thread mwiese
Ich werde vom 23.01.2012 bis einschließlich 27.01.2012 nicht im Büro sein. Ich werde Ihre Nachricht nach meiner Rückkehr schnellstmöglich beantworten. -- I will be out of the office starting 23/09/2011 and will not return until 30/09/2011. I w

[Nagios-users] Windows Active Sessions

2012-01-23 Thread Robert Jackson
Does anyone know how to return the number of active sessions from a Windows Terminal server? I have installed the NSClient++ service on the Windows server and obviously have the NRPE plugin installed on my Nagios host. Regards, Rab. ===

Re: [Nagios-users] Nagios check frequency

2012-01-23 Thread Deborah Martin
Wadud, Surely, a check frequency of 60 minutes is not a good idea since, it could be that the node has been down for an hour before anyone knows anything about it ? I would recommend checking every 10 minutes to start with since that is the frequency you'd want to check if it was a NON-OK st

Re: [Nagios-users] Nagios check frequency

2012-01-23 Thread Ismael Puerto
Hi Wadud copy/paste: External Command Check Interval Format: command_check_interval=[s] Example: command_check_interval=1 If you specify a number with an "s" appended to it (i.e. 30s), this is the number of seconds to wait between external command checks. If you leave off the "s", this is the num

Re: [Nagios-users] Nagios check frequency

2012-01-23 Thread Wadud Miah (ITCS)
Hi Andreas, Thanks for the reply. The retry_interval will retry to ensure the service is actually down, which is the case here. This is set to three in my configuration. However, once it exceeds retry_interval and the service is deemed as not-OK, it is then that I want it to increase the check

Re: [Nagios-users] Nagios check frequency

2012-01-23 Thread Andreas Ericsson
On 01/23/2012 12:48 PM, Wadud Miah (ITCS) wrote: > Hello Nagios users, > > I would like Nagios to increase the check frequency once the service > is in a critical state. For example, if a check has a frequency of > every 60 minutes, once it has reached a critical state, I want the > check frequenc

[Nagios-users] Nagios check frequency

2012-01-23 Thread Wadud Miah (ITCS)
Hello Nagios users, I would like Nagios to increase the check frequency once the service is in a critical state. For example, if a check has a frequency of every 60 minutes, once it has reached a critical state, I want the check frequency to run at, say, every 10 minutes until the check has rea