Add a notification when a bouncer/CAPI/LAPI is not reachable
What would you like to be added?
/kind enhancement
Crowdsec manages notifications. A notification would be triggered when a bouncer/CAPI/LAPI results unreachable.
Why is this needed?
That alert would help making sure that the system is fully operational.
@Eirikr70: Thanks for opening an issue, it is currently awaiting triage.
In the meantime, you can:
- Check Crowdsec Documentation to see if your issue can be self resolved.
- You can also join our Discord.
- Check Releases to make sure your agent is on the latest version.
Details
I am a bot created to help the crowdsecurity developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the BirthdayResearch/oss-governance-bot repository.
@Eirikr70: There are no 'kind' label on this issue. You need a 'kind' label to start the triage process.
-
/kind feature -
/kind enhancement -
/kind refactoring -
/kind bug -
/kind packaging
Details
I am a bot created to help the crowdsecurity developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the BirthdayResearch/oss-governance-bot repository.
/kind enhancement
Hey its a good idea but the way the current notification system is setup it would involve a vast amount of work to get something like this off the ground, not to mention how would you configure it maybe a notifications.yaml but then it may get confusing for end users.
Will leave issue open if anyone is driven enough to implement it as currently the CrowdSec team is working on these types of notifications from the console side.
not to mention how would you configure it maybe a
notifications.yamlbut then it may get confusing for end users.
Couldn't you just add a paragraph in the yaml already in use in the notifications directory?
not to mention how would you configure it maybe a
notifications.yamlbut then it may get confusing for end users.Couldn't you just add a paragraph in the yaml already in use in the notifications directory?
No, because the directory is solely used for alerts, if we wanted to use the same directory we would have to have a way to distinguish between templates like a apply_on hook or filter cause at the moment the notifications is only used in alerts.