Skip to content

Instantly share code, notes, and snippets.

@olehermanse
Last active January 22, 2019 12:04
Show Gist options
  • Save olehermanse/7700a5033c2404caebe1c5d54f270d04 to your computer and use it in GitHub Desktop.
Save olehermanse/7700a5033c2404caebe1c5d54f270d04 to your computer and use it in GitHub Desktop.
CFEngine: Enable client initiated report and monitoring on all hosts
{
"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