├── .gitignore ├── LICENSE ├── PRTGSlackNotification.ps1 ├── PRTGSlackNotificationPSv2.ps1 ├── PRTGSlackWebHookNotification.ps1 ├── PRTGSlackWebHookNotificationPSv2.ps1 ├── README.md └── images ├── prtgslacknotificationsettings.png ├── prtgslacksamplenotification.jpg └── prtgslackwebhooknotificationsettings.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/PRTGSlackNotification/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/PRTGSlackNotification/HEAD/LICENSE -------------------------------------------------------------------------------- /PRTGSlackNotification.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/PRTGSlackNotification/HEAD/PRTGSlackNotification.ps1 -------------------------------------------------------------------------------- /PRTGSlackNotificationPSv2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/PRTGSlackNotification/HEAD/PRTGSlackNotificationPSv2.ps1 -------------------------------------------------------------------------------- /PRTGSlackWebHookNotification.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/PRTGSlackNotification/HEAD/PRTGSlackWebHookNotification.ps1 -------------------------------------------------------------------------------- /PRTGSlackWebHookNotificationPSv2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/PRTGSlackNotification/HEAD/PRTGSlackWebHookNotificationPSv2.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/PRTGSlackNotification/HEAD/README.md -------------------------------------------------------------------------------- /images/prtgslacknotificationsettings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/PRTGSlackNotification/HEAD/images/prtgslacknotificationsettings.png -------------------------------------------------------------------------------- /images/prtgslacksamplenotification.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/PRTGSlackNotification/HEAD/images/prtgslacksamplenotification.jpg -------------------------------------------------------------------------------- /images/prtgslackwebhooknotificationsettings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/PRTGSlackNotification/HEAD/images/prtgslackwebhooknotificationsettings.png --------------------------------------------------------------------------------