ansible.xymon_server/templates/etc/xymon/hosts.cfg.j2

26 lines
794 B
Plaintext
Raw Permalink Normal View History

2018-03-02 14:39:53 +01:00
# {{ ansible_managed }}
#
# Master configuration file for Xymon
#
# This file defines several things:
#
# 1) By adding hosts to this file, you define hosts that are monitored by Xymon
# 2) By adding "page", "subpage", "group" definitions, you define the layout
# of the Xymon webpages, and how hosts are divided among the various webpages
# that Xymon generates.
# 3) Several other definitions can be done for each host, see the hosts.cfg(5)
# man-page.
#
# You need to define at least the Xymon server itself here.
#0.0.0.0 .default. # NOPROPRED:+apt,+libs
#group Servers
127.0.0.1 {{ ansible_fqdn }} # bbd https://{{ ansible_fqdn }}/
#page common Common
#group-except sslcert|bbd|xymond|xymongen|xymonnet|xymonproxy <font size="+1">Test</font>⏎
#include hosts.d/common.cfg⏎