Feature Request - First class support for non email alerts

Issue #925 duplicate
Karthik T created an issue

Even just a command line alert mechanism would suffice to compose other alert systems ourselves.

Right now the recommendation is to use exec to implement non standard alerts.

However native alerts are more widespread, there are alerts which cannot to be replicated by exec (FILE missing triggers an alert, comes to mind)

Other major advantage is clean up the code to be as clean as the email version, instead of exec somescript_name.sh it would just be alert

Comments (4)

  1. Karthik T reporter

    I have to imagine this has been requested before.. is there a specific reason it isnt supported?

  2. Log in to comment