lordmilko / PrtgAPI

C#/PowerShell interface for PRTG Network Monitor
MIT License
301 stars 37 forks source link

PRTG monitoring tasks scheduled #106

Closed mbensaid23 closed 4 years ago

mbensaid23 commented 4 years ago

hello

it is possible with PRTG to monitoring scheduled Windows tasks ?

regards

lordmilko commented 4 years ago

Hi @mbensaid23,

Please be advised that PrtgAPI is a third party product for interfacing with the PRTG API; for questions specific to PRTG itself you should post a question on the PRTG forums (kb.paessler.com).

Paessler used to support monitoring scheduled tasks, however this functionality has now been removed. You can implement this functionality yourself however by creating your own custom sensor (see also) using PowerShell. Using cmdlets like Get-ScheduledTask you can then retrieve the information you need and then display it in PRTG.

Regards, lordmilko