blob: 86f6d739bf4aa6edf8200aae56e0fcbfa54a5d0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
#
# 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 bb-hosts(5)
# man-page.
#
# You need to define at least the Xymon server itself here.
page visible Visible Services
0.0.0.0 blog.<%= domain %> # http://blog.<%= domain %>
0.0.0.0 identity.<%= domain %> # https://identity.<%= domain %>
0.0.0.0 bugs.<%= domain> # https://bugs.<%= domain %>
0.0.0.0 ml.<%= domain> # https://ml.<%= domain %>
0.0.0.0 www.<%= domain> # http://www.<%= domain %>
0.0.0.0 svnweb.<%= domain> # http://svnweb.<%= domain %>
0.0.0.0 epoll.<%= domain> # https://epoll.<%= domain %>
0.0.0.0 transifex.<%= domain> # https://transifex.<%= domain %>
page servers Servers
group-compress Marseille
212.85.158.146 alamut.<%= domain %> # testip bbd dns ssh CLIENT:xymon.mageia.org
212.85.158.147 valstar.<%= domain %> # testip ssh rsync
212.85.158.148 ecosse.<%= domain %> # testip ssh
212.85.158.149 jonund.<%= domain %> # testip ssh
#212.85.158.150 fiona.<%= domain %> # testip ssh
group-compress Gandi
95.142.164.207 krampouezh.<%= domain %> # ssh dns
217.70.188.116 champagne.<%= domain %> # ssh
group-compress Dedibox
88.190.12.224 rabbit.<%= domain %> # ssh
|