RE: [Nagios-users] check_if_by_snmp output

2006-03-15 Thread Mrutyunjaya Dash
Title: check_if_by_snmp output Hi Gritsch,   I tried executing the command but it seems the command is not there in the system. I have installed net-snmp on the system. Can you please let me know whether snmpwalk comes along with net-snmp package or I need to install some other package se

Re: [Nagios-users] Service dependencies

2006-03-15 Thread Hugo van der Kooij
On Thu, 16 Mar 2006, Matthew Joyce wrote: > I check a lot of window services from linux via snmp. > One service is SNMP, if this fails or stops, others will fail. > > An I going to get a heap of notification for each service ? > > I've looked at the service dependency section in the docs, and it l

Re: [Nagios-users] switch host definition: no IP

2006-03-15 Thread Hugo van der Kooij
On Wed, 15 Mar 2006 [EMAIL PROTECTED] wrote: > (firewall)---(switch1)(mailserver) > 10.9.0.1 | 10.9.0.3 > | >(wifi AP) > 10.9.0.2 > > in this case, would i want to make a host named switch1 and have it be the > parent of the mailserver an

Re: [Nagios-users] statusmap.cgi

2006-03-15 Thread Jim Perrin
On 3/15/06, Jorge Polinotto <[EMAIL PROTECTED]> wrote: > Hi all! > Could anybody compile Nagios with gd library and so on in FreeBSD, either > using the tar.gz file or ports as well? > I've tried many differents ways but i couldn't get the statusmap.cgi... > Thanks to all... > Jorge.- Which versio

[Nagios-users] statusmap.cgi

2006-03-15 Thread Jorge Polinotto
Hi all! Could anybody compile Nagios with gd library and so on in FreeBSD, either using the tar.gz file or ports as well? I've tried many differents ways but i couldn't get the statusmap.cgi... Thanks to all... Jorge.- --- This SF.Net email is

Re: [Nagios-users] Acknowledge issues via e-mail

2006-03-15 Thread Terry
Here is my working updated script. - Set up a pop3 account with the same email address as the FROM address of your nagios alerts - When you receive an alert, simply reply to the alert and prepend your password and command to the subject. Like this: foobar ack PROBLEM: server01/Test Service Webmin

[Nagios-users] Service dependencies

2006-03-15 Thread Matthew Joyce
Title: Service dependencies Hi all, I check a lot of window services from linux via snmp. One service is SNMP, if this fails or stops, others will fail. An I going to get a heap of notification for each service ? I've looked at the service dependency section in the docs, and it looks

[Nagios-users] switch host definition: no IP

2006-03-15 Thread dick
i want some advice on if and how i should add an IP-less switch into my host definitions. the templates i've found for switches always have an IP associated with them, like so: define host{ use generic-host host_name switch1 alias

RE: [Nagios-users] Acknowledge issues via e-mail

2006-03-15 Thread Dany Allard
David We are still working on getting it implemented (change control/paperwork). The script that was sent to the list by Terry works well enough on the command line. We are now working on the e-mail parsing piece. Unfortunately due to other priorities this has fallen behind a bit. Once I have the

Re: [Nagios-users] Acknowledge issues via e-mail

2006-03-15 Thread David Schlecht
Hi Dany So, Dany, how did your endeavors go? Did you get it working? We're looking for the same solution. Are you willing to share your experience with the list? - David Schlecht (dschl) --- This thread is located in the archive at this U

Re: [Nagios-users] check_ssh_login ?

2006-03-15 Thread jeff vier
On Wed, 2006-03-15 at 15:44 -0500, John P. Rouillard wrote: > In message <[EMAIL PROTECTED]>, > jeff vier writes: > >I need to check if I can log into a specific account on a system via > >SSH, but due to the nature of the system (tunneled to a serial console), > >I am unable to set up a key pair.

Re: [Nagios-users] check_if_by_snmp output

2006-03-15 Thread Peter Gritsch
On Wednesday 15 March 2006 14:50, Mrutyunjaya Dash wrote: Hi all, > Hi List, > > I just installed the snmp4nagios with all the required libraries. > Now when I am trying to execute the following command, I am getting > the output as below. But according to the document, the output > should be somet

