0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-13 09:11:50 +00:00

apps.plugin: detect openldap server processes by default on Deb… ()

apps_groups.conf: add 'slapd' process to auth process group
/usr/sbin/slapd is the openldap server binary provided in Debian
https://packages.debian.org/stretch/amd64/slapd/filelist
This commit is contained in:
nodiscc 2019-06-30 17:08:01 +00:00 committed by Vladimir Kobal
parent 54149c562c
commit 33e73f5990

View file

@ -89,7 +89,7 @@ go.d.plugin: *go.d.plugin*
# -----------------------------------------------------------------------------
# authentication/authorization related servers
auth: radius* openldap* ldap*
auth: radius* openldap* ldap* slapd
fail2ban: fail2ban*
# -----------------------------------------------------------------------------