[Check_mk (english)] Zombie Proc Check

Has anyone found a way to monitor zombie procs natively via check_mk without the use of scripts or plugins. At the moment I use the regular nagios plugins for this, but would be nice to have this as an option for the "ps" check. Is this something that will be added in the future?

Cheers

Hi Victor - this would create a manual check on one server, but you could also use tags

checks += [
   ( "name", "ps.perf", 'DEFUNCT', ('~.*<defunct>', None, 0, 0, 2, 3)),
]

Hth
Alex

Alex Greenwood
Senior DBA

50 Featherstone Street, London EC1Y 8RT
T +44 (0)20 7012 6000 F +44 (0)20 7012 6001

Alex.Greenwood@yougov.com
http://www.yougov.com/

http://twitter.com/#!/YouGov

···

From: Victor Carpetto [mailto:victor@owlbydesign.com]
Sent: 28 November 2011 17:41
To: checkmk-en@lists.mathias-kettner.de
Subject: [Check_mk (english)] Zombie Proc Check

Has anyone found a way to monitor zombie procs natively via check_mk without the use of scripts or plugins. At the moment I use the regular nagios plugins for this, but would be nice to have this as an option for the "ps" check. Is this something that will be added in the future?

Cheers