]> arthur.barton.de Git - netdata.git/blob - conf.d/node.d/sma_webbox.conf.md
Merge pull request #1049 from Chocobo1/png
[netdata.git] / conf.d / node.d / sma_webbox.conf.md
1 \r
2 [SMA Sunny Webbox](http://www.solar-is-future.com/sma-technology-for-our-future/products/sunny-webbox/index.html)\r
3 \r
4 Example netdata configuration for node.d/sma_webbox.conf\r
5 \r
6 The module supports any number of name servers, like this:\r
7 \r
8 ```json\r
9 {\r
10     "enable_autodetect": false,\r
11     "update_every": 5,\r
12     "servers": [\r
13         {\r
14             "name": "plant1",\r
15             "hostname": "10.0.1.1",\r
16             "update_every": 10\r
17         },\r
18         {\r
19             "name": "plant2",\r
20             "hostname": "10.0.2.1",\r
21             "update_every": 15\r
22         }\r
23     ]\r
24 }\r
25 ```\r