INN commit: branches/2.5/samples (innwatch.ctl)

INN Commit rra at isc.org
Wed May 14 18:06:11 UTC 2014


    Date: Wednesday, May 14, 2014 @ 11:06:11
  Author: iulius
Revision: 9635

Prevent innwatch from throttling innd when no overview directory exists

Thanks to John F. Morse for the report.

Modified:
  branches/2.5/samples/innwatch.ctl

--------------+
 innwatch.ctl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: innwatch.ctl
===================================================================
--- innwatch.ctl	2014-05-14 18:05:41 UTC (rev 9634)
+++ innwatch.ctl	2014-05-14 18:06:11 UTC (rev 9635)
@@ -40,4 +40,4 @@
 !!! ${INNDF} ${BATCH} ! lt ! ${INNWATCHBATCHSPACE} ! throttle ! No space (newsq)
 !!! ${INNDF} ${PATHDB} ! lt ! ${INNWATCHLIBSPACE} ! throttle ! No space (newslib)
 !!! ${INNDF} -i . ! lt ! ${INNWATCHSPOOLNODES} ! throttle ! No space (spool inodes)
-!!! ${INNDF} ${OVERVIEWDIR} ! lt ! ${INNWATCHSPOOLSPACE} ! throttle ! No space (overview)
+!!! test -d ${OVERVIEWDIR} && ${INNDF} ${OVERVIEWDIR} ! lt ! ${INNWATCHSPOOLSPACE} ! throttle ! No space (overview)



More information about the inn-committers mailing list