Versions Compared

Key

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

...

  • Be able to read other configuration files from the master server. Requires opHA 3.0.7
  • NMIS GUI tables are not editable if other configuration files from the poller are sent.
  • Added conf.d configuration files to support zip.
  • The minimum length of time that a graph can show has been reduced from 30 min to 10 min, this allows to see shorter periods with better details, meaningful when used with 1min polls. 
  • Prevent the queue jobs from getting too big when unnecessary:
    • Add default configuration parameter 'abort_plugins_after' => 7200, # seconds
    • Updated nmis9 scheduler to not add a plugin job if already exist another for the same nodes. 
    • Updated the queue information message when truncate output to be more clear. 
  • Prevent tests collection being contaminated by real NMIS9 processes. 
  • Added function 'retrieve_section' to lib/NMISNG/Node.pm to retrieve systemHealth sections for QoS for non-Cisco devices.

  • Added submodule SQoS (Standardised Quality of Service) to NMISNG as lib/NMISNG/SQoS.pm

  • Added use_cache=>0 setting for use by long running daemon if needed to prevent its dynamic cacheing causing issues in this scenario.
  • Fix create Outages function used by opCharts (4.0.12) when programming an Outage. 
  • Added node group to Events to make the query faster for RBAC queries in opCharts (4.0.12). 

...