ansible.xymon/defaults/main.yml

54 lines
1.2 KiB
YAML
Raw Normal View History

---
# defaults file for ipr.ansible.xymon
# client
2017-08-11 14:14:51 +02:00
## packages
xymon_cli_manage: true
xymon_cli_pkg_state: 'installed'
2017-08-11 14:14:51 +02:00
## 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'
2017-08-11 14:14:51 +02:00
## service
xymon_cli_service_manage: true
xymon_cli_service_name: 'xymon-client'
xymon_cli_service_enabled: true
# server
xymon_srv_list: "monitoring.{{ ansible_domain }}"
2017-09-04 17:24:40 +02:00
# plugins {{{
2017-09-04 17:24:40 +02:00
xymon_plug_manage: true
## mq {{{
2017-09-04 17:31:51 +02:00
xymon_plug_mq_state: true
xymon_plug_mq_package: [ 'libtimedate-perl' ]
2017-09-04 17:24:40 +02:00
xymon_plug_mq_path: '/etc/xymon/clientlaunch.d/mq.cfg'
xymon_plug_mq_tpl: 'etc/xymon/clientlaunch.d/mq.cfg.j2'
## }}}
# libs {{{
2017-09-04 17:42:53 +02:00
xymon_plug_libs_state: true
xymon_plug_libs_package: [ 'binutils', 'lsof', 'libyaml-tiny-perl', 'libsort-naturally-perl' ]
2017-09-04 17:42:53 +02:00
xymon_plug_libs_path: '/etc/xymon/clientlaunch.d/libs.cfg'
xymon_plug_libs_tpl: 'etc/xymon/clientlaunch.d/libs.cfg.j2'
xymon_plug_libs_default_whitelist:
/lib/systemd/systemd:
- '.*'
/usr/lib/x86_64-linux-gnu/sssd/sssd_be:
- '.*'
/usr/sbin/sssd:
- '.*'
/sbin/multipathd:
- '.*'
xymon_plug_libs_group_whitelist: {}
xymon_plug_libs_host_whitelist: {}
## }}}
#
# }}}