From 7bf4d18ca771bc8f406e8d566ad9c87e9c7641df Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 26 May 2008 17:39:20 +0200 Subject: [PATCH] Disabled mbmon in collectd initskript/config --- config/collectd/collectd.conf | 11 ++++++----- src/initscripts/init.d/collectd | 7 ++++--- 2 files changed, 10 insertions(+), 8 deletions(-) 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) -- 2.39.2