Kerberos authentication can be used in web monitoring and HTTP items in Zabbix since version 4.4.0.
This section describes an example of configuring Kerberos with Zabbix server to perform web monitoring of www.example.com
with user 'zabbix'.
Install Kerberos package.
For Debian/Ubuntu:
For RHEL:
Configure Kerberos configuration file (see MIT documentation for details)
cat /etc/krb5.conf
[libdefaults]
default_realm = EXAMPLE.COM
# The following krb5.conf variables are only for MIT Kerberos.
kdc_timesync = 1
ccache_type = 4
forwardable = true
proxiable = true
[realms]
EXAMPLE.COM = {
}
[domain_realm]
.example.com=EXAMPLE.COM
example.com=EXAMPLE.COM
Create a Kerberos ticket for user zabbix. Run the following command as user zabbix:
It is important to run the above command as user zabbix. If you run it as root the authentication will not work.
Create a web scenario or HTTP agent item with Kerberos authentication type.
Optionally can be tested with the following curl command:
Note that for lengthy web monitoring it is necessary to take care of renewing the Kerberos ticket. Default time of ticket expiration is 10h.