1CDIST-TYPE__XYMON_CONFIG(7)          cdist         CDIST-TYPE__XYMON_CONFIG(7)
2
3
4

NAME

6       cdist-type__xymon_config - Deploy a Xymon configuration-directory
7

DESCRIPTION

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

REQUIRED PARAMETERS

17       confdir
18              The directory in ./files/ that contains the  /etc/xymon/-content
19              to be deployed.
20

OPTIONAL PARAMETERS

22       owner  passed as-is as --owner to __rsync
23
24       group  passed as-is as --group to __rsync
25

OPTIONAL MULTIPLE PARAMETERS

27       rsync-opts
28              identical to __rsync type, only ---options are supported
29

REQUIRED FILES

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

EXAMPLES

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

SEE ALSO

47       cdist__xymon_server(7), cdist__rsync(7), xymon(7)
48

AUTHORS

50       Thomas Eckert <tom--@--it-eckert.de>
51

COPYING

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
56       License, or (at your option) any later version.
57
59       ungleich GmbH 2019
60
61
62
63
646.3.0                            Dec 12, 2019      CDIST-TYPE__XYMON_CONFIG(7)
Impressum