mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #67] Disable Alert #41
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pzelnip on GitHub (Jul 7, 2016).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/67
We use Chef as our configuration management tool, and provide the healthchecks.io url for a particular server instance as part of the config for that machine (it's an attribute in a node file).
The problem is we will bring machines up and down periodically, so if a machine is up, a cron job will run and then hit the healthcheck.io url, but if we then shut the machine down we continually get alerts for that machine until we boot it up again.
It'd be nice if you could disable (not delete) a healthcheck.io url, as deleting it means that you'll have to create a new url and change the config for that node in your config management tool.
@cuu508 commented on GitHub (Jul 7, 2016):
You will probably want to disable alerts from API as well, correct?
@pzelnip commented on GitHub (Jul 8, 2016):
Correct.
@pzelnip commented on GitHub (Aug 1, 2016):
Awesome stuff, thx!