fix error on var name
This commit is contained in:
parent
c2e22aa088
commit
472715f422
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ $DB['DOUBLE_IEEE754'] = true;
|
|||
// $ZBX_SERVER = '{{ zabbix_server_hostname }}';
|
||||
// $ZBX_SERVER_PORT = '{{ zabbix_server_listen_port }}';
|
||||
|
||||
$ZBX_SERVER_NAME = '{{ zabbix_server_hostname }}';
|
||||
$ZBX_SERVER_NAME = '{{ zabbix_server_name }}';
|
||||
|
||||
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
|
||||
|
||||
|
|
Loading…
Reference in a new issue