[monit] ajout de nslcd

Ignore-this: eae2eb9770a6ba7ae342a26af80edd38

darcs-hash:20130115003322-28565-a6296f7d286ac24d586c799a7a69ca7a1cadd0b2.gz
This commit is contained in:
Daniel STAN 2013-01-15 01:33:22 +01:00
parent a677511658
commit f52247c194
2 changed files with 10 additions and 1 deletions

View file

@ -403,12 +403,12 @@
<Group name="backup-client"/>
<Group name="munin-node"/>
<Group name="rsyslog-client"/>
<Group name="nslcd" />
<Bundle name="apt"/>
<Bundle name="apt-keys"/>
<Bundle name="firewall6"/>
<Bundle name="logcheck"/>
<Bundle name="nslcd"/>
<Bundle name="monit"/>
<Bundle name="scripts"/>
<Bundle name="molly-guard"/>
@ -1169,6 +1169,11 @@
<Bundle name="nscd"/>
</Group>
<Group name="nslcd"
category="name-service-backend">
<Bundle name="nslcd"/>
</Group>
<Group name="openvpn"
category="vpn-backend">
<Bundle name="openvpn"/>

View file

@ -108,6 +108,10 @@ service("mysql",
service("munin-node",
pidf="munin/munin-node")
service("nslcd",
pidf="nslcd/nslcd",
extra=["if failed unixsocket /var/run/nslcd/socket then restart"])
service("nscd",
pidf="nscd/nscd",
extra=["if failed unixsocket /var/run/nscd/socket then restart"])