From fc7ddd077cd9472b386bf0088cbff0919b4bc96f Mon Sep 17 00:00:00 2001 From: memdmp Date: Sun, 24 Aug 2025 04:49:47 +0200 Subject: feat: initial commit --- zabbix/conf/zabbix.conf.php | 58 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 zabbix/conf/zabbix.conf.php (limited to 'zabbix/conf/zabbix.conf.php') diff --git a/zabbix/conf/zabbix.conf.php b/zabbix/conf/zabbix.conf.php new file mode 100644 index 0000000..944347d --- /dev/null +++ b/zabbix/conf/zabbix.conf.php @@ -0,0 +1,58 @@ + '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'] = []; + +// If set to false, support for HTTP authentication will be disabled. +// $ALLOW_HTTP_AUTH = true; -- cgit v1.2.3