0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-15 01:58:34 +00:00
netdata_netdata/collectors/node.d.plugin/sma_webbox
Chris Akritidis 369967f27b
Remove codacy warnings from sma_webbox ()
* Remove codacy warnings

* try let and const in the scope instead
2019-02-05 13:25:43 +01:00
..
Makefile.inc Fix make dist () 2018-10-16 15:26:28 +03:00
README.md Add header to SMA webbox readme () 2018-12-09 06:44:57 +02:00
sma_webbox.node.js Remove codacy warnings from sma_webbox () 2019-02-05 13:25:43 +01:00

SMA Sunny Webbox

SMA Sunny Webbox

Example netdata configuration for node.d/sma_webbox.conf

The module supports any number of name servers, like this:

{
    "enable_autodetect": false,
    "update_every": 5,
    "servers": [
        {
            "name": "plant1",
            "hostname": "10.0.1.1",
            "update_every": 10
        },
        {
            "name": "plant2",
            "hostname": "10.0.2.1",
            "update_every": 15
        }
    ]
}

analytics