Hi Dojo,
I would like to have a daily report with all DataMiner specific configuration changes that happened last 24 hours on my system. Is this possible?
Example of some changes that I would like to see in the report:
- Adapted alarm/trend templates
- Visual Overview changes
- Started/stopped elements
- Property changes (elements, views, services...)
- Dashboards/Applications changes
Hi Jens, I think you can retrieve all that information from the information events, except maybe the dashboard/application changes. This would require a custom report to generate it.
Another possibility is to create a connector that keeps track of the current configuration. Then every day the connector could get the new configuration and compare with what was stored the day before. All changes are added to tables that can directly be used to generate a report.