1CDIST-TYPE__XYMON_APACHE(7) cdist CDIST-TYPE__XYMON_APACHE(7)
2
3
4
6 cdist-type__xymon_apache - Configure apache2-webserver for Xymon
7
9 This cdist type installs and configures apache2 to be used "exclu‐
10 sively" (in the sense that no other use is taken care of) with Xymon
11 (the systems and network monitor).
12
13 It depends on __xymon_server.
14
16 None.
17
19 state 'present', 'absent', defaults to 'present'.
20
21 ipacl IP(-ranges) that have access to the Xymon webpages and CGIs.
22 Apache2-style syntax suitable for Require ip .... Example:
23 192.168.1.0/24 10.0.0.0/8
24
26 mod:rewrite enabled
27 apache module enabled
28
29 conf:xymon enabled
30 apache config for xymon enabled
31
32 apache restarted
33 apache2.service was reloaded
34
35 apache reloaded
36 apache2.service was restarted
37
39 active-conf
40 lists apache2 conf-enabled
41
42 active-modules
43 lists active apache2-modules
44
46 # minmal, only localhost-access:
47 __xymon_apache
48 # allow more IPs to access the Xymon-webinterface:
49 __xymon_apache --ipacl "192.168.0.0/16 10.0.0.0/8" --state "present"
50
52 cdist__xymon_server(7)
53
55 Thomas Eckert <tom--@--it-eckert.de>
56
58 Copyright (C) 2018-2019 Thomas Eckert. You can redistribute it and/or
59 modify it under the terms of the GNU General Public License as pub‐
60 lished by the Free Software Foundation, either version 3 of the Li‐
61 cense, or (at your option) any later version.
62
64 ungleich GmbH 2020
65
66
67
68
696.9.6 Apr 20, 2021 CDIST-TYPE__XYMON_APACHE(7)