Re: [Nagios-users] nagios error: Could not stat() command file

2008-12-23 Thread Rahul Nabar
On Wed, Dec 24, 2008 at 1:14 AM, Ian Masters wrote: > > Have you Googled and checked the list archives? I answered this same > question earlier this month. Oh! I'll google on the Nagios list. I missed out on this one. Sorry. -- Rahul ---

Re: [Nagios-users] nagios error: Could not stat() command file

2008-12-23 Thread Ian Masters
Rahul Nabar wrote: > When I try to access many of the sub-menu options under nagios (eg. > deactivate the service etc.) I get the following error: > > Error: Could not stat() command file '/usr/local/nagios/var/rw/nagios.cmd'! > The external command file may be missing, Nagios may not be running,

[Nagios-users] Unable to Commit anything

2008-12-23 Thread Kulkarni, Saurabh
Hi, My Nagios was working perfectly but now from some days when I tried to stop some notifications I get a message that nagios.cmd file is not present. So please suggest me how to resolve this problem. Thanks & Regards, Saurabh Kulkarni Disclaimer: Please note that Flag Telec

Re: [Nagios-users] Notification Problem

2008-12-23 Thread Hugo van der Kooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 satya narayana wrote: > I have configured nagios 3.0.5, on my linux EL4 box. i have successfully > configured and added my all servers. i am able to monitor all servers. > But am unable to recieve mails form nagios server when a host down. any > one h

[Nagios-users] nagios error: Could not stat() command file

2008-12-23 Thread Rahul Nabar
When I try to access many of the sub-menu options under nagios (eg. deactivate the service etc.) I get the following error: Error: Could not stat() command file '/usr/local/nagios/var/rw/nagios.cmd'! The external command file may be missing, Nagios may not be running, and/or Nagios may not be chec

[Nagios-users] Notification Problem

2008-12-23 Thread satya narayana
Hi, I have configured nagios 3.0.5, on my linux EL4 box. i have successfully configured and added my all servers. i am able to monitor all servers. But am unable to recieve mails form nagios server when a host down. any one help me to resolve this problem. Thanks & Regar

Re: [Nagios-users] Cannot add remote-linux server to my setup to be monitored

2008-12-23 Thread Rahul Nabar
On Tue, Dec 23, 2008 at 6:52 PM, Andy Shellam wrote: > > It means you have a service check set up to check how many processes are in > the state RSZDT (I believe these are active processes) with a critical > threshold. > The current number of (active?) processes on the machine is 1,217 which is >

Re: [Nagios-users] Cannot add remote-linux server to my setup to be monitored

2008-12-23 Thread Andy Shellam
Rahul Nabar wrote: > On Tue, Dec 23, 2008 at 4:02 AM, Kenneth Holter wrote: > >> Just a little side note: I don't think you need to maintain the hostgroup<-> >> host relationship in both the hostgroup and host definitions. Keep the >> definition in one of the two to get a cleaner code. Someon

Re: [Nagios-users] Nagios / OTRS (or other ticketing systems)

2008-12-23 Thread Ian Orszaczki
We are working on integration with Unicenter Service Desk via their mail interface (too start with) and later on their WebServices interface. On Wed, Dec 24, 2008 at 10:30 AM, Marc Powell wrote: > > On Dec 23, 2008, at 11:32 AM, Brandon Perry wrote: > > > Has anyone (or does anyone) successfully

Re: [Nagios-users] Cannot add remote-linux server to my setup to be monitored

2008-12-23 Thread Rahul Nabar
On Tue, Dec 23, 2008 at 4:02 AM, Kenneth Holter wrote: > Just a little side note: I don't think you need to maintain the hostgroup<-> > host relationship in both the hostgroup and host definitions. Keep the > definition in one of the two to get a cleaner code. Someone please correct > me if I'm wr

Re: [Nagios-users] Nagios / OTRS (or other ticketing systems)

2008-12-23 Thread Marc Powell
On Dec 23, 2008, at 11:32 AM, Brandon Perry wrote: > Has anyone (or does anyone) successfully use Nagios and OTRS or > anotehr ticketing system in parallel? I am looking for a solution > that will open a support ticket if a problem is found. The OTRS guys know how. They gave a presentation a

Re: [Nagios-users] Nagios / OTRS (or other ticketing systems)

2008-12-23 Thread Joe Hartley
> Has anyone (or does anyone) successfully use Nagios and OTRS or anotehr ticketing system in parallel? > I am looking for a solution that will open a support ticket if a problem is found. I've used Nagios in concert with Request Tracker (http://www.bestpractical.com). RT can accept tickets vi

[Nagios-users] Nagios / OTRS (or other ticketing systems)

2008-12-23 Thread Brandon Perry
Has anyone (or does anyone) successfully use Nagios and OTRS or anotehr ticketing system in parallel? I am looking for a solution that will open a support ticket if a problem is found. -- http://www.volatileminds.net -- _

Re: [Nagios-users] Cannot add remote-linux server to my setup to be monitored

2008-12-23 Thread Kenneth Holter
Just a little side note: I don't think you need to maintain the hostgroup<-> host relationship in both the hostgroup and host definitions. Keep the definition in one of the two to get a cleaner code. Someone please correct me if I'm wrong. :) On 12/22/08, Rahul Nabar wrote: > > I just installed N

Re: [Nagios-users] Cannot add remote-linux server to my setup to be monitored

2008-12-23 Thread Bram Gillemon - Openminds
You've got to tell your service what hosts/hostgroups it has to check. http://nagios.sourceforge.net/docs/3_0/objectdefinitions.html#service You can do this by adding one of this to the service you would like to monitor: hostgroup_name compute-nodes host_name star01 Rahul Nabar wrote: > I jus