1CDIST-TYPE__XYMON_CONFIG(7) cdist CDIST-TYPE__XYMON_CONFIG(7)
2
3
4
6 cdist-type__xymon_config - Deploy a Xymon configuration-directory
7
9 This cdist type deploys a full Xymon configuration directory from the
10 files-dir to the host. This type requires an installed Xymon server,
11 e.g. deployed by __xymon_server.
12
13 WARNING: This type _replaces_ the /etc/xymon/-directory! The previous
14 contents is replaced/deleted!
15
17 confdir
18 The directory in ./files/ that contains the /etc/xymon/-content
19 to be deployed.
20
22 owner passed as-is as --owner to __rsync
23
24 group passed as-is as --group to __rsync
25
27 rsync-opts
28 identical to __rsync type, only ---options are supported
29
31 The directory specified by confdir has to contain a valid xymon-config‐
32 uration (/etc/xymon/) _plus_ the ext/-directory that normally resides
33 in /usr/lib/xymon/server/.
34
36 __xymon_config --confdir=xymon.example.com
37 # this will replace /etc/xymon/ on the target host with
38 # the contents from __xymon_config/files/xymon.example.com/
39
40 ## the same but set ownership to `xymon:xymon` and exclude
41 ## the `netrc`-file:
42 __xymon_config --confdir=xymon.example.com \
43 --owner xymon --group xymon \
44 --rsync-opts "exclude=netrc"
45
47 cdist__xymon_server(7), cdist__rsync(7), xymon(7)
48
50 Thomas Eckert <tom--@--it-eckert.de>
51
53 Copyright (C) 2018-2019 Thomas Eckert. You can redistribute it and/or
54 modify it under the terms of the GNU General Public License as pub‐
55 lished by the Free Software Foundation, either version 3 of the Li‐
56 cense, or (at your option) any later version.
57
59 ungleich GmbH 2021
60
61
62
63
646.9.8 Aug 24, 2021 CDIST-TYPE__XYMON_CONFIG(7)