A host has multiple items with a status string value of either "Ended OK" or "Ended Not OK".
I need to create another item that counts how many items have each value.
To find the value I am looking for, I was thinking of using the "find" function like...
Search Result
Collapse
6 results in 0.0019 seconds.
Keywords
Members
Tags
-
Count unique values from multiple items
-
Compare values between hosts and aggregated host
I have some real hosts (URA_X) with items that return the number of active calls. They are spread over 3 sites (group).
Each host has one such item:
I also created a virtual host (URA_Aggregated)...Code:Asterisk Calls - asterisk.active.calls - Zabbix agent item (user parameter)
Last edited by markfree; 03-11-2023, 17:39. -
aggregate prototype items (LLD)
I've a Template that use discovery. In the Template I've different prototype items that are created dinamically by LLD.
I would like to create a "standard" item in the template with the value calculated by the sum of the "prototype items".
I've tried with... -
Monitor Multiple Desktops CPU load and show all in one single graph
Hey - first post ...Hello
Can you help me please, Ive gone through the documentation and a zabbix cookbook and I'm a little confused.
Can someone walk me though the process for setting up a graph that will show the cpu load currently in use over all the desktops that... -
Aggregated checks doesn't work with "system.run"
Hi
I have an item Citrix Connected Users which runs "c:\Program Files\zabbix\citrix\countICAUsers.cmd" this works fine.
Now I want to sum these the values accross a group. I use the grpsum function to do this.
grpsum["test_quser","system.run[c:\Program...