Update of /cvsroot/mon/mon/mon.d
In directory sc8-pr-cvs16:/tmp/cvs-serv9737
Modified Files:
Tag: mon-1-2-branch
process.monitor
Log Message:
bug 1707773
Index: process.monitor
===================================================================
RCS file: /cvsroot/mon/mon/mon.d/process.monitor,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.4.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.4.1
*** process.monitor 9 Jun 2004 05:18:04 -0000 1.1.1.1
--- process.monitor 26 Apr 2007 10:39:55 -0000 1.1.1.1.4.1
***************
*** 86,89 ****
--- 86,90 ----
push (@failures, $host);
push (@longerr, "$host returned an SNMP error: " . $session->{"ErrorStr"});
+ $RETVAL = 1;
}
}
|