monit/cron: give up si injoinable en http

This commit is contained in:
Daniel STAN 2014-09-09 23:51:00 +02:00
parent 4dd1a4a37e
commit 2cd2005486

View file

@ -21,6 +21,7 @@ cron_tpl_nfs = "* * * * * root " + \
cron_tpl_nonfs = "* * * * * root " + \
"( /usr/bin/wget --config=/etc/crans/wgetrc_monit " +\
"http://%(host)s.adm.crans.org:2812/_status -O /tmp/%(host)s.status && " +\
"test -f /tmp/%(host)s.status && " +\
"mv /tmp/%(host)s.status %(status_path)s/%(host)s )"
data = {