mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
exit 0 and some notices ...
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
This commit is contained in:
parent
931233d003
commit
3e90094480
1 changed files with 8 additions and 0 deletions
|
@ -11,6 +11,12 @@
|
||||||
# Revision 1.0 2007/04/16 Jon Higgs
|
# Revision 1.0 2007/04/16 Jon Higgs
|
||||||
# Initial Release - Adapated from jimmyo's processses plugin.
|
# 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
|
# Magick markers (optional - used by munin-config and som installation
|
||||||
# scripts):
|
# scripts):
|
||||||
#%# family=auto
|
#%# family=auto
|
||||||
|
@ -36,3 +42,5 @@ fi
|
||||||
|
|
||||||
echo -n "samba_users.value "
|
echo -n "samba_users.value "
|
||||||
smbstatus -b 2> /dev/null | grep -c -v -e "^Samba" -e "^---" -e "^PID" -e ^$
|
smbstatus -b 2> /dev/null | grep -c -v -e "^Samba" -e "^---" -e "^PID" -e ^$
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue