Hello,
I need store information about certain user activities e.g. change limits of DPE.
User can change limits using my panel (not PARA).
Of course I can use writeAuditEntry() function but....
This function creates record in audit archive and information about it is e.g. Audit panel.
I need to show information about changing limit in AES Panel - in events log together with other events.
Can I raise alarm or create an event to in case of changing limits?
Best Regards
Adam
Event triggering
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Event triggering
When talking about "change limits" do you mean changing the thresholds for the alert ranges?
Best Regards
Leopold Knipp
Senior Support Specialist
Best Regards
Leopold Knipp
Senior Support Specialist
- ask
- Posts:28
- Joined: Tue Nov 29, 2016 11:37 am
Re: Event triggering
Yes.
I also want to create an event in such cases like: setting explicit default value, deactivating/activating alert handling, deactivating/activating processing DPE.
Best Regards
Adam
I also want to create an event in such cases like: setting explicit default value, deactivating/activating alert handling, deactivating/activating processing DPE.
Best Regards
Adam
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Event triggering
There is no pre defined function available to trace every change of the configuration.
If you want to save every change of attributes of configs you have to implement your own solution.
Best Regards
Leopold Knipp
Senior Support Specialist
If you want to save every change of attributes of configs you have to implement your own solution.
Best Regards
Leopold Knipp
Senior Support Specialist
- ask
- Posts:28
- Joined: Tue Nov 29, 2016 11:37 am
Re: Event triggering
I think there is misunderstanding.
I don't want to trace every change of configuration - only those made by normal users.
I want to raise/trigger alarm/event in case of configuration changes like I wrote.
This changes are made by users only by using panels created by me. There is no other way for normal users.
It means that I know where and what change is made and I want to pass this information to alarm/event screen (and also archive it).
As I wrote I pass information about changes to AuditTrail, but it is not enough because AuditTrail is separated of alarm/event.
Best Regards
Adam
I don't want to trace every change of configuration - only those made by normal users.
I want to raise/trigger alarm/event in case of configuration changes like I wrote.
This changes are made by users only by using panels created by me. There is no other way for normal users.
It means that I know where and what change is made and I want to pass this information to alarm/event screen (and also archive it).
As I wrote I pass information about changes to AuditTrail, but it is not enough because AuditTrail is separated of alarm/event.
Best Regards
Adam