]> git.zerfleddert.de Git - upsgraph/blobdiff - klimaschrank.conf
modified i4 temperature config
[upsgraph] / klimaschrank.conf
diff --git a/klimaschrank.conf b/klimaschrank.conf
deleted file mode 100644 (file)
index 8acd1c2..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-package UPSGRAPH;
-
-$outdir="/var/www/klimaschrank/";
-$step=60;
-
-$hosts = [
-       {
-               'address' => "131.188.42.24",
-               'name' => "klimaschrank",
-               'rrdfile' => "/var/www/klimaschrank/.work/klimaschrank.rrd",
-
-               'fields' => [ 'kaltw', 'vorlauf', 'ruecklauf', 'abluft', 'raum' ],
-
-               'vars' => {
-                       'kaltw' => {
-                               'name' => 'Kaltwasser',
-                               'port' => '1337',
-                               'proto' => 'tcp_multi',
-                               'multi_id' => '6328',
-                               'multi_delimiter' => "  ",
-                       },
-                       'vorlauf' => {
-                               'name' => 'Vorlauftemperatur',
-                               'port' => '1337',
-                               'proto' => 'tcp_multi',
-                               'multi_id' => '2d28',
-                               'multi_delimiter' => "  ",
-                       },
-                       'ruecklauf' => {
-                               'name' => 'Ruecklauftemperatur',
-                               'port' => '1337',
-                               'proto' => 'tcp_multi',
-                               'multi_id' => '5228',
-                               'multi_delimiter' => "  ",
-                       },
-                       'abluft' => {
-                               'name' => 'Ablufttemperatur',
-                               'port' => '1337',
-                               'proto' => 'tcp_multi',
-                               'multi_id' => 'f528',
-                               'multi_delimiter' => "  ",
-                       },
-                       'raum' => {
-                               'name' => 'Raumtemperatur',
-                               'port' => '1337',
-                               'proto' => 'tcp_multi',
-                               'multi_id' => '9028',
-                               'multi_delimiter' => "  ",
-                       },
-               }
-       },
-];
-
-1;
Impressum, Datenschutz