164 lines
6.1 KiB
YAML
164 lines
6.1 KiB
YAML
---
|
|
# .. vim: foldmarker=[[[,]]]:foldmethod=marker
|
|
|
|
# ipr.ansible.xymon default variables [[[
|
|
# =======================================
|
|
|
|
# Packages and installation [[[
|
|
# -----------------------------
|
|
|
|
# .. envvar:: xymon_cli_manage [[[
|
|
#
|
|
# If this role should manage the installation of Xymon client
|
|
xymon_cli_manage: true
|
|
# ]]]
|
|
# .. envvar:: xymon_cli_pkg_state [[[
|
|
#
|
|
# What is the desired state which this role's packages should be?
|
|
# Possible options:
|
|
#
|
|
# ``present``
|
|
# Default. Ensure the packages are installed.
|
|
#
|
|
# ``absent``
|
|
# Ensure to remove the packages.
|
|
#
|
|
xymon_cli_pkg_state: 'present'
|
|
# ]]]
|
|
# ]]]
|
|
# Server configuration and service [[[
|
|
# ------------------------------------
|
|
|
|
## 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 management [[[
|
|
# ----------------------
|
|
|
|
xymon_plug_manage: true
|
|
|
|
## Plugin apt [[[
|
|
xymon_plug_apt_state: true
|
|
xymon_plug_apt_package: [ 'aptitude', 'dctrl-tools' ]
|
|
xymon_plug_apt_path: '/etc/xymon/clientlaunch.d/apt.cfg'
|
|
xymon_plug_apt_tpl: 'etc/xymon/clientlaunch.d/apt.cfg.j2'
|
|
xymon_plug_apt_interval: '5m'
|
|
xymon_plug_apt_default_whitelist: []
|
|
xymon_plug_apt_whitelist: []
|
|
xymon_plug_apt_group_whitelist: []
|
|
xymon_plug_apt_host_whitelist: []
|
|
xymon_plug_apt_combined_whitelist: '{{ xymon_plug_apt_default_whitelist
|
|
+ xymon_plug_apt_whitelist
|
|
+ xymon_plug_apt_group_whitelist
|
|
+ xymon_plug_apt_host_whitelist }}'
|
|
|
|
## ]]]
|
|
## Plugin ipmi [[[
|
|
xymon_cli__plug_ipmi_state: false
|
|
xymon_cli__plug_ipmi_package: ['ipmitool']
|
|
xymon_cli__plug_ipmi_path: '/etc/xymon/clientlaunch.d/ipmi.cfg'
|
|
xymon_cli__plug_ipmi_tpl: 'etc/xymon/clientlaunch.d/ipmi.cfg.j2'
|
|
xymon_cli__plug_ipmi_interval: '5m'
|
|
## ]]]
|
|
## Plugin libs [[[
|
|
xymon_plug_libs_state: true
|
|
xymon_plug_libs_package: [ 'binutils', 'lsof', 'libyaml-tiny-perl', 'libfile-slurp-perl', 'libsort-naturally-perl' ]
|
|
xymon_plug_libs_path: '/etc/xymon/clientlaunch.d/libs.cfg'
|
|
xymon_plug_libs_tpl: 'etc/xymon/clientlaunch.d/libs.cfg.j2'
|
|
xymon_plug_libs_interval: '5m'
|
|
|
|
xymon_plug_libs_default_whitelist:
|
|
/lib/systemd/systemd:
|
|
- '.*'
|
|
/usr/lib/x86_64-linux-gnu/sssd/sssd_be:
|
|
- '.*'
|
|
/usr/lib/x86_64-linux-gnu/sssd/sssd_autofs:
|
|
- '.*'
|
|
/usr/lib/x86_64-linux-gnu/sssd/sssd_nss:
|
|
- '.*'
|
|
/usr/lib/x86_64-linux-gnu/sssd/sssd_pam:
|
|
- '.*'
|
|
/usr/sbin/sssd:
|
|
- '.*'
|
|
/sbin/multipathd:
|
|
- '.*'
|
|
xymon_plug_libs_whitelist: {}
|
|
xymon_plug_libs_group_whitelist: {}
|
|
xymon_plug_libs_host_whitelist: {}
|
|
|
|
# ]]]
|
|
## Plugin mq [[[
|
|
xymon_plug_mq_state: true
|
|
xymon_plug_mq_package: ['libtimedate-perl']
|
|
xymon_plug_mq_path: '/etc/xymon/clientlaunch.d/mq.cfg'
|
|
xymon_plug_mq_tpl: 'etc/xymon/clientlaunch.d/mq.cfg.j2'
|
|
xymon_plug_mq_interval: '5m'
|
|
## ]]]
|
|
## Plugin netstats [[[
|
|
xymon_cli__plug_netstats_state: false
|
|
xymon_cli__plug_netstats_package: [ 'libfile-which-perl', 'libfile-slurp-perl', 'libipc-run-perl', 'libyaml-tiny-perl', 'iproute2', 'ethtool' ]
|
|
xymon_cli__plug_netstats_path: '/etc/xymon/clientlaunch.d/netstats.cfg'
|
|
xymon_cli__plug_netstats_tpl: 'etc/xymon/clientlaunch.d/netstats.cfg.j2'
|
|
xymon_cli__plug_netstats_interval: '5m'
|
|
## ]]]
|
|
## Plugin SGE [[[
|
|
### From https://git.ipr.univ-rennes1.fr/cellinfo/scripts/src/master/xymon/plugins/client/ext/sge.sh
|
|
xymon_cli__plug_sge_state: False
|
|
xymon_cli__plug_sge_script_path: '/usr/lib/xymon/client/ext/sge.sh'
|
|
xymon_cli__plug_sge_script_tpl: 'usr/lib/xymon/client/ext/sge.sh.j2'
|
|
xymon_cli__plug_sge_script_url: ''
|
|
xymon_cli__plug_sge_path: '/etc/xymon/clientlaunch.d/sge.cfg'
|
|
xymon_cli__plug_sge_tpl: 'etc/xymon/clientlaunch.d/sge.cfg.j2'
|
|
xymon_cli__plug_sge_interval: '5m'
|
|
|
|
# ]]]
|
|
## Plugin smartoverall [[[
|
|
### From https://git.ipr.univ-rennes1.fr/cellinfo/scripts/src/master/xymon/plugins/client/ext/smartoverall
|
|
### And based on https://www.xymon.com/xymon-cgi/viewconf.sh?smart
|
|
### Mostly for disks unknown from smartmontools's database
|
|
xymon_cli__plug_smartoverall_state: False
|
|
xymon_cli__plug_smartoverall_package: [ 'smartmontools' ]
|
|
xymon_cli__plug_smartoverall_script_path: '/usr/lib/xymon/client/ext/smartoverall'
|
|
xymon_cli__plug_smartoverall_script_tpl: 'usr/lib/xymon/client/ext/smartoverall.j2'
|
|
xymon_cli__plug_smartoverall_script_url: ''
|
|
xymon_cli__plug_smartoverall_path: '/etc/xymon/clientlaunch.d/smartoverall.cfg'
|
|
xymon_cli__plug_smartoverall_tpl: 'etc/xymon/clientlaunch.d/smartoverall.cfg.j2'
|
|
xymon_cli__plug_smartoverall_interval: '10m'
|
|
|
|
# ]]]
|
|
## Plugin smart [[[
|
|
### From https://github.com/skazi0/xymon-plugins
|
|
xymon_cli__plug_smart_state: False
|
|
xymon_cli__plug_smart_package: [ 'smartmontools' ]
|
|
xymon_cli__plug_smart_script_path: '/usr/lib/xymon/client/ext/smart'
|
|
xymon_cli__plug_smart_script_tpl: 'usr/lib/xymon/client/ext/smart.j2'
|
|
xymon_cli__plug_smart_script_url: ''
|
|
xymon_cli__plug_smart_path: '/etc/xymon/clientlaunch.d/smart.cfg'
|
|
xymon_cli__plug_smart_tpl: 'etc/xymon/clientlaunch.d/smart.cfg.j2'
|
|
xymon_cli__plug_smart_interval: '10m'
|
|
|
|
# ]]]
|
|
## Plugin zfs [[[
|
|
xymon_cli__plug_zfs_state: false
|
|
xymon_cli__plug_zfs_script_path: '/usr/lib/xymon/client/ext/zfs'
|
|
xymon_cli__plug_zfs_script_tpl: 'usr/lib/xymon/client/ext/zfs.j2'
|
|
xymon_cli__plug_zfs_path: '/etc/xymon/clientlaunch.d/zfs.cfg'
|
|
xymon_cli__plug_zfs_tpl: 'etc/xymon/clientlaunch.d/zfs.cfg.j2'
|
|
xymon_cli__plug_zfs_interval: '5m'
|
|
|
|
# ]]]
|
|
|
|
# ]]]
|
|
# ]]]
|