ajout de check_repo dans monit
Histoire d'avoir l'info dans autostatus.
This commit is contained in:
parent
609a91daa1
commit
07f303ad70
1 changed files with 5 additions and 0 deletions
|
@ -285,6 +285,11 @@ service("ups-server",
|
||||||
name="upsd",
|
name="upsd",
|
||||||
pidf="nut/upsd")
|
pidf="nut/upsd")
|
||||||
|
|
||||||
|
if not has("nfs"):
|
||||||
|
print """check program git_repos with path "/usr/scripts/utils/check_repos.sh"
|
||||||
|
if status != 0 then alert
|
||||||
|
"""
|
||||||
|
|
||||||
if has('non-vlan-adherent'):
|
if has('non-vlan-adherent'):
|
||||||
vsftpd_ip = admip()
|
vsftpd_ip = admip()
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue