[Nagiosplug-devel] [ nagiosplug-Bugs-820125 ] check_procs arg-array check matches itself @ sol8
SourceForge.net
noreply at sourceforge.net
Wed Oct 8 11:09:06 CEST 2003
Bugs item #820125, was opened at 2003-10-08 14:08
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=820125&group_id=29880
Category: Parsing problem
Group: Release (specify)
Status: Open
Resolution: None
Priority: 5
Submitted By: Greg Haygood (shrykedude)
Assigned to: Nobody/Anonymous (nobody)
Summary: check_procs arg-array check matches itself @ sol8
Initial Comment:
On Solaris8, using nagios-plugins-1.3.1, when calling
check_procs with -a to look for argument strings, the
plugin is including the check_procs call as a match
(this is from a check_procs modified only to enable the
DEBUG1 output of the process list)
[root] $ ./check_procs -c 1: -a inetd > /tmp/check
[root] $ grep inetd /tmp/check
CHECKING: 0 0 1 S /usr/sbin/inetd /usr/sbin/inetd -s
CHECKING: 1 0 14603 S ./check_procs ./check_procs -c 1:
-a inetd
OK - 2 processes running with args inetd
[root] $
the call to itself should be excluded from the reported
list.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=820125&group_id=29880
More information about the Devel
mailing list