Hello,
Long time lurker & viewer. I appreciate all of the invaluable knowledge available on this forum.
Admittedly I am very new to Zabbix, and would appreciate some help creating a new trigger.
We have a database that tracks the number of available phone numbers within our web application that I would like to monitor. For example if the number of available number falls below a set value we would get alerted, so we could address this issue accordingly.
I can run a simple query that produces the results of available numbers:
For the available local number that have toll-free numbers:
SELECT *
FROM inboundfaxdid
WHERE organizationid is null
AND faxdid is not null and tollfreedid is not null
ORDER BY faxdidid
We are running version 1.8.2 of Zabbix. Any and all help is appreciated! We currently don't have anyone who is familiar with Zabbix in the company, so we are lost on this one.
Thanks!
Long time lurker & viewer. I appreciate all of the invaluable knowledge available on this forum.
Admittedly I am very new to Zabbix, and would appreciate some help creating a new trigger.
We have a database that tracks the number of available phone numbers within our web application that I would like to monitor. For example if the number of available number falls below a set value we would get alerted, so we could address this issue accordingly.
I can run a simple query that produces the results of available numbers:
For the available local number that have toll-free numbers:
SELECT *
FROM inboundfaxdid
WHERE organizationid is null
AND faxdid is not null and tollfreedid is not null
ORDER BY faxdidid
We are running version 1.8.2 of Zabbix. Any and all help is appreciated! We currently don't have anyone who is familiar with Zabbix in the company, so we are lost on this one.
Thanks!
Comment