diff --git a/sources/extra_files/app/usr_share_zabbix_conf_zabbix.conf.php b/sources/extra_files/app/usr_share_zabbix_conf_zabbix.conf.php new file mode 100644 index 0000000..1f2cbc0 --- /dev/null +++ b/sources/extra_files/app/usr_share_zabbix_conf_zabbix.conf.php @@ -0,0 +1,18 @@ +// 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_pwd'; + +// Schema name. Used for IBM DB2 and PostgreSQL. +$DB['SCHEMA'] = ''; + +$ZBX_SERVER = 'localhost'; +$ZBX_SERVER_PORT = '10051'; +$ZBX_SERVER_NAME = 'zabbix-server'; + +$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG; \ No newline at end of file