Ajout du probe pour sysctl

darcs-hash:20091230145201-8fbb1-1d18d7eaf74e068e95eb9c371110b17119f0dfa9.gz
This commit is contained in:
Olivier Huber 2009-12-30 15:52:01 +01:00
parent 82e4afb8b6
commit d3cd1730e3
3 changed files with 13 additions and 0 deletions

6
Probes/sysctl Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
if [ -f /etc/sysctl.conf.local ]; then
echo "group:sysctl.local"
exec cat /etc/sysctl.conf.local
fi