mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
add file usr_share_zabbix_conf_zabbix.conf.php
This commit is contained in:
parent
b75f12a707
commit
c406e99201
1 changed files with 18 additions and 0 deletions
|
@ -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;
|
Loading…
Add table
Reference in a new issue