monit/cron: give up si injoinable en http
This commit is contained in:
parent
4dd1a4a37e
commit
2cd2005486
1 changed files with 1 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue