Hello,
I'm a beginner on Zabbix, I've already configured my network monitoring, and I'am trying to monitor my asterisk telephony service now.
So I end up with some values with items for each of my telephony users with a "0" numeric value when they're offline and a "1" value when they're incall and I would like to create a counter with zabbix which would count the number of times when the value goes from 0 to 1 during 7 days for example in order to have the number of calls on a week for one user.
Is that even possible? I have read the documentation on triggers and functions and search in the forum but I can't find a similar case to what I would like to do, and I'm a beginner in programming so not sure how to do it.
The icing on the cake would then be to calculate the duration of calls by counting the time during the value remains at 1 on my items.
If someone will help me, I thank him in advance.
I'm a beginner on Zabbix, I've already configured my network monitoring, and I'am trying to monitor my asterisk telephony service now.
So I end up with some values with items for each of my telephony users with a "0" numeric value when they're offline and a "1" value when they're incall and I would like to create a counter with zabbix which would count the number of times when the value goes from 0 to 1 during 7 days for example in order to have the number of calls on a week for one user.
Is that even possible? I have read the documentation on triggers and functions and search in the forum but I can't find a similar case to what I would like to do, and I'm a beginner in programming so not sure how to do it.
The icing on the cake would then be to calculate the duration of calls by counting the time during the value remains at 1 on my items.
If someone will help me, I thank him in advance.
Comment