Event triggering

Find and share HowTos to various installations / configurations!
5 posts • Page 1 of 1
ask
Posts:28
Joined: Tue Nov 29, 2016 11:37 am

Event triggering

Post by ask »

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

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: Event triggering

Post by leoknipp »

When talking about "change limits" do you mean changing the thresholds for the alert ranges?

Best Regards
Leopold Knipp
Senior Support Specialist

ask
Posts:28
Joined: Tue Nov 29, 2016 11:37 am

Re: Event triggering

Post by ask »

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

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: Event triggering

Post by leoknipp »

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

ask
Posts:28
Joined: Tue Nov 29, 2016 11:37 am

Re: Event triggering

Post by ask »

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

5 posts • Page 1 of 1