summaryrefslogtreecommitdiffstats
path: root/node.d
diff options
context:
space:
mode:
authorBrainDoctor <github.account@chrigel.net>2017-07-05 05:00:02 +0200
committerBrainDoctor <github.account@chrigel.net>2017-07-05 05:00:06 +0200
commitcdb00a43eee62d65c9a53ede0a511a30ee0c1bda (patch)
tree19f732666e7f4e21235c3f371ff4fb1b83a37831 /node.d
parentda459f238b574dd026cb8f2bde930614ac4fad2d (diff)
remove comments
Diffstat (limited to 'node.d')
-rw-r--r--node.d/fronius.node.js23
1 files changed, 1 insertions, 22 deletions
diff --git a/node.d/fronius.node.js b/node.d/fronius.node.js
index c71838179a..0c862c9fd1 100644
--- a/node.d/fronius.node.js
+++ b/node.d/fronius.node.js
@@ -3,28 +3,7 @@
// This program will connect to one or more Fronius Symo Inverters.
// to get the Solar Power Generated (current, today).
-// example configuration in /etc/netdata/node.d/fronius.conf
-/*
- {
- "enable_autodetect": false,
- "update_every": 5,
- "servers": [
- {
- "name": "plant1",
- "hostname": "10.0.1.1",
- "update_every": 10,
- "api_path": "/solar_api/v1/GetPowerFlowRealtimeData.fcgi"
- },
- {
- "name": "plant2",
- "hostname": "10.0.2.1",
- "update_every": 15,
- "api_path": "/solar_api/v1/GetPowerFlowRealtimeData.fcgi"
- }
- ]
- }
- */
-
+// example configuration in netdata/conf.d/node.d/fronius.conf.md
var url = require('url');
var http = require('http');