]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Disabled mbmon in collectd initskript/config
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 26 May 2008 15:39:20 +0000 (17:39 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 26 May 2008 15:39:20 +0000 (17:39 +0200)
config/collectd/collectd.conf
src/initscripts/init.d/collectd

index 01b8a11ecbb79ba9f5fddb7d7558a60ecbb7a707..e5bd3db438895f8ecf6866e1924f268af635ffaa 100644 (file)
@@ -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
 #</Plugin>
 
-<Plugin mbmon>
-       Host "127.0.0.1"
-       Port "411"
-</Plugin>
+#<Plugin mbmon>
+#      Host "127.0.0.1"
+#      Port "411"
+#</Plugin>
 
 
 <Plugin ping>
index 9f23e4948532e7ff4eb8a8022691bb0d7d5f8216..1809b8bde364a62fd63eb469c411caccc6d954af 100644 (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)