]> arthur.barton.de Git - netdata.git/blob - conf.d/node.d.conf
fail2bain plugin: "Currently In Jail" chart renamed
[netdata.git] / conf.d / node.d.conf
1 {\r
2         "___help_1": "Default options for node.d.plugin - this is a JSON file.",\r
3         "___help_2": "Use http://jsonlint.com/ to verify it is valid JSON.",\r
4         "___help_3": "------------------------------------------------------------",\r
5 \r
6         "___help_update_every": "Minimum data collection frequency for all node.d/*.node.js modules. Set it to 0 to inherit it from netdata.",\r
7         "update_every": 0,\r
8 \r
9         "___help_modules_enable_autodetect": "Enable/disable auto-detection for node.d/*.node.js modules that support it.",\r
10         "modules_enable_autodetect": true,\r
11 \r
12         "___help_modules_enable_all": "Enable all node.d/*.node.js modules by default.",\r
13         "modules_enable_all": true,\r
14 \r
15         "___help_modules": "Enable/disable the following modules. Give only XXX for node.d/XXX.node.js",\r
16         "modules": {\r
17                 "named": {\r
18                         "enabled": true\r
19                 },\r
20                 "sma_webbox": {\r
21                         "enabled": true\r
22                 },\r
23                 "snmp": {\r
24                         "enabled": true\r
25                 }\r
26         },\r
27 \r
28         "___help_paths": "Paths that control the operation of node.d.plugin",\r
29         "paths": {\r
30                 "___help_plugins": "The full path to the modules javascript node.d/ directory",\r
31                 "plugins": null,\r
32 \r
33                 "___help_config": "The full path to the modules configs node.d/ directory",\r
34                 "config": null,\r
35 \r
36                 "___help_modules": "Array of paths to add to node.js when searching for node_modules",\r
37                 "modules": []\r
38         }\r
39 }\r