Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 937 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 937 Bytes

Zabbix-ScheduledTask

Step 1:

Copy the file DiscoverScheduledTasks.ps1 for folder of Zabbix Agent

Normally is in "C:\Zabbix"

Step 2:

Add host level macro {$TASKPATHS} (open host properties and look for the "Macros" tab) and specify your tasks location(s) in Task Scheduler Library, root is "/", custom folder may be "/CustomFolder/", several locations will be comma-separated: "/,/CustomFolder/"

Step 3:

In the configuration file of Zabbix Agent add the following parameters:

Timeout=30

UserParameter=TaskSchedulerMonitoring[*],powershell -NoProfile -ExecutionPolicy Bypass -File "C:\Zabbix\DiscoverScheduledTasks.ps1" "$1" "$2" "$3"

Step 4:

Verify if your Windows Hosts is enable for execute scripts, if no, run in powershell:

Set-ExecutionPolicy RemoteSigned

Step 5:

Restart the Zabbix Agent

Step 6:

Bind the Template Windows Task Scheduled in host.