source: projects/specs/trunk/z/zabbix/zabbix-2.0.4-font.patch @ 7440

Revision 7440, 993 bytes checked in by iwaim, 11 years ago (diff)

new: zabbix

  • frontends/php/include/defines.inc.php

    diff -uNr zabbix-2.0.4.orig/frontends/php/include/defines.inc.php zabbix-2.0.4/frontends/php/include/defines.inc.php
    old new  
    3535define('ZBX_WIDGET_ROWS', 20); 
    3636 
    3737define('ZBX_FONTPATH',                          realpath('fonts')); // where to search for font (GD > 2.0.18) 
    38 define('ZBX_GRAPH_FONT_NAME',           'DejaVuSans'); // font file name 
     38define('ZBX_GRAPH_FONT_NAME',           'VL-Gothic-Regular'); // font file name 
    3939define('ZBX_GRAPH_LEGEND_HEIGHT',       120); // when graph height is less then this value, some legend will not show up 
    4040 
    4141define('ZBX_SCRIPT_TIMEOUT',            60); // in seconds 
     
    8383define('EVENTS_OPTION_ALL',             2); 
    8484define('EVENTS_OPTION_NOT_ACK', 3); 
    8585 
    86 define('ZBX_FONT_NAME', 'DejaVuSans'); 
     86define('ZBX_FONT_NAME', 'VL-Gothic-Regular'); 
    8787 
    8888define('ZBX_AUTH_INTERNAL',     0); 
    8989define('ZBX_AUTH_LDAP',         1); 
Note: See TracBrowser for help on using the repository browser.