-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.ini.example
38 lines (26 loc) · 1.07 KB
/
config.ini.example
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
# location of xymon executable in your file system
XYMONCLI="/usr/lib/xymon/server/bin/xymon"
# location of ackinfo.sh executable in your file system
XYMONACKINFOSH="/usr/lib/xymon/cgi-secure/ackinfo.sh"
# absolute URL of Xymon's svcstatus
XYMONSVCSTATUSURL="https://xymon.phys.ethz.ch/xymon-cgi/svcstatus"
# location of Xymon's critical.cfg in your file system (if you have one)
CRITICAL="/etc/xymon/critical.cfg"
# list of tests that should not be shown
TEST_EXCLUDES='"foo", "bar"'
# relative URL of svcstatus.sh on your monitoring server
XYMONURL="/xymon-cgi/svcstatus.sh"
# relative URL of xymon-ack on your monitoring server
XYMONACKURL="/xymondash/cgi/xymon-ack"
# relative URL of xymon-disable on your monitoring server
XYMONDISURL="/xymondash/cgi/xymon-disable"
# relative URL of xymon2json on your monitoring server
XYMONJSONURL="/xymondash/cgi/xymon2json"
# host name of xymon server
XYMONSERVER="xymonserver"
# website title
TITLE="ISG D-PHYS xymon dashboard"
# xymon homepage
TITLELINK="/xymon/xymon.html"
# path to python3 interpreter
PYTHON3="/usr/bin/env python3"