monit: ajout de radvd
This commit is contained in:
parent
09a58ba760
commit
0baa302692
2 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
<Group name="vlan-wifi"/>
|
<Group name="vlan-wifi"/>
|
||||||
<Group name="nginx"/> <!-- Proxy web et pages déco -->
|
<Group name="nginx"/> <!-- Proxy web et pages déco -->
|
||||||
<Group name="aiccu"/> <!-- tunnel ipv6 -->
|
<Group name="aiccu"/> <!-- tunnel ipv6 -->
|
||||||
|
<Group name="radvd"/><!-- annonce des routes ipv6 -->
|
||||||
<Group name="connexion-secours"/>
|
<Group name="connexion-secours"/>
|
||||||
</Group>
|
</Group>
|
||||||
|
|
||||||
|
|
|
@ -143,6 +143,8 @@ service("cron",
|
||||||
|
|
||||||
service("dhcp-detect")
|
service("dhcp-detect")
|
||||||
|
|
||||||
|
service("radvd", pidf='radvd/radvd')
|
||||||
|
|
||||||
if has("komaz"):
|
if has("komaz"):
|
||||||
service(None,
|
service(None,
|
||||||
name="filtrage_firewall")
|
name="filtrage_firewall")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue