Hi all,
i am new to the Zabbix API and i am struggling a bit getting values to create something like the Zabbix Dashboard but in a different frontend. So eventually i need to extract/present the count of current Problems grouped by Severity. The software i am using is capable of transforming data sources so the absolutely best would be if i can get a dataset out of Zabbix for each Problem like:
Status - Severity - Host - Description(Triggername)
But as i said if i can get only the Column "Severity" i am good. I can then count how often e.g. "Warning" or "High" exists within this Dataset.
Has anyone already realized this and can give me some help?
Thanks
Marc
i am new to the Zabbix API and i am struggling a bit getting values to create something like the Zabbix Dashboard but in a different frontend. So eventually i need to extract/present the count of current Problems grouped by Severity. The software i am using is capable of transforming data sources so the absolutely best would be if i can get a dataset out of Zabbix for each Problem like:
Status - Severity - Host - Description(Triggername)
But as i said if i can get only the Column "Severity" i am good. I can then count how often e.g. "Warning" or "High" exists within this Dataset.
Has anyone already realized this and can give me some help?
Thanks
Marc
Comment