logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cdist-type__xymon_client - Install the Xymon client

Authors

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

Boolean Parameters

msgcache
              Enable xymon msgcache. Note: XYMONSERVER has to be 127.0.0.1 for using msgcache (see msgcache(8)
              of the xymon documentation for details).

Copying

       Copyright  (C)  2018-2019  Thomas Eckert. You can redistribute it and/or modify it under the terms of the
       GNU General Public License as published by the Free Software Foundation, either version 3 of the License,
       or (at your option) any later version.

Description

       This cdist type installs the Xymon client and configures it to report with FQDN.

Examples

          # minimal, report to 127.0.0.1
          __xymon_client

          # specify server:
          __xymon_client --servers "192.168.1.1"

          # activate `msgcache` for passive client:
          __xymon_client --msgcache

Name

       cdist-type__xymon_client - Install the Xymon client

Optional Parameters

state  'present', 'absent', defaults to 'present'.

       servers
              One  or  more  IP addresses (space separated) of the Xymon server(s) to report to. While DNS-names
              are ok it is discouraged, defaults to 127.0.0.1.

Required Parameters

       None.

See Also

cdist__xymon_server(7), xymon(7), msgcache(8)

See Also