[monit/services] on rajoute le service upsd pour arrêter de flooder les consoles
darcs-hash:20090817092504-bd074-b87534c9de0c5245aeb1f5f67708234d578763b6.gz
This commit is contained in:
parent
9a3973f154
commit
d1a4118f98
1 changed files with 6 additions and 0 deletions
|
@ -159,6 +159,12 @@ service("ssh",
|
|||
service("syslog-ng",
|
||||
extra=["depend on file/var/log/syslog"])
|
||||
|
||||
service("ups-monitor",
|
||||
name="upsd",
|
||||
pidf="nut/upsd",
|
||||
start_cmd="/sbin/upsd",
|
||||
stop_cmd='/usr/bin/killall upsd')
|
||||
|
||||
if has('adm-only'):
|
||||
vsftpd_ip = admip()
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue