Skip to content

Commit

Permalink
Merge pull request #406 from boomam/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ authored Nov 28, 2022
2 parents 075eb94 + fcd4bb4 commit 00502cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/TROUBLESHOOTING_NOTIFICATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 00502cc

Please sign in to comment.