Skip to content

Zabbix: Settings

These changes are overwritten when updating Zabbix!

Add custom time filter values File: /usr/share/zabbix/js/gtlc.js Function: appendZoomLinks Array: zooms

var zooms = [3600, 7200, 10800, 21600, 43200, 86400, 259200, 604800, 1209600, 2592000, 7776000, 15552000, 31536000];

Add values to the measurement units blacklist

// /usr/share/zabbix/include/func.inc.php , I add: 'pages'
$blackList = array('%', 'ms', 'rpm', 'RPM','pages');