Poller Node Connection Info Management
opHA Role: Poller Node Connection Management Enhancement
Current Behavior
In the opHA role, all nodes, including poller nodes, are managed by the Primary Server.
Previously, any modifications to the Poller Node Connection Information made on the Primary Server were automatically synchronized to the respective poller nodes.
As a result, any changes made directly on a poller node were overwritten by the Primary Server during synchronization.
New Enhancement: Force Update Flag
To provide flexibility in connection information synchronization, a "Force Update" option is introduced.
Radio Button: Force Update
Yes → The connection information from the Primary Server will overwrite the existing configuration on the Poller Node.
No → The connection information on the Poller Node remains unchanged, even if updates are made on the Primary Server.
New Tracking Fields
Two additional fields have been introduced to keep track of modifications to connection information:
connection_info.lastupdated
→ Stores the timestamp of the most recent update to the connection settings.connection_info.lastupdated_by
→ Records the server name (Primary or Poller) that last modified the connection settings.
This enhancement ensures better control over synchronization behavior while maintaining an audit trail of changes.