SHARE
TWEET
Untitled
a guest
Mar 10th, 2018
55
in 350 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- <?php
- // Zabbix GUI configuration file
- global $DB;
- $DB['TYPE'] = 'MYSQL';
- $DB['SERVER'] = 'localhost';
- $DB['PORT'] = '3306';
- $DB['DATABASE'] = 'zabbix';
- $DB['USER'] = 'zabbix';
- $DB['PASSWORD'] = 'NotTheActualPasswordLol';
- // SCHEMA is relevant only for IBM_DB2 database
- $DB['SCHEMA'] = '';
- $ZBX_SERVER = 'localhost';
- $ZBX_SERVER_PORT = '50152';
- $ZBX_SERVER_NAME = 'zbxsrvr';
- $IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
- ?>
RAW Paste Data

