[Nagios-users] Critical and warnings values for a snmp check

2005-11-21 Thread Angel L. Mateo
Hello all, I have been using nagios for a long time, but now is the first time I want to make something not usual (at least, for me). I want to check system healthy for some of my dell servers ask them for the status by snmp. The check I run answers me the values: 1 - other 2 -

Vedr.: [Nagios-users] Critical and warnings values for a snmp check

2005-11-21 Thread Thomas Jens Lauritsen
Hi Angel, I would write a bash plugin script to solve the problem if I were in your shoes... You should need a working snmp installation to get it running. /Thomas |-+ | | Angel L. Mateo | | |

[Nagios-users] check sip service

2005-11-21 Thread nagios_user
Hello to all list, I have a little problem to issue. When I try to check sip service, through check_sip plugin, I receive the following error: *** #./check_sip -u sip:[EMAIL PROTECTED] Invalid Extension #

[Nagios-users] check_snmp - UPS

2005-11-21 Thread Richard Gliebe
Hi, I have to monitor our Master-UPS via 'check_snmp'. I want to get an alert, when the capacity goes under 80 % like this. [...] # ./check_snmp -H ups.company.com -C uclvNOC-ro -o .OID \ -l BATTERY (%) -w 80 -c 60 [...] But when the retournvalue is 100 (%), I've get an critital alert. ##

Re: [Nagios-users] check_snmp - UPS

2005-11-21 Thread Subhendu Ghosh
negate is a plugin that will change the return code of a plugin. with check_snmp - try -w 0:60 -c 0:80 you will get a warning above 60 and critical above 80 On Mon, 21 Nov 2005, Richard Gliebe wrote: Hi, I have to monitor our Master-UPS via 'check_snmp'. I want to get an alert, when the

[Nagios-users] debug mode

2005-11-21 Thread John Jolet
I've written a check that seems to work just dandy from the command line, and I BELIEVE i've got the same syntax for it in checkcommands.cfg, but the return info from the check as run by nagios does not seem to be working right. Is there a way to see EXACTLY what the check command looked like

RE: [Nagios-users] debug mode

2005-11-21 Thread Marc Powell
-Original Message- From: [EMAIL PROTECTED] [mailto:nagios-users- [EMAIL PROTECTED] On Behalf Of John Jolet Sent: Monday, November 21, 2005 9:48 AM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] debug mode I've written a check that seems to work just dandy from

[Nagios-users] Multiple links from serviceextinfo to graphs?

2005-11-21 Thread Max
I have mrtg setup on my Nagios box to link to whatever graph I want specified in my serviceextinfo.cfg. I looked at the documentation but couldn't find the answer to my question. I'm thinking it's not possible, but I figured I would ask anyways. First an example of my serviceextinfo.cfg:

Re: [Nagios-users] Multiple links from serviceextinfo to graphs?

2005-11-21 Thread Ben O'Hara
On 11/21/05, Max [EMAIL PROTECTED] wrote: I have mrtg setup on my Nagios box to link to whatever graph I want specified in my serviceextinfo.cfg. I looked at the documentation but couldn't find the answer to my question. I'm thinking it's not possible, but I figured I would ask anyways. First

Re: [Nagios-users] debug mode

2005-11-21 Thread John Jolet
On Monday 21 November 2005 09:58, Marc Powell wrote: You could enable debug at compile time (./configure --help) or you could just wrap your command_line in an echo like -- # 'check_nrpe' command definition define command{ command_namecheck_nrpe command_lineecho

RE: [Nagios-users] debug mode

2005-11-21 Thread Marc Powell
-Original Message- From: [EMAIL PROTECTED] [mailto:nagios-users- [EMAIL PROTECTED] On Behalf Of John Jolet Sent: Monday, November 21, 2005 10:09 AM To: nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] debug mode On Monday 21 November 2005 09:58, Marc Powell wrote:

[Nagios-users] what is the best web based console

2005-11-21 Thread Randy Paries
Hello, What is the most popular or best supported web based console? There are a number of them under the AddOn Projects and i would like to use the one that is most popular Thanks --- This SF.Net email is sponsored by the JBoss Inc. Get

Re: [Nagios-users] Multiple links from serviceextinfo to graphs?

2005-11-21 Thread John P. Rouillard
In message [EMAIL PROTECTED], Ben O'Hara writes: On 11/21/05, Max wrote: I have mrtg setup on my Nagios box to link to whatever graph I want specified in my serviceextinfo.cfg. I looked at the documentation but couldn't find the answer to my question. I'm thinking it's not possible, but I

[Nagios-users] Using NRPE to call remote event_handlers

2005-11-21 Thread Mark Pearson
Anyone else using check_nrpe to run script on remote hosts for event handlers? It's a basic setup but just not sure what I missing. I have central box that monitors our web db server farm. If a service fails I want an event to kick off on the remote machine that will restart the

RE: [Nagios-users] Multiple links from serviceextinfo to graphs?

2005-11-21 Thread John Cianfarani
Reading this made me think of an off the wall way to do that. Just a shot in the dark here, so take it as you will. Maybe you could write some javascript code to be included into the html and have the url only contain data like, with an onlcik event.

Re: [Nagios-users] check_snmp - UPS

2005-11-21 Thread Richard Gliebe
On Mon, 2005-11-21 at 09:43 -0500, Subhendu Ghosh wrote: Hi, negate is a plugin that will change the return code of a plugin. with check_snmp - try -w 0:60 -c 0:80 you will get a warning above 60 and critical above 80 Sorry, but it returns also an critical alert: # ./negate

Re: [Nagios-users] check_snmp - UPS

2005-11-21 Thread Richard Gliebe
On Tue, 2005-11-22 at 07:06 +0100, Richard Gliebe wrote: On Mon, 2005-11-21 at 09:43 -0500, Subhendu Ghosh wrote: Hi, negate is a plugin that will change the return code of a plugin. with check_snmp - try -w 0:60 -c 0:80 you will get a warning above 60 and critical above 80

Re: [Nagios-users] Using NRPE to call remote event_handlers

2005-11-21 Thread moshe sharon
Hello First nrpe only returns one line from output so if your restarting procedure returns multiple lines you wont see all the lines from the check_nrpe. second i see you are passing arguments with -a did you enable nrpe with command arguments ? and final you can call sudo before your script