36 lines
1.3 KiB
Django/Jinja
36 lines
1.3 KiB
Django/Jinja
/* {{ ansible_managed }} */
|
|
{
|
|
/* Debug level, one of: debug, info, warn, error ... */
|
|
"loglevel" : "{{ di_crtm3000_loglevel }}",
|
|
/* Path to logfile or null for stdout */
|
|
"logfile": "{{ di_crtm3000_logfile }}",
|
|
|
|
/* DI-Net secure server address */
|
|
"secureserver:uri" : "{{ di_crtm3000_secureserver_uri }}",
|
|
/* DI-Net secure multi proxy PUB-SUB address */
|
|
"proxy:pubsub:uri" : "{{ di_crtm3000_proxy_pubsub_uri }}",
|
|
/* DI-Net secure multi proxy REQ-REP address */
|
|
"proxy:reqrep:uri" : "{{ di_crtm3000_proxy_reqrep_uri }}",
|
|
|
|
/* Project proxy */
|
|
"project-proxy:uri" : "{{ di_crtm3000_project_proxy_uri }}",
|
|
|
|
"projects-interface:uri" : "{{ di_crtm3000_projects_interface_uri }}",
|
|
"projects-interface:timeout" : {{ di_crtm3000_projects_interface_timeout }},
|
|
|
|
/* Messaging proxy */
|
|
"messagingproxy:uri" : "{{ di_crtm3000_messaging_proxy_uri }}",
|
|
|
|
/* Mysql proxy */
|
|
"mysqlproxy:uri" : "{{ di_crtm3000_mysql_proxy_uri }}",
|
|
|
|
/* The minimum time to wait between triggering the same thresholds */
|
|
"threshold:backoff_ms" : {{ di_crtm3000_threshold_backoff_ms }},
|
|
/* The minimum time to wait between sending SMS messages */
|
|
"device:backoff_filter_ms": {{ di_crtm3000_device_backoff_filter_ms }},
|
|
|
|
/* The threshold hysteresis */
|
|
"threshold:hysteresis" : {{ di_crtm3000_threshold_hysteresis }}
|
|
}
|
|
|