Merge pull request #406 from boomam/patch-1

This commit is contained in:
Jason Kulatunga
2022-11-28 07:46:35 -08:00
committed by GitHub
+5
View File
@@ -24,3 +24,8 @@ SCRUTINY_MESSAGE - eg. "Scrutiny SMART error notification for device: %s\nFailur
SCRUTINY_HOST_ID - (optional) eg. "my-custom-host-id"
```
# Testing Notifications
You can test that your notifications are configured correctly by posting an empty payload to the notifications health check API.
```
curl -X POST http://localhost:8080/api/health/notify
```