Update to 2022-03-21 17:00

This commit is contained in:
Daniel Berteaud
2022-03-21 17:00:07 +01:00
parent 6d26fe917b
commit 0800a3d4fd
5 changed files with 80 additions and 0 deletions

View File

@@ -12,4 +12,8 @@ $IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
{% if zabbix_server_version.stdout is version('5.0', '>=') %}
$DB['DOUBLE_IEEE754'] = 'true';
{% endif %}
$SSO['SP_KEY'] = '/etc/zabbix/ssl/sp.key';
$SSO['SP_CERT'] = '/etc/zabbix/ssl/sp.crt';
$SSO['IDP_CERT'] = '/etc/zabbix/ssl/idp.crt';
?>