From 1834dd5a15852a653efdacc8c18431976b294c09 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 28 Aug 2013 10:01:28 +0200 Subject: Initial commit --- README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..6110148 --- /dev/null +++ b/README @@ -0,0 +1,23 @@ +This is a simple munin plugin to monitor the values of a Ökofen Pellematic with +a Pelletronic Touch Online. + +It's currently very limited as it doesnt' determine the attached Pellematics or +heating circuits but fetches a hard coded list of items. + +To setup the plugin copy it to /etc/munin/plugins and set the address of your +Pellematic::: + + cat < /etc/munin/plugin-conf.d/pellematic + [pellematic-*] + env.address 192.168.0.5 + env.username foo + env.password bar + +Then test it via: + + munin-run pellematic-temp + +You should now see the temperature values printed on stdout. If this works restart your +munin node: + + service munin-node restart -- cgit v1.2.3