Ajout du probe pour sysctl
darcs-hash:20091230145201-8fbb1-1d18d7eaf74e068e95eb9c371110b17119f0dfa9.gz
This commit is contained in:
parent
82e4afb8b6
commit
d3cd1730e3
3 changed files with 13 additions and 0 deletions
6
Probes/sysctl
Executable file
6
Probes/sysctl
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue