On stabilise le plugin Python en virant toute occurrence de print.
* Désolé. \o/
This commit is contained in:
parent
2c27a030ee
commit
4b36a51d99
102 changed files with 513 additions and 703 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- Règles concernant freeradius //-->
|
||||
<Rules priority="1">
|
||||
<Service type="deb" name="freeradius" status="on"/>
|
||||
<Service type="deb" name="freeradius" status="ignore"/>
|
||||
</Rules>
|
||||
|
|
4
Rules/isc-dhcp-client.xml
Normal file
4
Rules/isc-dhcp-client.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<Rules priority='1'>
|
||||
<Path type="directory" name="/etc/dhcp3/dhclient-enter-hooks.d/"/>
|
||||
<Path type="directory" name="/etc/dhcp3/dhclient-exit-hooks.d/"/>
|
||||
</Rules>
|
|
@ -1,7 +1,7 @@
|
|||
<!-- Règles pour munin-node //-->
|
||||
<Rules priority="1">
|
||||
<Action name="link-munin-plugins" timing="post" when="modified" status="check"
|
||||
command="python /usr/scripts/munin/scripts/link_plugins.py -f" />
|
||||
command="bash -c '/usr/scripts/munin/scripts/link_plugins.py' -f" />
|
||||
<Service type="deb" name="munin-node" status="on"/>
|
||||
<Action name="munin-node-restart" timing="post"
|
||||
when="modified" status="check"
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
<!-- Règles pour openntpd //-->
|
||||
<Rules priority="1">
|
||||
<Service type="deb" name="openntpd" status="on"/>
|
||||
</Rules>
|
Loading…
Add table
Add a link
Reference in a new issue