Re: [Nagios-users] enabling external commands

2006-02-04 Thread Yong Lee
K, In answer to my own post, it looks like the command cgi *requires* the nagios.cfg file to be used as the main configuration file. I was trying to use my own 'maing' config file which was causing me the grief. Now I am seeing the error message : "Error: Could not stat() command file '/var/lo

[Nagios-users] enabling external commands

2006-02-04 Thread Yong Lee
Hi all, I hope someone can help me with a very puzzling problem. I am trying to enable external commands so that I can temporarily disable notifications of a known problem. I have the following setup in my configuration file: check_external_commands=1 command_check_interval=1 command_file=/v

Re: [Nagios-users] What did we recover from?

2006-02-04 Thread Chet Luther
On 2/3/06, Andrew Laden <[EMAIL PROTECTED]> wrote: > > Is there some macro that we can use when a recovery alert was sent out to > indicate what we recovered from? I.E. Warning, or Critical? > > I am writing my own notification module, since the notification and > escalation rules that nagios provi

Re: [Nagios-users] send_nsca send_check_result script question

2006-02-04 Thread Brady Maxwell
Marc Thanks for the info thats exactly the stuff i needed. Marc Powell wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:nagios-users- [EMAIL PROTECTED] On Behalf Of Brady Maxwell Sent: Friday, February 03, 2006 6:17 PM To: Nagios users Subject: [Nagios-users] send_nsca send_

RE: [Nagios-users] send_nsca send_check_result script question

2006-02-04 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Brady Maxwell > Sent: Friday, February 03, 2006 6:17 PM > To: Nagios users > Subject: [Nagios-users] send_nsca send_check_result script question > > in the send_nsca config file there do

Re: [Nagios-users] new plugin?

2006-02-04 Thread Todd Barbera
www.nagiosexchange.org Todd - Original Message - From: "Roy Sigurd Karlsbakk" <[EMAIL PROTECTED]> To: Sent: Saturday, February 04, 2006 11:21 AM Subject: [Nagios-users] new plugin? hi i just wrote a simple STUN check plugin with vovida's stun client. where can i post this? it's

Re: [Nagios-users] check_mem giving wrong values

2006-02-04 Thread Hans Engelen
Seems correct to me or am I missing the point. Mind you  the 11 % is not counting what is used up for buffers and cache. So if you look at the second line of your result from free you will see 54168 used which is your 11 % (before some hefty rounding). Note that the first line of free gives you the

[Nagios-users] new plugin?

2006-02-04 Thread Roy Sigurd Karlsbakk
hi i just wrote a simple STUN check plugin with vovida's stun client. where can i post this? it's located at http://karlsbakk.net/asterisk/ scripts/check_stun roy -- Roy Sigurd Karlsbakk [EMAIL PROTECTED] --- In space, loud sounds, like explosions, are even louder because there is no air t

Re: [Nagios-users] RE: Reporting and misc rave.

2006-02-04 Thread Ton Voon
On 3 Feb 2006, at 19:24, Tedman Eng wrote: Read/Write access to cmd.cgi can already be disabled using .htaccess I tried that (setting a group in .htaccess and only certain users into that group), and it worked, but I didn't like the user experience (Apache gives another login panel, rathe

[Nagios-users] check_mem giving wrong values

2006-02-04 Thread Dirk H. Schulz
Hi folks, I have Nagios 2.0rc2 running up and fine (on Debian Sarge stable) and have started testing check_mem, but it seems to give wrong information: /usr/local/nagios/libexec/check_mem -w 70 -c 90 OK: 11% Used Memory | MemUsed=11%;70;90 So 11 % of used memory? Now that is what free offe