2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

Merge pull request #505 from OOPmaster/patch-1

exit 0 and some notices ...
This commit is contained in:
Stig Sandbeck Mathisen 2014-10-15 15:28:15 +02:00
commit 120d1521b9

View File

@ -11,6 +11,12 @@
# Revision 1.0 2007/04/16 Jon Higgs
# Initial Release - Adapated from jimmyo's processses plugin.
#
# Revision 1.1 2014/07/24 MangaII
# Add exit 0
# WARNING : Samba 3.6 and newer block access to smbstatus for no root user
# On Debian make a "chmod a+w /run/samba/sessionid.tdb"
# smbstatus must open this file with RW option
#
# Magick markers (optional - used by munin-config and som installation
# scripts):
#%# family=auto
@ -36,3 +42,5 @@ fi
echo -n "samba_users.value "
smbstatus -b 2> /dev/null | grep -c -v -e "^Samba" -e "^---" -e "^PID" -e ^$
exit 0