Hello,
It must be discussed and probably ZBXNEXT created, But I could not find anything using "Baseline Monitoring" keywords.
I have uplink interface graphs (bytes, flows, packets). Which are following same pattern depending on day of week. I want zabbix to calculate historical mean and stddev for each point based on let say last month usage. So I can test if current measurement within stddev and alarm if not.
Function could be:
1. h_weekly_mean(days, window)
That function will take average values size of window (eg 10 min), for same time and week of day as current reading and return its mean value.
2. h_weekly_stddev(days, window)
That function will take average values size of window (eg 10 min), for same time and week of day as current reading and return its standard deviation.
That two function could be joined in one. so it will return rusult right away and save on DB operations.
Questions -
is anyone done it or currently working on something similar now ?
will it be useful for anyone ?
do you have better ideas ?
Depending on answers I can start working on it myself.
Vitaly
It must be discussed and probably ZBXNEXT created, But I could not find anything using "Baseline Monitoring" keywords.
I have uplink interface graphs (bytes, flows, packets). Which are following same pattern depending on day of week. I want zabbix to calculate historical mean and stddev for each point based on let say last month usage. So I can test if current measurement within stddev and alarm if not.
Function could be:
1. h_weekly_mean(days, window)
That function will take average values size of window (eg 10 min), for same time and week of day as current reading and return its mean value.
2. h_weekly_stddev(days, window)
That function will take average values size of window (eg 10 min), for same time and week of day as current reading and return its standard deviation.
That two function could be joined in one. so it will return rusult right away and save on DB operations.
Questions -
is anyone done it or currently working on something similar now ?
will it be useful for anyone ?
do you have better ideas ?
Depending on answers I can start working on it myself.
Vitaly
. And i bet you'll be disappointed by such trigger.
Comment