How to get changes of Server Diagnostic Nodes? #1777
Replies: 1 comment
|
There's no easy way to observe these, you'll want to poll instead. The value for diagnostic nodes is computed on the fly when read (via an For your case specifically, note that For this case in particular it would be easiest to skip the diagnostic nodes entirely and read live session state: |
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I'm currently in the process of implementing alarms and conditions for our server. The customer has a requirement that an alarm should be triggered when ClientLastContactTime > 10 s.
I implemented a trigger schema that reacts to attribute changes via an AttributeFilter wich works well for instance nodes. However, with server diagnostic nodes, the attribute observer is not being reached.
I register my Node Observer with the AdressSpaceManager
in NodeEventAttributeObserver i have this:
My question is now how can i get changes of server diagnostic nodes ? Any suggestions would be apprechiated.
Greetings Johann
All reactions