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_apache - Configure apache2-webserver for Xymon

Authors

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

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 and configures apache2 to be used "exclusively" (in the sense that no other use
       is taken care of) with Xymon (the systems and network monitor).

       It depends on __xymon_server.

Examples

          # minmal, only localhost-access:
          __xymon_apache
          # allow more IPs to access the Xymon-webinterface:
          __xymon_apache --ipacl "192.168.0.0/16 10.0.0.0/8" --state "present"

Explorers

active-conf
              lists apache2 conf-enabledactive-modules
              lists active apache2-modules

Messages

mod:rewriteenabled
              apache module enabled

       conf:xymonenabled
              apache config for xymon enabled

       apacherestarted
              apache2.service was reloaded

       apachereloaded
              apache2.service was restarted

Name

       cdist-type__xymon_apache - Configure apache2-webserver for Xymon

Optional Parameters

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

       ipacl  IP(-ranges) that have access to the Xymon webpages and CGIs.  Apache2-style  syntax  suitable  for
              Requireip.... Example: 192.168.1.0/2410.0.0.0/8

Required Parameters

       None.

See Also

cdist__xymon_server(7)

See Also