[monit] rajout des services ident2 et sogo
This commit is contained in:
parent
f94159be09
commit
8bdd1bce45
1 changed files with 5 additions and 0 deletions
|
@ -52,6 +52,8 @@ service("apache",
|
|||
|
||||
service('nginx')
|
||||
|
||||
service('sogo', pidf="sogo/sogo")
|
||||
|
||||
service('ejabberd',
|
||||
pidf='ejabberd/ejabberd')
|
||||
|
||||
|
@ -197,6 +199,9 @@ service("pgsql-server",
|
|||
pidp="/var/lib/postgresql/%s/main/postmaster.pid" % pg_version,
|
||||
extra=["if failed port 5432 timeout 30 seconds then restart"])
|
||||
|
||||
service("ident-daemon",
|
||||
name="ident2")
|
||||
|
||||
service("postfix",
|
||||
pidp="/var/spool/postfix/pid/master.pid",
|
||||
extra=["if failed port 25 protocol smtp timeout 30 seconds then restart"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue