Hi,
How can i report bandwith utilization on some ports? including my trigger with 95percentile ? Now i get something like this
my config.inc.php:
thanks for help
How can i report bandwith utilization on some ports? including my trigger with 95percentile ? Now i get something like this
Interface ge-0/0/0.0 (id:1356) did not match the expression - skipping it.
Interface ge-0/0/1 (id:1357) did not match the expression - skipping it.
Interface ge-0/0/1.0 (id:1358) did not match the expression - skipping it.
Interface ge-0/0/2 (id:1359) did not match the expression - skipping it.
Interface ge-0/0/2.0 (id:1360) did not match the expression - skipping it.
Interface ge-0/0/3 (id:1361) did not match the expression - skipping it.
Interface ge-0/0/3.0 (id:1362) did not match the expression - skipping it.
Interface ge-0/0/4 (id:1363) did not match the expression - skipping it.
Interface ge-0/0/4.0 (id:1364) did not match the expression - skipping it.
Interface ge-0/0/5 (id:1365) did not match the expression - skipping it.
Interface ge-0/0/5.0 (id:1366) did not match the expression - skipping it.
Interface ge-0/0/1 (id:1357) did not match the expression - skipping it.
Interface ge-0/0/1.0 (id:1358) did not match the expression - skipping it.
Interface ge-0/0/2 (id:1359) did not match the expression - skipping it.
Interface ge-0/0/2.0 (id:1360) did not match the expression - skipping it.
Interface ge-0/0/3 (id:1361) did not match the expression - skipping it.
Interface ge-0/0/3.0 (id:1362) did not match the expression - skipping it.
Interface ge-0/0/4 (id:1363) did not match the expression - skipping it.
Interface ge-0/0/4.0 (id:1364) did not match the expression - skipping it.
Interface ge-0/0/5 (id:1365) did not match the expression - skipping it.
Interface ge-0/0/5.0 (id:1366) did not match the expression - skipping it.
// What items would you like to see in the report? Things that do not match are excluded automatically.
$items = array('system information'=>'string','uptime'=>'seconds', 'boot time'=>'datetime', 'total memory'=>'number', 'available memory'=>'number', 'Free disk space'=>'number', 'Free swap space in %'=>'number', 'version of zabbix_agent'=>'string', 'services'=>'string', 'update'=>'number','certificate'=>'string','advanc ed ntp'=>'string','Interface speed'=>'bits','Operational status'=>'updown','Alias of interface'=>'string');
// Which items would you like to see overall statistics for over the selected period? Presently only avg is shown, but min and max could easily be added.
$trends = array('ICMP ping'=>'updown','ICMP loss'=>'number', 'ICMP response'=>'ms', 'BatteryCharge'=>'number', 'Battery capacity'=>'number', 'voltage'=>'number', 'output power'=>'number', 'CPU Idle Time'=>'number', '15 min average'=>'number', 'Temp'=>'number', 'Watt'=>'number', 'uptime'=>'seconds','transactions per second'=>'number');
// Would you like to limit what graphs are displayed? Enter partial matches (or complete names) here.
// $mygraphs = '#.*#'; // Match all graphs
$mygraphs = '#(Ping|CPU load|CPU usage|Disk space|Swap|Ethernet|Memory usage|on eth interface Interface|RE+FPC+LOAD)#';
$items = array('system information'=>'string','uptime'=>'seconds', 'boot time'=>'datetime', 'total memory'=>'number', 'available memory'=>'number', 'Free disk space'=>'number', 'Free swap space in %'=>'number', 'version of zabbix_agent'=>'string', 'services'=>'string', 'update'=>'number','certificate'=>'string','advanc ed ntp'=>'string','Interface speed'=>'bits','Operational status'=>'updown','Alias of interface'=>'string');
// Which items would you like to see overall statistics for over the selected period? Presently only avg is shown, but min and max could easily be added.
$trends = array('ICMP ping'=>'updown','ICMP loss'=>'number', 'ICMP response'=>'ms', 'BatteryCharge'=>'number', 'Battery capacity'=>'number', 'voltage'=>'number', 'output power'=>'number', 'CPU Idle Time'=>'number', '15 min average'=>'number', 'Temp'=>'number', 'Watt'=>'number', 'uptime'=>'seconds','transactions per second'=>'number');
// Would you like to limit what graphs are displayed? Enter partial matches (or complete names) here.
// $mygraphs = '#.*#'; // Match all graphs
$mygraphs = '#(Ping|CPU load|CPU usage|Disk space|Swap|Ethernet|Memory usage|on eth interface Interface|RE+FPC+LOAD)#';

Comment