sponte / Powershell.Deployment

Powershell scripts that automated component deployment. Supports windows services (srvany.exe, NServiceBus, TopShelf) and websites.
MIT License
15 stars 8 forks source link

Changed PRTG to use Powershell #17

Closed taliesins closed 8 years ago

taliesins commented 8 years ago

Powershell implementation for PRTG.

Added a way to add a service bus sensor for each service bus topic that is created in the config (no need to have duplicate configuration now).

Queries have been optimized for faster interaction with PRTG (adding server side filters and only returning columns that area needed)

Fix to support HTTP - HTTPS redirection when creating a new sensor

Logging information improved for PRTG interactions.