summaryrefslogtreecommitdiffstats
path: root/node.d
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-10-13 22:33:22 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-10-13 22:33:22 +0300
commit6c86a447a08595c354a6389924f60493cd1a3f67 (patch)
treeca98e7ea5cc5e09055514ca3090ea838c9d93c28 /node.d
parent675faf77d61bb4adfd4efbb5edf55b31e69867d0 (diff)
added node.d.conf and node.d markdown files to explain configuration
Diffstat (limited to 'node.d')
-rw-r--r--node.d/named.node.js4
-rw-r--r--node.d/sma_webbox.node.js2
-rw-r--r--node.d/snmp.node.js2
3 files changed, 4 insertions, 4 deletions
diff --git a/node.d/named.node.js b/node.d/named.node.js
index 19b8ce29bd..54e80388a3 100644
--- a/node.d/named.node.js
+++ b/node.d/named.node.js
@@ -6,8 +6,8 @@
// http://jpmens.net/2013/03/18/json-in-bind-9-s-statistics-server/
// https://ftp.isc.org/isc/bind/9.10.3/doc/arm/Bv9ARM.ch06.html#statistics
-// example configuration in /etc/netdata/named.conf
-// the module supports auto-detection if bind is running in localhost
+// example configuration in /etc/netdata/node.d/named.conf
+// the module supports auto-detection if bind is running at localhost
/*
{
diff --git a/node.d/sma_webbox.node.js b/node.d/sma_webbox.node.js
index 3dd17a5c12..3d99943d4d 100644
--- a/node.d/sma_webbox.node.js
+++ b/node.d/sma_webbox.node.js
@@ -3,7 +3,7 @@
// This program will connect to one or more SMA Sunny Webboxes
// to get the Solar Power Generated (current, today, total).
-// example configuration in /etc/netdata/sma_webbox.conf
+// example configuration in /etc/netdata/node.d/sma_webbox.conf
/*
{
"enable_autodetect": false,
diff --git a/node.d/snmp.node.js b/node.d/snmp.node.js
index ddc8985270..d1563e1968 100644
--- a/node.d/snmp.node.js
+++ b/node.d/snmp.node.js
@@ -2,7 +2,7 @@
// This program will connect to one or more SNMP Agents
-// example configuration in /etc/netdata/snmp.conf
+// example configuration in /etc/netdata/node.d/snmp.conf
/*
{
"enable_autodetect": false,