Disabled mbmon in collectd initskript/config

This commit is contained in:
Arne Fitzenreiter
2008-05-26 17:39:20 +02:00
parent f65b2fb8b6
commit 7bf4d18ca7
2 changed files with 10 additions and 8 deletions

View File

@@ -20,9 +20,10 @@ case "$1" in
# later mbmon will be replaced by lmsensors, if mbmon is not running on your
# system, we advise to comment out these lines in order to prevent fail
#
boot_mesg "Bringing up mbmon daemon..."
/usr/bin/mbmon -P 411 -r
evaluate_retval
# boot_mesg "Bringing up mbmon daemon..."
# /usr/bin/mbmon -P 411 -r
# evaluate_retval
;;
stop)