Dear Zabbix-Friends,
I am pretty new to Zabbix and I´m sharing this challenge with out:
I created a windows tasks, that I want to monitor. The easiest (for me) would be to issue a Powershell command through a custom item and process the given output. The Powershell-command itself is quite simple:
Powershell -NoProfile -ExecutionPolicy bypass -Command "Get-ScheduledTaskInfo -TaskName 'Zabbix-Agent - Deploy Data'"
The Item in Zabbix is this right now:


I am pretty new to Zabbix and I´m sharing this challenge with out:
I created a windows tasks, that I want to monitor. The easiest (for me) would be to issue a Powershell command through a custom item and process the given output. The Powershell-command itself is quite simple:
Powershell -NoProfile -ExecutionPolicy bypass -Command "Get-ScheduledTaskInfo -TaskName 'Zabbix-Agent - Deploy Data'"
The Item in Zabbix is this right now: