mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Merge pull request #111 from dam09fr/master
Correct plugins/samba/samba_locked on Debian Squeeze
This commit is contained in:
commit
fa9ec59eda
1 changed files with 1 additions and 4 deletions
|
@ -34,7 +34,4 @@ if [ "$1" = "config" ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
echo -n "samba_locked.value "
|
||||
smbstatus -L 2> /dev/null | grep -c DENY_
|
||||
|
||||
|
||||
echo "samba_locked.value `smbstatus -L 2> /dev/null | grep -c DENY_`"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue