[Nagios-users] Wildcards in escalation stopped working

2009-06-26 Thread Manuel Fortier-Lanctot
I haven't made any changes to our escalation setup in a while but now it suddenly stopped working. Basically, I want escalation on all hosts and services except a few core ones. Here is what I have: define hostgroup{ hostgroup_nameno_escalation alias no_escal member

Re: [Nagios-users] graphing trends across hosts or services instead of a timeseries

2009-06-26 Thread Rahul Nabar
On Wed, Mar 4, 2009 at 3:33 PM, Marco Tirado wrote: > PNP4Nagios has a feature called "pages" that allows you to show multiple > services for the same host or multiple hosts for the same service. It should > be easy to use since it supports regular expressions. Check the following > link > > http:/

[Nagios-users] mttr in nagios

2009-06-26 Thread Luis Gardea
Hello I want know if Nagios can get the mttr for each host or service. -- ___ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/

Re: [Nagios-users] ndo utils question

2009-06-26 Thread shadih rahman
All, in case anyone is interested. I solved the problem. My "config_output_options' was set to zero in ndomod.cfg. If you set to 1 or 3 depending on your need then it works fine. Thanks On Mon, Jun 15, 2009 at 2:50 PM, shadih rahman wrote: > I am running nagios version 3.0.6 and ndoutils

Re: [Nagios-users] Server/host Inheritance

2009-06-26 Thread Mathew Walker
I don't know a way to view that... but that is a very useful bit of info that should be added to host/service info pages. Sure it can't be too hard for someone to create that tweak. Or submit it as a feature request... -- Mat W. - http://www.techadre.com > Date: Thu, 25 Jun 2009 16:11:20

Re: [Nagios-users] Monitoring traffic on switch port viaNagios/Nagiosgrapher

2009-06-26 Thread Rachel Steffen
Hi, >> How can you distinguish between the different ports? With the switch -r you have to give the exact port Name (just use a mibbrowser). E.g with the switch: define command{ command_name check_snmp_netint_load command_line $USER1$/check_snmp_netint.pl -H $HOSTADDRESS$ -C

[Nagios-users] evenly spacing out service checks

2009-06-26 Thread Chris Hyzer
Hey, I have a bunch of services on a bunch of hosts, and they overlap.  Some services I check every 5 minutes, some I check every 60 minutes.  I would like the ones which are 60 minutes to be spaced out by 60/7 minutes in the initial schedule.  But they arent, they are spaced out the same delay

Re: [Nagios-users] Monitoring traffic on switch port viaNagios/Nagiosgrapher

2009-06-26 Thread Stefan-Michael Guenther
Hi Steffen, > I'm using check_snmp_netint from nagiosexchange. It works fine for me... > > http://www.monitoringexchange.org/cgi-bin/page.cgi?g=Detailed%2F1475.html;d=1 > > It's just a little bit tricky to configure but read the content of the > checkplugin carefully and it should be no problem

Re: [Nagios-users] Monitoring traffic on switch port viaNagios/Nagiosgrapher

2009-06-26 Thread Rachel Steffen
Hi Stefan, I'm using check_snmp_netint from nagiosexchange. It works fine for me... http://www.monitoringexchange.org/cgi-bin/page.cgi?g=Detailed%2F1475.html;d=1 It's just a little bit tricky to configure but read the content of the checkplugin carefully and it should be no problem. Regards St

Re: [Nagios-users] check_dhcp issue

2009-06-26 Thread Edgar Matzinger
LS, Dei scribbled on 2009-06-26: > Ok, here's my definition in services: > > define service{ > use local-service > host_name serveip1.dev.net > service_description check_dhcp > check_command check_dhcp!/check_dhcp -s $HOSTAD

Re: [Nagios-users] check_dhcp issue

2009-06-26 Thread Dei Bertine
Ok, here's my definition in services: define service{ use local-service host_name serveip1.dev.net service_description check_dhcp check_command check_dhcp!/check_dhcp -s $HOSTADDRESS$

Re: [Nagios-users] check_dhcp issue

2009-06-26 Thread Andreas Ericsson
Dei Bertine wrote: > Ok some progress doing this command... :-) > chown root:root check_dhcp && chmod 4755 check_dhcp > > However, what's odd is when I launch the plugin command via cli I am ok: > OK: Received 1 DHCPOFFER(s), max lease time = 86400 sec. > > But when I look at the nagios monitor p

Re: [Nagios-users] check_dhcp issue

2009-06-26 Thread Dei Bertine
Ok some progress doing this command... :-) chown root:root check_dhcp && chmod 4755 check_dhcp However, what's odd is when I launch the plugin command via cli I am ok: OK: Received 1 DHCPOFFER(s), max lease time = 86400 sec. But when I look at the nagios monitor page, I get this: CRITICAL: Receiv

Re: [Nagios-users] Monitoring traffic on switch port viaNagios/Nagiosgrapher

2009-06-26 Thread Paul Weaver
Our ciscos respond to the standard IF-MIB::ifSpeed oid (I think it's .1.3.6.1.2.1.2.2.1.5), we have a perl script wrapped around that which calculates traffic over a 20 second period, but you could use a temporary file to record the traffic if you were interested in a longer time. Be warned tho

[Nagios-users] Monitoring traffic on switch port via Nagios/Nagiosgrapher

2009-06-26 Thread Stefan-Michael Guenther
Hello, I like to monitor the traffic on different HP switches via Nagios and Nagiosgrapher. Does aynone of you have a plugin that calculates the in- and outgoing traffic on every single port? Or do you know the corresponding OIDs? I have checked the MIBs for the HP ProCurve 2824 / 2810 but wa