From 2b54e9c8831cd56d6029adbce516175934f3e7de Mon Sep 17 00:00:00 2001 From: Patrik Uytterhoeven Date: Tue, 5 Mar 2024 17:37:35 +0100 Subject: [PATCH] authentication added --- docs/authentication/zabbix-http.md | 1 + docs/authentication/zabbix-ldap.md | 1 + docs/authentication/zabbix-saml.md | 1 + mkdocs.yml | 4 ++++ 4 files changed, 7 insertions(+) create mode 100644 docs/authentication/zabbix-http.md create mode 100644 docs/authentication/zabbix-ldap.md create mode 100644 docs/authentication/zabbix-saml.md diff --git a/docs/authentication/zabbix-http.md b/docs/authentication/zabbix-http.md new file mode 100644 index 00000000..362bd433 --- /dev/null +++ b/docs/authentication/zabbix-http.md @@ -0,0 +1 @@ +# Authentication with HTTP diff --git a/docs/authentication/zabbix-ldap.md b/docs/authentication/zabbix-ldap.md new file mode 100644 index 00000000..47f3b445 --- /dev/null +++ b/docs/authentication/zabbix-ldap.md @@ -0,0 +1 @@ +# Authentication with LDAP diff --git a/docs/authentication/zabbix-saml.md b/docs/authentication/zabbix-saml.md new file mode 100644 index 00000000..6d950166 --- /dev/null +++ b/docs/authentication/zabbix-saml.md @@ -0,0 +1 @@ +# Authentication with SAML diff --git a/mkdocs.yml b/mkdocs.yml index 0ee4c021..4183eebd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -46,6 +46,10 @@ nav: - extra-monitoring/SNMP-monitoring.md - extra-monitoring/JAVA-monitoring.md - extra-monitoring/IPMI-monitoring.md + - 'Authentication': + - authentication/zabbix-http.md + - authentication/zabbix-ldap.md + - authentication/zabbix-saml.md - 'Monitoring with Proxies': - proxies/installing-proxies.md - 'Securing Zabbix':