1CDIST-TYPE__XYMON_SERVER(7) cdist CDIST-TYPE__XYMON_SERVER(7)
2
3
4
6 cdist-type__xymon_server - Install a Xymon server
7
9 This cdist type installs a Xymon (https://www.xymon.com/) server and
10 (optional) required helper packages.
11
12 This includes the Xymon client as a dependency, so NO NEED to install
13 __xymon_client separately.
14
15 To access the webinterface a webserver is required. The cdist-type
16 __xymon_apache can be used to install and configure the apache web‐
17 server for the use with Xymon.
18
19 Further and day-to-day configuration of Xymon can either be done manu‐
20 ally in /etc/xymon/ or the directory can be deployed and managed by
21 __xymon_config.
22
24 None.
25
27 state 'present', 'absent', defaults to 'present'. If
28 '--install_helpers' is specified for 'absent' the helper pack‐
29 ages will be un-installed.
30
32 install_helpers
33 Install helper packages used by Xymon (fping, heirloom-mailx,
34 traceroute, ntpdate).
35
37 # minmal
38 __xymon_server
39
40 # the same
41 __xymon_server --state present
42
43 # also install helper packages:
44 __xymon_server --install_helpers
45
46 # examples to give a more complete picture: __xymon_server installed on
47 # `xymon.example.com` w/ IP 192.168.1.1:
48 #
49 # install webserver and grant 2 private subnets access to the webinterface:
50 __xymon_apache --ipacl "192.168.0.0/16 10.0.0.0/8"
51 # deploy server-configuration with __xymon_config:
52 __xymon_config --confdir=xymon.example.com
53
54 # install xymon-client on other machines (not needed on the server):
55 __xymon_client --servers "192.168.1.1"
56
58 cdist__xymon_apache(7), cdist__xymon_config(7), cdist__xymon_client(7),
59 xymon(7)
60
62 Thomas Eckert <tom--@--it-eckert.de>
63
65 Copyright (C) 2018-2019 Thomas Eckert. You can redistribute it and/or
66 modify it under the terms of the GNU General Public License as pub‐
67 lished by the Free Software Foundation, either version 3 of the
68 License, or (at your option) any later version.
69
71 ungleich GmbH 2020
72
73
74
75
766.9.4 Dec 21, 2020 CDIST-TYPE__XYMON_SERVER(7)