Forgot to add templates dir
This commit is contained in:
parent
b5fa9a5d67
commit
af6a3470c4
|
@ -0,0 +1,25 @@
|
||||||
|
# {{ 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⏎
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
# {{ ansible_managed }}
|
||||||
|
|
||||||
|
#192.168.0.1 www.{{ ansible_domain }} # apt libs SSH apache https://www.{{ ansible_domain }}
|
||||||
|
#192.168.0.2 pxe.{{ ansible_domain }} # apt libs SSH DESCR:PXE CLIENT:deploy
|
||||||
|
|
||||||
|
#192.168.0.254 switch.{{ ansible_domain }} # -apt -libs SSH
|
Loading…
Reference in New Issue