Hi guys,
I'm still discovering and configuring Zabbix in our dev environment, and I'm trying to improve our actual monitoring.
I currently have an item that returns a certain number of connection on a server. The query is done every 10mins, and varies between 100 and 4000.
My question : is it possible to have a trigger on that item that will be activated if there's a difference of xx% between the two last queries ?
Example :
Query at 01:00 -> 2000 users connected
Query at 01:10 -> 2100 users, difference is positive, we don't care
Query at 01:20 -> 2050 users, -50 users, around 2-3%, no big deal
Query at 01:30 -> 800 users, around 60% less connections, there's something wrong here
Is it possible to have a trigger that activates when the difference is, let's say, 20% negative ?
I'm still discovering and configuring Zabbix in our dev environment, and I'm trying to improve our actual monitoring.
I currently have an item that returns a certain number of connection on a server. The query is done every 10mins, and varies between 100 and 4000.
My question : is it possible to have a trigger on that item that will be activated if there's a difference of xx% between the two last queries ?
Example :
Query at 01:00 -> 2000 users connected
Query at 01:10 -> 2100 users, difference is positive, we don't care
Query at 01:20 -> 2050 users, -50 users, around 2-3%, no big deal
Query at 01:30 -> 800 users, around 60% less connections, there's something wrong here
Is it possible to have a trigger that activates when the difference is, let's say, 20% negative ?
Comment