blob: 372d0fccae69d9ab7c222aff99ae0be01b73a576 (
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
39
40
41
42
43
44
45
46
|
#
# 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 planet.<%= @domain %> # http://planet.<%= @domain %>
# This checks the public reverse proxy
0.0.0.0 forums.<%= @domain %> # sni https://forums.<%= @domain %>=<%= @nodes_ipaddr['sucuk']['ipv4'] %>/
0.0.0.0 check.<%= @domain %> # http://check.<%= @domain %>
0.0.0.0 pkgsubmit.<%= @domain %> # http://pkgsubmit.<%= @domain %>
0.0.0.0 bcd.<%= @domain %> # http://bcd.<%= @domain %>
0.0.0.0 hugs.<%= @domain %> # http://hugs.<%= @domain %>
0.0.0.0 dashboard.<%= @domain %> # http://dashboard.<%= @domain %>
0.0.0.0 meetbot.<%= @domain %> # http://meetbot.<%= @domain %>
page servers Servers
group-compress Marseille
212.85.158.151 sucuk.<%= @domain %> # testip bbd dns smtp ssh CLIENT:xymon.<%= @domain %> http://xymon.<%= @domain %>
212.85.158.148 ecosse.<%= @domain %> # testip ssh
212.85.158.150 fiona.<%= @domain %> # testip ssh
212.85.158.152 rabbit.<%= @domain %> # testip ssh
212.85.158.153 duvel.<%= @domain %> # testip ssh rsync svn git ldapssl ldap
group-compress VM Sucuk
192.168.122.131 friteuse.<%= @domain %> # testip ssh http://forums.<%= @domain %>=<%= @nodes_ipaddr['friteuse']['ipv4'] %>/ %>/
group-compress Scaleway
163.172.148.228 neru.mageia.org # testip ssh dns ldap ldapssl smtp
|