summaryrefslogtreecommitdiff
path: root/test/integration/targets/setup_zabbix/templates/zabbix.conf.php.j2
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/setup_zabbix/templates/zabbix.conf.php.j2')
-rw-r--r--test/integration/targets/setup_zabbix/templates/zabbix.conf.php.j220
1 files changed, 0 insertions, 20 deletions
diff --git a/test/integration/targets/setup_zabbix/templates/zabbix.conf.php.j2 b/test/integration/targets/setup_zabbix/templates/zabbix.conf.php.j2
deleted file mode 100644
index ad0a8328d2..0000000000
--- a/test/integration/targets/setup_zabbix/templates/zabbix.conf.php.j2
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-// Zabbix GUI configuration file
-global $DB;
-
-$DB['TYPE'] = 'MYSQL';
-$DB['SERVER'] = 'localhost';
-$DB['PORT'] = '0';
-$DB['DATABASE'] = '{{ db_name }}';
-$DB['USER'] = '{{ db_user }}';
-$DB['PASSWORD'] = '{{ db_password }}';
-
-// SCHEMA is relevant only for IBM_DB2 database
-$DB['SCHEMA'] = '';
-
-$ZBX_SERVER = 'localhost';
-$ZBX_SERVER_PORT = '10051';
-$ZBX_SERVER_NAME = '';
-
-$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
-?>