From: Arne Fitzenreiter Date: Mon, 26 May 2008 15:39:20 +0000 (+0200) Subject: Disabled mbmon in collectd initskript/config X-Git-Tag: v2.3-beta1~48^2~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7bf4d18ca771bc8f406e8d566ad9c87e9c7641df;p=ipfire-2.x.git Disabled mbmon in collectd initskript/config --- diff --git a/config/collectd/collectd.conf b/config/collectd/collectd.conf index 01b8a11ecb..e5bd3db438 100644 --- a/config/collectd/collectd.conf +++ b/config/collectd/collectd.conf @@ -18,11 +18,12 @@ LoadPlugin interface LoadPlugin iptables LoadPlugin load #LoadPlugin logfile -LoadPlugin mbmon +#LoadPlugin mbmon LoadPlugin memory LoadPlugin ping LoadPlugin processes LoadPlugin rrdtool +LoadPlugin sensors LoadPlugin swap LoadPlugin syslog @@ -49,10 +50,10 @@ LoadPlugin syslog # File STDOUT # - - Host "127.0.0.1" - Port "411" - +# +# Host "127.0.0.1" +# Port "411" +# diff --git a/src/initscripts/init.d/collectd b/src/initscripts/init.d/collectd index 9f23e49485..1809b8bde3 100644 --- a/src/initscripts/init.d/collectd +++ b/src/initscripts/init.d/collectd @@ -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)