Versions Compared

Key

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

Table of Contents

NMIS 9.2.4

Status
colourYellowGreen
titleTesting
 
released
 The release was published on 1st Dec 2021.

Highlights

  • Upgrade mojo to 8.11. Logging has been adapted. 
  • Installer improvements.
  • Table location updates. 
  • Load synchronously some of the GUI widgets in NMIS 9.
  • Remove sysDescription from validation so no issues when saving model from opAdmin.
  • Update permissions from file users_login.
  • Improved audit logs for nodes and tables management. It can be enabled/disabled if the configuration item audit_enabled is set. Defaults is disabled. 
  • Improved polling summary with a more human readable output in timestamps. 
  • Improved performance for network view, important for models with lots of interfaces. 
  • Allow restrict_groups to be passed through to get_nodes_model.
  • Now it is possible to see events from the pollers.
  • Now it is possible to see the server tabs to redirect to the pollers.
  • Improved node admin to load all node events.
  • Improved nmis9d service by adding wants=mongod.service to ensure the service restarts when Mongod is restarted.
  • Improved tests.pl to send the key contact as a parameter when testing email.
  • Update performance data to use ps aux. 
  • New script to monitor nmis 9 and mongo daemons. Should be added to a cron job for regular checkings:


Code Block
# Check daemons
*/5 * * * * root /usr/local/nmis9/admin/check_daemons.pl act=check-daemons start=1 notify=EMAIL quiet=1 verbose=1

...