Hello together!
we have masive problem an out windows Clients the there is somwhere a memory leak .... how ever we need find out whitch process consume the memory .
There is a Item "HOST1.RAM" (thats contains the numerric value of consumed RAM)
There is a trigger HOST1.TRIGGER1 (thats is on if 15GB is consumed)
Now i have only to Execute the command on the Client "powershell.exe -ExecutionPolicy Bypass -File "C:\zabbix\scripts\memInfo.ps1" (that give me the output from Get-Process"
I simple need to catch this output in zabbix (send it per Action email or store in a Item )
how can this be done?
(i know to store this in file is a way but if the memery is full pagefily sys consume the hole disk ... no diskspare left on client)
we have masive problem an out windows Clients the there is somwhere a memory leak .... how ever we need find out whitch process consume the memory .
There is a Item "HOST1.RAM" (thats contains the numerric value of consumed RAM)
There is a trigger HOST1.TRIGGER1 (thats is on if 15GB is consumed)
Now i have only to Execute the command on the Client "powershell.exe -ExecutionPolicy Bypass -File "C:\zabbix\scripts\memInfo.ps1" (that give me the output from Get-Process"
I simple need to catch this output in zabbix (send it per Action email or store in a Item )
how can this be done?
(i know to store this in file is a way but if the memery is full pagefily sys consume the hole disk ... no diskspare left on client)