27 lines
632 B
YAML
27 lines
632 B
YAML
---
|
|
# defaults file for ipr.ansible.xymon
|
|
|
|
# client
|
|
## packages
|
|
xymon_cli_manage: true
|
|
xymon_cli_pkg_state: 'installed'
|
|
|
|
## conf
|
|
xymon_cli_default_conf_path: '/etc/default/xymon-client'
|
|
xymon_cli_default_conf_tpl: 'etc/default/xymon-client.j2'
|
|
xymon_cli_hostname: "{{ ansible_fqdn }}"
|
|
xymon_user_groups: 'xymon'
|
|
|
|
## service
|
|
xymon_cli_service_manage: true
|
|
xymon_cli_service_name: 'xymon-client'
|
|
xymon_cli_service_enabled: true
|
|
|
|
# server
|
|
xymon_srv_list: "monitoring.{{ ansible_domain }}"
|
|
|
|
# plugins
|
|
xymon_plug_manage: true
|
|
xymon_plug_mq_path: '/etc/xymon/clientlaunch.d/mq.cfg'
|
|
xymon_plug_mq_tpl: 'etc/xymon/clientlaunch.d/mq.cfg.j2'
|