From 76647f0106c25c62dad4d2844b4f30da902ae990 Mon Sep 17 00:00:00 2001 From: shiraorie Date: Mon, 16 Mar 2026 13:00:34 +0500 Subject: [PATCH] Create zabbix.conf.php --- files/zabbix.conf.php | 54 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 files/zabbix.conf.php diff --git a/files/zabbix.conf.php b/files/zabbix.conf.php new file mode 100644 index 0000000..68e30b0 --- /dev/null +++ b/files/zabbix.conf.php @@ -0,0 +1,54 @@ + 'http://localhost:9200', +// 'text' => 'http://localhost:9200' +//]; +// Value types stored in Elasticsearch. +//$HISTORY['types'] = ['uint', 'text']; + +// Used for SAML authentication. +// Uncomment to override the default paths to SP private key, SP and IdP X.509 certificates, and to set extra settings. +//$SSO['SP_KEY'] = 'conf/certs/sp.key'; +//$SSO['SP_CERT'] = 'conf/certs/sp.crt'; +//$SSO['IDP_CERT'] = 'conf/certs/idp.crt'; +//$SSO['SETTINGS'] = [];