1CDIST-TYPE__XYMON_CLIENT(7) cdist CDIST-TYPE__XYMON_CLIENT(7)
2
3
4
6 cdist-type__xymon_client - Install the Xymon client
7
9 This cdist type installs the Xymon client and configures it to report
10 with FQDN.
11
13 None.
14
16 state 'present', 'absent', defaults to 'present'.
17
18 servers
19 One or more IP addresses (space separated) of the Xymon
20 server(s) to report to. While DNS-names are ok it is discour‐
21 aged, defaults to 127.0.0.1.
22
24 msgcache
25 Enable xymon msgcache. Note: XYMONSERVER has to be 127.0.0.1 for
26 using msgcache (see msgcache [4m(8) of the xymon documentation for
27 details).
28
30 # minimal, report to 127.0.0.1
31 __xymon_client
32
33 # specify server:
34 __xymon_client --servers "192.168.1.1"
35
36 # activate `msgcache` for passive client:
37 __xymon_client --msgcache
38
40 cdist__xymon_server(7), xymon(7), msgcache(8)
41
43 Thomas Eckert <tom--@--it-eckert.de>
44
46 Copyright (C) 2018-2019 Thomas Eckert. You can redistribute it and/or
47 modify it under the terms of the GNU General Public License as pub‐
48 lished by the Free Software Foundation, either version 3 of the
49 License, or (at your option) any later version.
50
52 ungleich GmbH 2020
53
54
55
56
576.9.4 Dec 21, 2020 CDIST-TYPE__XYMON_CLIENT(7)