Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Product Compatibility

Refer to product compatibility to determine supported Operating Systems and Database Versions.

Download opHA here - https://opmantek.com/network-management-download/opha-downloads/


For opHA 4, see opHA 4 Release NotesThis page provides a brief overview of the major changes between opHA3 releases.


Table of Contents

Introduction

opHA introduces the concept of a Primary & pollers multiple Poller servers:

  • The Primary is the node server that have keeps the information of all the pollers and it is where we can read all the information from.
  • The pollersPollers, collect their own data, and send that information to the Primary when it is requested. 

The process of synchronising the information of the nodes is made by the Primary. The Primary requests the information for each poller with pull requests. 

The first time the pull script runs, it is going to request requests all the data for each configured poller. Next time, it is going to request requests only the modified data since the last synchronisation. 

Releases

3.6.2

Status
colourGreen
titleRELEASED
8th March 2023

  • An opHA peer will now unlock itself after 15 mins. use opha_max_lock in opCommon.json to change this timeout.
  • In the peer GUI it now shows if the peer is locked and you have the option to unlock this from the GUI.
  • opha_allow_insecure has been implemented across the whole application.
  • Fix issue where a peer would show a stale status message when the primary role has been changed.
  • Gui fixes for the peers view.
  • Debug messages improved for the cli.

3.6.1

Status
colourGreen
titleRELEASED
19th December 2022

Fixed issue where the function in the gui and cli sync-all-nodes would not use the opha_allow_insecure config option.

3.6.0

Status
colour
YellowtitleQA 
Green
titleRELEASED
23 November 2022

Big release with an upgraded GUI framework to deliver accessibility enhancements and dark mode.

  • This release includes improved Accessibility options, including support for Dark Mode. We have taken the opportunity while we tidied up the screens to change Opmantek to FirstWave. These are new features that are backward compatible with earlier releases.

  • Fixed issue where Perl would throw a warning about ../Mojo/Asset/Memory.pm

3.5.2

Status
colourGreen
titleRELEASED
18th August 2022

Support for MongoDB 4.2 please see Upgrading to MongoDB 4.2

Changed the installer to not touch the server role if it was already been set in opCommon.json

3.5.1

Status
colourGreen
titleRELEASED
4th August 2022

This was an internal release

3.4.3

Status
colourGreen
titleRELEASED
  14 Apr 2022

  • Rediscover providing username and password, available in opha-cli. Example: 
Code Block
bin/opha-cli.pl act=rediscover peer=PEERNAME user=USER password=PWD debug=6
  • Desynchronisation of events: Now the delete events cron job can be removed and run after the pull events when delete_events=true is passed as a parameter to the pull job.
  • Improve error handling in Nodes API.
  • Centralised Distribution of Node Configuration by opHA
  • New API to send configuration items
  • opHA will distribute the API Key when it is a primary and encryption is set. 
  • ! Important note: After upgrading to opHA 3.4.3 the role will be set to Standalone, you will need to Set Role to restore the role. 

3.4.2

Status
colourGreen
titleRELEASED
 15 Mar 2022 

  • Fixed error returning the message synchronously when doing a pull request from the GUI. 
  • New configuration item to opha_allow_insecure to avoid insecure connections when set to 1 - Default value is 0.
  • New cli option to assign roles to peers.

3.4.1-1

Status
colourGreen
titleRELEASED
 15 Feb 2022 

  • Fixed error in creating conf.d directory when the NMIS property nmis_conf_ext is not set.
  • Fixed Error in the manifest version. 

3.4.1

Status
colourGreen
titleRELEASED
 9 Feb 2022 

  • Fix Error "Can't call method "clone" on an undefined value" in the pull job. 
  • Error handling was improved in node administration. 
  • Configuration files can be removed as a bulk operation, not one by one. 
  • Solved the issue with events desynchronisation. A new cron job will check for this desynchronised events. 

3.4.0

Status
colourGreen
titleRELEASED
1 Dec 2021

3.3.3-1

Status
colourGreen
titleRELEASED
10 Nov 2021

This release includes:

  • Double check for the local nodes count. 
  • New configuration option, opha_max_diff_allowed. If the difference between the local node and remote node catalogs are different, more than "opha_max_diff_allowed" number, then not perform any delete.

3.3.3

Status
colourGreen
titleRELEASED
8 Nov 2021

This release includes:

  • Implemented a lock for critical operations. 
    • New opha-cli operations added: 
      • act=lock_peer

      • act=unlock_peer

      • act=peer_islocked

    • pull can unlock a peer after 15 minutes locked. The parameter can be changed in opha_max_lock configuration item. 
  • Improved opha-cli operations:
    • act=data-verify To show also the duplicate nodes and the catchall data duplicates. 
    • Also added to the GUI. 
  • Improved GUI to disable buttons when an operation is in progress. 
  • To enable extra debugging logs: 
    • opCommon.json: node_update_logs: true
    • nmis9, Config.nmis: audit_enabled: true

3.3.2

Status
colourGreen
titleRELEASED
 19 Oct 2021

This release includes:

  • Redundancy in primary servers
  • Authorisation for users in the GUI functions. The administrator can do all read and write operations, other users can just read. 
  • System menu updated.
  • Use a password field in Discoveries from the GUI. 
  • Updated expire_at fields from inventory, a wrong format was being saved.

3.3.1

Status
colourGreen
titleREleased
 24 Aug 2021 

This release includes:

  • Bug fix that was not synchronising the correct nodes in specific cluster configurations with a mirror. 
  • Bug fix to View effective configuration Files from the pollers (When the poller has configuration files overriding the configuration). 
  • Updated help links.
  • Added a clean_data cli tool action to clean up the data for one peer.

3.3.0

Status
colourGreen
titleREleased
 10 Jun 2021 

This release includes two new features:

...