From 1e6c93250172946eeb38e94a92a1fd12c9d3011e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 7 Nov 2018 13:22:44 +0100 Subject: Merging upstream version 1.11.0+dfsg. Signed-off-by: Daniel Baumann --- conf.d/node.d.conf | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 conf.d/node.d.conf (limited to 'conf.d/node.d.conf') diff --git a/conf.d/node.d.conf b/conf.d/node.d.conf deleted file mode 100644 index 95aec99ce..000000000 --- a/conf.d/node.d.conf +++ /dev/null @@ -1,39 +0,0 @@ -{ - "___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": { - "named": { - "enabled": true - }, - "sma_webbox": { - "enabled": true - }, - "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": [] - } -} -- cgit v1.2.3