I want that High bandwidth usage trigger for cisco network device should trigger only when problem remains for more that 5 minutes rather than triggering after every minute. How can I do it? Please Help
Ad Widget
Collapse
Increase Interval for trigger
Collapse
X
-
http://uk.linkedin.com/pub/tomasz-k%...zko/6/940/430/
https://kloczek.wordpress.com/
zapish - Zabbix API SHell binding https://github.com/kloczek/zapish
My zabbix templates https://github.com/kloczek/zabbix-templates-
Please explain I am not getting.
({Device1:net.if.in[ifHCInOctets.10103].avg(15m)}>({$IF_UTIL_MAX:"Gi1/0/3"}/100)*{Device1:net.if.speed[ifHighSpeed.10103].last()} or
{Device1:net.if.out[ifHCOutOctets.10103].avg(15m)}>({$IF_UTIL_MAX:"Gi1/0/3"}/100)*{Device1:net.if.speed[ifHighSpeed.10103].last()}) and
{Device1:net.if.speed[ifHighSpeed.10103].last()}>0
In this expression I have changed the last() to last(,300) whether it is correct or not
-
-
Please explain I am not getting.
({Device1:net.if.in[ifHCInOctets.10103].avg(15m)}>({$IF_UTIL_MAX:"Gi1/0/3"}/100)*{Device1:net.if.speed[ifHighSpeed.10103].last()} or
{Device1:net.if.out[ifHCOutOctets.10103].avg(15m)}>({$IF_UTIL_MAX:"Gi1/0/3"}/100)*{Device1:net.if.speed[ifHighSpeed.10103].last()}) and
{Device1:net.if.speed[ifHighSpeed.10103].last()}>0
In this expression I have changed the last() to last(,300) i.e.,
({Device1:net.if.in[ifHCInOctets.10103].avg(15m)}>({$IF_UTIL_MAX:"Gi1/0/3"}/100)*{Device1:net.if.speed[ifHighSpeed.10103].last(,300)} or
{Device1:net.if.out[ifHCOutOctets.10103].avg(15m)}>({$IF_UTIL_MAX:"Gi1/0/3"}/100)*{Device1:net.if.speed[ifHighSpeed.10103].last(,300)}) and
{Device1:net.if.speed[ifHighSpeed.10103].last(,300)}>0
Please tell whether it is correct or not.Last edited by Ekta; 26-11-2018, 12:02.Comment
Comment