2016-08-03 10:09:49 +02:00
|
|
|
diff -Nru zabbix-2.5.0.orig/frontends/php/include/defines.inc.php zabbix-2.5.0/frontends/php/include/defines.inc.php
|
|
|
|
--- zabbix-2.5.0.orig/frontends/php/include/defines.inc.php 2015-08-19 17:27:39.000000000 +0900
|
|
|
|
+++ zabbix-2.5.0/frontends/php/include/defines.inc.php 2015-08-22 15:20:12.000000000 +0900
|
2019-05-14 10:06:13 +02:00
|
|
|
@@ -66,7 +66,7 @@
|
2016-08-03 10:09:49 +02:00
|
|
|
define('ZBX_WIDGET_ROWS', 20);
|
|
|
|
|
2019-05-14 10:06:13 +02:00
|
|
|
define('ZBX_FONTPATH', realpath('assets/fonts')); // where to search for font (GD > 2.0.18)
|
2016-08-03 10:09:49 +02:00
|
|
|
-define('ZBX_GRAPH_FONT_NAME', 'DejaVuSans'); // font file name
|
2019-05-14 10:06:13 +02:00
|
|
|
+define('ZBX_GRAPH_FONT_NAME', 'graphfont'); // font file name
|
2016-08-03 10:09:49 +02:00
|
|
|
define('ZBX_GRAPH_LEGEND_HEIGHT', 120); // when graph height is less then this value, some legend will not show up
|
|
|
|
|
|
|
|
define('ZBX_SCRIPT_TIMEOUT', 60); // in seconds
|
2019-05-14 10:06:13 +02:00
|
|
|
@@ -111,7 +111,7 @@
|
2018-04-12 00:28:04 +02:00
|
|
|
define('ZBX_ACK_STS_WITH_UNACK', 2);
|
|
|
|
define('ZBX_ACK_STS_WITH_LAST_UNACK', 3);
|
2016-08-03 10:09:49 +02:00
|
|
|
|
|
|
|
-define('ZBX_FONT_NAME', 'DejaVuSans');
|
|
|
|
+define('ZBX_FONT_NAME', 'graphfont');
|
|
|
|
|
|
|
|
define('ZBX_AUTH_INTERNAL', 0);
|
|
|
|
define('ZBX_AUTH_LDAP', 1);
|