summaryrefslogtreecommitdiffstats
path: root/collectors/node.d.plugin/node.d.conf
blob: c79274a5e40cbb256ec908a5fc4491ab766637f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
	"___help_1": "Default options for node.d.plugin - this is a JSON file.",
	"___help_2": "Use http://jsonlint.com/ to verify it is valid JSON.",
	"___help_3": "------------------------------------------------------------",

	"___help_update_every": "Minimum data collection frequency for all node.d/*.node.js modules. Set it to 0 to inherit it from netdata.",
	"update_every": 0,

	"___help_modules_enable_autodetect": "Enable/disable auto-detection for node.d/*.node.js modules that support it.",
	"modules_enable_autodetect": true,

	"___help_modules_enable_all": "Enable all node.d/*.node.js modules by default.",
	"modules_enable_all": true,

	"___help_modules": "Enable/disable the following modules. Give only XXX for node.d/XXX.node.js",
	"modules": {
		"snmp": {
			"enabled": true
		}
	},

	"___help_paths": "Paths that control the operation of node.d.plugin",
	"paths": {
		"___help_plugins": "The full path to the modules javascript node.d/ directory",
		"plugins": null,

		"___help_config": "The full path to the modules configs node.d/ directory",
		"config": null,

		"___help_modules": "Array of paths to add to node.js when searching for node_modules",
		"modules": []
	}
}