User story #6136
openAlert me when something change
Description
I want to be able to configure an alert on a change.
I would configure a mail address and receive a mail when there is an error or a repair status.
I this the first step is to have a callback / a script be called when we see those.
Then write a script that can filter the content.
Then let this content be seen by centreon or send an email by batch.
Updated by Jonathan CLARKE almost 10 years ago
The /var/log/rudder/compliance/non-compliant-reports.log file is designed as a "poor man's solution" to this. Each line represents one such change, received from one node, for one component/directive/rule. A simple script or deamon could read this file to get these events.
Updated by Benoît PECCATTE almost 10 years ago
Yes, but it is :
- really poor
- not documented
- not obvious to use it even when we know it exists
Updated by Benoît PECCATTE over 9 years ago
- Category set to System integration
- Target version set to Ideas (not version specific)
Updated by Alexis Mousset over 8 years ago
For information, it is now documented and an example logstash config file to parse it is provided in the manual: http://www.rudder-project.org/doc-3.2/_monitoring.html#_monitor_events.