[logcheck] Il etait grand temps de faire marcher _correctement_ bcfg2
darcs-hash:20100119004228-8fbb1-7d1bcc0ca731c0f44748c20da00eee1232102af9.gz
This commit is contained in:
parent
5c1a421d6a
commit
664b63a4c7
3 changed files with 15 additions and 6 deletions
|
@ -4,7 +4,13 @@
|
|||
<ConfigFile name="/etc/timezone"/>
|
||||
|
||||
<Package name="python"/>
|
||||
<Package name="udev"/>
|
||||
<Package name="udev"/>
|
||||
|
||||
<SymLink name="/etc/logcheck/cracking.ignore.d/local-crans"/>
|
||||
<SymLink name="/etc/logcheck/cracking.ignore.d/local-ignore"/>
|
||||
<SymLink name="/etc/logcheck/violations.ignore.d/local-crans"/>
|
||||
<SymLink name="/etc/logcheck/violations.ignore.d/local-ignore"/>
|
||||
|
||||
|
||||
<!-- fichier de preferences pour darcs -->
|
||||
<ConfigFile name="/etc/crans/darcs_defaults"/>
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
<Bundle name="logcheck">
|
||||
<ConfigFile name="/etc/cron.d/logcheck"/>
|
||||
<ConfigFile name="/etc/logcheck/cracking.ignore.d/local-crans"/>
|
||||
<ConfigFile name="/etc/logcheck/cracking.ignore.d/local-ignore"/>
|
||||
<ConfigFile name="/etc/logcheck/ignore.d.server/local-crans"/>
|
||||
<ConfigFile name="/etc/logcheck/ignore.d.server/local-ignore"/>
|
||||
<ConfigFile name="/etc/logcheck/violations.ignore.d/local-crans"/>
|
||||
<ConfigFile name="/etc/logcheck/violations.ignore.d/local-ignore"/>
|
||||
<ConfigFile name="/etc/logcheck/logcheck.conf"/>
|
||||
<ConfigFile name="/etc/logcheck/logcheck.logfiles"/>
|
||||
<Package name="logcheck"/>
|
||||
|
|
|
@ -88,5 +88,12 @@
|
|||
<Service type="deb" name="nslcd" status="on"/>
|
||||
<Service type="deb" name="munin-node" status="on"/>
|
||||
<Action name="link-munin-plugins" timing="post" when="modified" status="check"
|
||||
command="python /usr/scripts/munin/scripts/link_plugins.py -f" />
|
||||
command="python /usr/scripts/munin/scripts/link_plugins.py -f" />
|
||||
|
||||
<SymLink name="/etc/logcheck/cracking.ignore.d/local-crans" to="/etc/logcheck/ignore.d.server/local-crans"/>
|
||||
<SymLink name="/etc/logcheck/cracking.ignore.d/local-ignore" to="/etc/logcheck/ignore.d.server/local-ignore"/>
|
||||
<SymLink name="/etc/logcheck/violations.ignore.d/local-crans" to="/etc/logcheck/ignore.d.server/local-crans"/>
|
||||
<SymLink name="/etc/logcheck/violations.ignore.d/local-ignore" to="/etc/logcheck/ignore.d.server/local-ignore"/>
|
||||
|
||||
|
||||
</Rules>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue