[Nagios-users] Include extra information on service alert

2012-08-30 Thread Tim AtLee
Hello Mdadm on one specific host has been reporting failed disks, and falling over to the spare. I get an event notification when this happens (Nagios no longer sees 2 devices in the U state), but I would like to include the output of cat /proc/mdstat with the email notification. I am thinkin

[Nagios-users] Dell OpenManage Server Admin

2012-06-05 Thread Tim AtLee
for a bit.. but I'd like to find out if it works first without breaking things. Anyone have any experience using OMSA 7 and Nagios? Thanks, -- Tim AtLee Network Administrator [cid:image001.jpg@01CD42F6.CB0801A0] 200 Karl Clark Road Edmonton, AB, T6N 1H2 Work: 780 450 8989 #209 Cel

Re: [Nagios-users] automating the output

2012-03-12 Thread Tim AtLee
Hi There may be an easier way, but I do this using Check_mk (http://mathias-kettner.de/check_mk.html), and an external script that issues a query to cmk and emails the results. Might be a bit overkill for what you're looking to do. Tim From: Jeevan Mamuduri [mailto:mamuduri.jee...@gmail.com]

Re: [Nagios-users] monitoring dhcp

2012-01-24 Thread Tim AtLee
I use check_mk, which included a plugin for monitoring Windows DHCP server: netsh dhcp server show mibinfo | find /V ": dhcp." | find /V "DHCP-Serverversion wurde" | find /V "nicht richtig funktionieren." | find /V ": dhcp server show mibinfo." So, either you could either write a plugin for NSC

Re: [Nagios-users] Hostgroup tricks?

2011-11-08 Thread Tim AtLee
y, November 08, 2011 8:37 AM To: Nagios Users List Subject: Re: [Nagios-users] Hostgroup tricks? From: Tim AtLee [mailto:t.at...@cfertech.com] Sent: Tuesday, November 08, 2011 9:46 AM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] Hostgroup tricks? Hello I have a hostgroup def

[Nagios-users] Hostgroup tricks?

2011-11-08 Thread Tim AtLee
Hello I have a hostgroup defined as: define hostgroup { hostgroup_name ping-servers alias Pingable hosts members * } I have recently added a host outside our firewall that has ping disabled. I have changed the host's check_comma