Glad to see that proc.get was added with the 6.4 release, but while the documentation highlights parameters, I am unable to find much of setting up a proper trigger. It also seemed that it this new key could have been added into a few templates by default such as the Windows by Zabbix Agent.
I proceeded with creating the item manually to the template Windows by Zabbix Agent. I used the mode: summary, for the purpose of information needed in my use case.
Performing a test against a host populates the information and is a trigger was made with the following:
For the operational data I want to get the last 5 running processes. With this information I'd like to create a trigger action when the High Memory Utilization = 90% >5m also include the Process List.
For testing I created a Trigger Action to only notify me of the Process List, but it seems even that does not have an event logged under Monitoring.
Is anyone successfully using proc.get with a trigger action to report on processes? Based on my setup, does it appear right or did I miss something?
I proceeded with creating the item manually to the template Windows by Zabbix Agent. I used the mode: summary, for the purpose of information needed in my use case.
Performing a test against a host populates the information and is a trigger was made with the following:
For the operational data I want to get the last 5 running processes. With this information I'd like to create a trigger action when the High Memory Utilization = 90% >5m also include the Process List.
For testing I created a Trigger Action to only notify me of the Process List, but it seems even that does not have an event logged under Monitoring.
Is anyone successfully using proc.get with a trigger action to report on processes? Based on my setup, does it appear right or did I miss something?
Comment