[monit/services] ordre alphabétique pour les services
darcs-hash:20090817092436-bd074-00ed2f41a5c06ffd63ed3b56e046042ba753a0a6.gz
This commit is contained in:
parent
0277cb5da4
commit
9a3973f154
1 changed files with 10 additions and 10 deletions
|
@ -69,9 +69,15 @@ service("cups",
|
|||
init="cupsys",
|
||||
pidf="cups/cupsd")
|
||||
|
||||
service("crans-common",
|
||||
name="openntpd",
|
||||
pidf="openntpd/ntpd")
|
||||
|
||||
service("cron",
|
||||
pidf="crond")
|
||||
|
||||
service("dhcp-detect")
|
||||
|
||||
if has("firewall"):
|
||||
service(None,
|
||||
name="netacct",
|
||||
|
@ -82,8 +88,6 @@ if has("firewall"):
|
|||
service(None,
|
||||
name="filtrage_firewall")
|
||||
|
||||
service("dhcp-detect")
|
||||
|
||||
service("freeradius",
|
||||
pidf="freeradius/freeradius")
|
||||
|
||||
|
@ -106,14 +110,6 @@ service("nscd",
|
|||
pidf="nscd/nscd",
|
||||
extra=["if failed unixsocket /var/run/nscd/socket then restart"])
|
||||
|
||||
service("postfix",
|
||||
pidp="/var/spool/postfix/pid/master.pid",
|
||||
extra=["if failed port 25 protocol smtp timeout 30 seconds then restart"])
|
||||
|
||||
service("crans-common",
|
||||
name="openntpd",
|
||||
pidf="openntpd/ntpd")
|
||||
|
||||
service("openvpn-ovh",
|
||||
pidf="openvpn.ovh",
|
||||
init="openvpn")
|
||||
|
@ -133,6 +129,10 @@ service("pgsql-server",
|
|||
pidp="/var/lib/postgresql/8.3/main/postmaster.pid",
|
||||
extra=["if failed port 5432 timeout 30 seconds then restart"])
|
||||
|
||||
service("postfix",
|
||||
pidp="/var/spool/postfix/pid/master.pid",
|
||||
extra=["if failed port 25 protocol smtp timeout 30 seconds then restart"])
|
||||
|
||||
service("privoxy",
|
||||
extra=["if failed host localhost port 8117 timeout 30 seconds then restart"])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue