[Mon-commit] mon CHANGES,1.2.2.2,1.2.2.3 TODO,1.1.1.1,1.1.1.1.2.1
Brought to you by:
trockij
From: Jim T. <tr...@us...> - 2004-08-03 15:58:26
|
Update of /cvsroot/mon/mon In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14509 Modified Files: Tag: mon-1-0-0pre1 CHANGES TODO Log Message: Index: CHANGES =================================================================== RCS file: /cvsroot/mon/mon/CHANGES,v retrieving revision 1.2.2.2 retrieving revision 1.2.2.3 diff -C2 -d -r1.2.2.2 -r1.2.2.3 *** CHANGES 12 Jul 2004 13:17:07 -0000 1.2.2.2 --- CHANGES 3 Aug 2004 15:58:09 -0000 1.2.2.3 *************** *** 1,4 **** --- 1,36 ---- $Id$ + Changes between mon-1.0.0pre3 and mon-1.0.0pre4 + Tue Aug 3 08:02:35 EDT 2004 + ----------------------------------------------- + + -when allow_empty_group is not set and no host arguments + to pass to a monitor, the interval wasn't being reset so + it would spam the syslog with lots of "no host arguments" + messages. this is fixed. + + -in reset_timer, there was a chance that _timer could get + set to a negative value, which is not right. fixed it. + + -fixed the bug where lots of mon processes could accumulate if the + exec of an alert failed. also fixed error handling of failed + alerts. + + -added "show failures only" button to mon.cgi to speed it up. + by Ed Ravin <er...@pa...> + + -small permissions fix to rpm spec file + + -added MON_CFBASEDIR variable to monitor and alert + environment, which is set to the value of "cfbasedir" in the + config file. + + -removed unfinished snmp trap handling stuff. it doesn't work at all, + and it's misleading to people even though the man page says it doesn't + work. + + -added monitor_duration and monitor_running output to opstatus detail + in monshow + Changes between mon-1.0.0pre1 and mon-1.0.0pre3 Mon Jul 12 09:12:29 EDT 2004 Index: TODO =================================================================== RCS file: /cvsroot/mon/mon/TODO,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1 *** TODO 9 Jun 2004 05:18:03 -0000 1.1.1.1 --- TODO 3 Aug 2004 15:58:09 -0000 1.1.1.1.2.1 *************** *** 1,31 **** $Id$ ! -fix problem where all members of hostgroup are disabled ! and it spams the log every second: ! ! Feb 24 04:02:36 mon-bd2 mon[11668]: monitor for ATE/fping not called because of no host arguments ! ! ! -pass cfbasedir as env vars to monitors and alerts ! just like logdir ! ! -include snmpvar.monitor in the main dist ! ! -add short "trap howto" and "radius howto" posts to the mon ! list in the doc/ directory. -make traps authenticate via the same scheme used to obscure the password in RADIUS packets - -have an absolute "alertevery" which squelches alerts - regardless of whether or not the service goes down/up/down. - -descriptions defined in mon.cf should be 'quoted' ! -document command section, trap section, snmp trap section in authfile ! -there should be only one routine which handles dealing with failures ! and successes (including calling alerts), probably the routine which tests ! $? in proc_cleanup. -output to client should be buffered and incorporated into the I/O loop. --- 1,14 ---- $Id$ ! -add short a "radius howto" to the doc/ directory. -make traps authenticate via the same scheme used to obscure the password in RADIUS packets -descriptions defined in mon.cf should be 'quoted' ! -document command section and trap section in authfile ! -finish support for receiving snmp traps -output to client should be buffered and incorporated into the I/O loop. *************** *** 41,48 **** -document "clear" client command - -Separate the decision-making code about sending alerts into a - separate routine, and make do_alert do nothing but deliver the - actual alert. - -Document trap authentication. --- 24,27 ---- |