Re: [Nagios-users] check_ssh_login ?

2006-03-15 Thread John P. Rouillard
In message <[EMAIL PROTECTED]>, jeff vier writes: >I need to check if I can log into a specific account on a system via >SSH, but due to the nature of the system (tunneled to a serial console), >I am unable to set up a key pair. Replace your serial consoles with something like a Cyclades that all

RE: [Nagios-users] Service Dependancies

2006-03-15 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Jeffry Bilder > Sent: Wednesday, March 15, 2006 12:16 PM > To: nagios-users@lists.sourceforge.net > Subject: RE: [Nagios-users] Service Dependancies > > > -Original Message- > >

RE: [Nagios-users] Service Dependancies

2006-03-15 Thread Jeffry Bilder
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Jeffry Bilder > Sent: Wednesday, March 15, 2006 11:34 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Service Dependancies > > I am currently trying to find a way to

RE: [Nagios-users] Service Dependancies

2006-03-15 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Jeffry Bilder > Sent: Wednesday, March 15, 2006 11:34 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Service Dependancies > > I am currently trying to find a way t

[Nagios-users] escape bang character in command line

2006-03-15 Thread Andrea
Hi all, how can i escape bang character in check_command_parameter directive in services.cfg ? The bang character is included in password account, thank   Andrea

[Nagios-users] Service Dependancies

2006-03-15 Thread Jeffry Bilder
I am currently trying to find a way to supress emails about services being down if PING has a problem. Does anyone else have it setup in this manner? For example... A windows machine is not pingable, suppress all other notifications until Ping is accessible again. I am also having an issue with

[Nagios-users] Escalation best practices

2006-03-15 Thread Justin Shore
I've just started rolling out escalations at one of my sites using Nagios. I'm not a big escalation buff though. I have a question that I couldn't answer via that docs. Is there any other way of matching up a serviceescalation definition with a service definition other than the service_descripti

[Nagios-users] check_ssh_login ?

2006-03-15 Thread jeff vier
I need to check if I can log into a specific account on a system via SSH, but due to the nature of the system (tunneled to a serial console), I am unable to set up a key pair. check_ssh only verifies that the system is answering to SSH requests (which doesn't help me, the serial console host almos

Re: [Nagios-users] check_apache.pl and apache2

2006-03-15 Thread Ben O'Hara
Cheers Ulrich,That seems to work a treat for what im trying to checkBenOn 3/15/06, Ulrich Wisser < [EMAIL PROTECTED]> wrote:Hi,but this is performance check only, no load check. Ulrich#!/usr/bin/perl## (c) 2006 Ulrich Wisser, Relevant Traffic AB#  [EMAIL PROTECTED]## Derived work from: ## (

Re: [Nagios-users] check_apache.pl and apache2

2006-03-15 Thread Ulrich Wisser
Hi, but this is performance check only, no load check. Ulrich #!/usr/bin/perl # # (c) 2006 Ulrich Wisser, Relevant Traffic AB # [EMAIL PROTECTED] # # Derived work from: # # (c)2001 Sebastian Hetze, Linux Information Systems AG # send bug reports to <[EMAIL PROTECTED]> # # Some fixes by

[Nagios-users] check_if_by_snmp output

2006-03-15 Thread Mrutyunjaya Dash
Title: check_if_by_snmp output Hi List, I just installed the snmp4nagios with all the required libraries. Now when I am trying to execute the following command, I am getting the output as below. But according to the document, the output should be something in different way. I believe there i

[Nagios-users] 2.0 stable stops checking

2006-03-15 Thread Matthias Eble
hi all! we are experiencing occassional problems with nagios 2.0 stable. The main process was reloaded due to configuration changes yesterday (Mar 14th). since then ps -ef looks like this: nagios1078 1 12 Mar09 ?16:49:43 /opt/nagios/bin/nagios -d /opt/nagios/etc/nagios.cfg n

[Nagios-users] Help with making sure a process is running on a snmp box

2006-03-15 Thread Randy Paries
Hello, i am trying to set up nagios to verify the a process called heartbeat is running on a remote box. Here are some details: remote box: RH9 my /etc/snmp/snmpd.conf has the line: #-- proc heartbeat On my nagios box