From f6a8f0f23a776358c43430a271014163fc1aa15b Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Wed, 28 Nov 2012 12:44:32 +0100 Subject: [PATCH] collectd.conf: Added sample modbus configuration. --- debian/collectd.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/debian/collectd.conf b/debian/collectd.conf index 7477053..210eb04 100644 --- a/debian/collectd.conf +++ b/debian/collectd.conf @@ -69,6 +69,7 @@ LoadPlugin load #LoadPlugin memcachec #LoadPlugin memcached LoadPlugin memory +#LoadPlugin modbus #LoadPlugin multimeter #LoadPlugin mysql #LoadPlugin netlink @@ -449,6 +450,26 @@ LoadPlugin users # Port "11211" # +# +# +# RegisterBase 1234 +# RegisterType float +# Type gauge +# Instance "..." +# +# +# +# Address "addr" +# Port "1234" +# Interval 60 +# +# +# Instance "foobar" # optional +# Collect "data_name" +# +# +# + # # # Host "database.serv.er" -- 2.30.2