[READ-ONLY] Mirror of https://github.com/FoxxMD/deploy-ntfy-alerter.
0

Configure Feed

Select the types of activity you want to include in your feed.

feat: Add unresolved alert timeout

FoxxMD (Jan 13, 2025, 1:53 PM EST) 27f0e1ee 9b4d1830

+5
+5
README.md
··· 57 57 # * leave unset to push all alerts 58 58 # * otherwise, alerts will only be pushed if Alert is one of the comma-separated states set here 59 59 #ALLOW_RESOLVED_TYPE=resolved,unresolved 60 + 61 + ## Delay alerts with below types for X milliseconds 62 + ## and cancel pushing alert if it is resolved within that time 63 + #UNRESOLVED_TIMEOUT_TYPES=ServerCpu,ServerMem 64 + #UNRESOLVED_TIMEOUT=2000 60 65 """ 61 66 62 67 [[variable]]