I would love to be able to see the status of a notification commands.
When we run check commands, their status is historised in the interface and through the resource page, but if you are running some notifications based on some scripts or commands, you have no idea of wether the execution was successful or not.
Right now we have a trace of the emission of the alert in the timeline of the resource lateral window and within the event logs, but the status or if that command fails, right now there is no real way to know that.
I have been trying to add some logging capabilities to commands like a stdout/stderr redirection with tee to push logs in a specific file, but that isn’t really practical.
What do you think of this idea ?