[monit] ajout de isc-dhcp-server
Ignore-this: a1e0d6ecf3f6a3fac5a03fe63c6c49b8 darcs-hash:20130123175120-28565-28c65f4b1bd73ed2e2e899c881aca094b86e2fdb.gz
This commit is contained in:
parent
f0b81c8ab6
commit
a163108ba9
3 changed files with 16 additions and 0 deletions
4
Bundler/isc-dhcp-server.xml
Normal file
4
Bundler/isc-dhcp-server.xml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<Bundle name="isc-dhcp-server">
|
||||||
|
<Package name="isc-dhcp-server"/>
|
||||||
|
<!-- Conf gérée par generate -->
|
||||||
|
</Bundle>
|
|
@ -358,6 +358,7 @@
|
||||||
<Group name="vlan-isolement"/>
|
<Group name="vlan-isolement"/>
|
||||||
<Group name="vlan-ens"/>
|
<Group name="vlan-ens"/>
|
||||||
<Group name="vlan-wifi"/>
|
<Group name="vlan-wifi"/>
|
||||||
|
<Group name="dhcp-server" />
|
||||||
</Group>
|
</Group>
|
||||||
|
|
||||||
<Group name="routeur"
|
<Group name="routeur"
|
||||||
|
@ -543,6 +544,14 @@
|
||||||
<Group name="mail-backend"/>
|
<Group name="mail-backend"/>
|
||||||
</Group>
|
</Group>
|
||||||
|
|
||||||
|
<Group name="dhcp-server">
|
||||||
|
<Group name="isc-dhcp-server" />
|
||||||
|
</Group>
|
||||||
|
|
||||||
|
<Group name="isc-dhcp-server">
|
||||||
|
<Group name="isc-dhcp-server" />
|
||||||
|
</Group>
|
||||||
|
|
||||||
<!-- +==========+ -->
|
<!-- +==========+ -->
|
||||||
<!-- | Services | -->
|
<!-- | Services | -->
|
||||||
<!-- +==========+ -->
|
<!-- +==========+ -->
|
||||||
|
|
|
@ -61,6 +61,9 @@ service("backuppc-server",
|
||||||
name="backuppc",
|
name="backuppc",
|
||||||
pidf="backuppc/BackupPC")
|
pidf="backuppc/BackupPC")
|
||||||
|
|
||||||
|
service("isc-dhcp-server",
|
||||||
|
pidf="dhcpd")
|
||||||
|
|
||||||
# bind's pidfile has changed on squeeze
|
# bind's pidfile has changed on squeeze
|
||||||
service("bind",
|
service("bind",
|
||||||
init="bind9",
|
init="bind9",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue