Revisiting old topic - Custom Alerts for ConfigSources
At this time I have a need for a custom ConfigSource that would compare 2 textual files and report on Any Change. Nothing fancy and the new ConfigSource with default settings indeed works just fine IF you only want to get an alert that a change was detected. However I would like to pass the actual lines that were modified in the alert. In searching for this topic I found an archived post from 5 years ago.
Custom Alerts for ConfigSources
In that post Nick is asking if it is possible to do the following;
- Being able to put what lines were added or removed right in the alert. For simple configs you can then tell right away if you need to take action or not.
That’s exactly what I am after. The archived post was posted 5 years ago…. does anybody know if there was any progress on this feature? I have a sinking feeling this is not possible today, or at least it’s not any easier than it was 5 years ago. Back to custom scripting?
- Anonymous2 years ago
Pretty sure it can’t be done. I think the uphill battle is that you’re passing configuration text outside of LM’s RBAC control. You might have better lucking asking for the number of config lines that changed, but that’s not really helpful.
I’d like to see this ability as well.