Hi,
I want to monitor the memory usage for a specific service.
I can output the mem usage of that process to a txt/csv file using takslist
[tasklist /fi 'imagename eq imagename]
the output ot the text file looks like this
Image Name PID Session Name Session# Mem Usage
========================= =====================
SomeserviceHost.exe 2368 Services 0 267,484 K
How can i creat a trigger to read this memory usage using the zabbix agent?
PS we are using zabbix 1.8
I want to monitor the memory usage for a specific service.
I can output the mem usage of that process to a txt/csv file using takslist
[tasklist /fi 'imagename eq imagename]
the output ot the text file looks like this
Image Name PID Session Name Session# Mem Usage
========================= =====================
SomeserviceHost.exe 2368 Services 0 267,484 K
How can i creat a trigger to read this memory usage using the zabbix agent?
PS we are using zabbix 1.8
Try to search for something similar so you just push the vlaue like 412412 to Zabbix
Comment