Last active
January 22, 2019 12:04
-
-
Save olehermanse/7700a5033c2404caebe1c5d54f270d04 to your computer and use it in GitHub Desktop.
CFEngine: Enable client initiated report and monitoring on all hosts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"classes": { | |
"client_initiated_reporting_enabled": [ "any" ], | |
"mpf_augments_control_enabled": [ "any" ], | |
"services_autorun": [ "any" ], | |
"cfengine_internal_purge_policies": [ "any" ] | |
}, | |
"vars": { | |
"control_server_call_collect_interval": "1", | |
"control_hub_exclude_hosts": [ "0.0.0.0/0" ], | |
"mpf_access_rules_collect_calls_admit_ips": [ "0.0.0.0/0" ], | |
"acl": [ | |
"0.0.0.0/0", | |
"::/0" | |
], | |
"default_data_select_host_monitoring_include": [ ".*" ], | |
"default_data_select_policy_hub_monitoring_include": [ ".*" ], | |
"control_executor_splaytime": "1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment