russellvt / pnp4nagios

PNP is an addon to Nagios/Icinga which analyzes performance data provided by plugins and stores them automatically into RRD-databases.
https://docs.pnp4nagios.org
GNU General Public License v2.0
5 stars 3 forks source link

Better password settings in Apache Example/Dist Config #2

Open russellvt opened 2 years ago

russellvt commented 2 years ago

This distribution config might do well to be better about setting up password file references.

Current Version:

        AuthName "Nagios Access"
        AuthType Basic
        AuthUserFile /usr/local/nagios/etc/htpasswd.users
        Require valid-user

Consider Icinga:

        AuthName "Icinga Access"
        AuthType Basic
        AuthUserFile /etc/icinga/htpasswd.users
        Require valid-user

TLDR; The AuthName, AuthType and AuthUserFile should be settable.