able This is a brief overview of the major changes between opCharts releases.
...
18 May 2023 Status subtle true colour Green title Released
Improvements
- Editing node configuration Node Configuration is now available via adminstration screenthe Edit Node screen in opCharts and Administration.
Bug Fixes
- Error while adding neighbours in opCharts maps has been fixed.
- Fixed dropdowns that didn't allow selection in modalsome modals.
opCharts 4.5.5
19 April 2023 Status subtle true colour Green title Released
...
Auto Refresh Issue: We've fixed an issue where the nodes list and node details were not automatically refreshing, ensuring that you always see the most up-to-date information.
Subnet Device Issue: We've resolved a problem where subnets were not adding certain devices.
Email Test Issue: We've fixed an issue in the Admin Administration panel that affected test sending of emails, ensuring that you can now properly test email functionality.
Node Count Issue: We've resolved an issue with node counts in the Nodes view.
GeoCoding Issue: We've fixed a problem with GeoCoding in opAdminAdministration , ensuring that your location-based data is correctly displayed and processed.
Escalation Policy Issue: We've resolved an issue with escalation policies in opAdminAdministration.
Node Editing Issue: We've fixed an issue when editing a node name with period '.' character in opAdminAdministration.
Map Linking Issue: We've resolved an issue with map linking not working,.
...
- Support for MongoDB 4.2, see Upgrading to MongoDB 4.2
- Metadata for Elements list, see opCharts Form Schema
- Added a shortcut button for "Node Tools" on Node page in opCharts
- When viewing node in opAdminAdministration, show toolbar displays Node and Event Context buttons.
- When changing a password for a local password you will need to provide your previous password
- When an enterprise service creates a service only node it will not be activated in NMIS or opConfig
- Node configuration can be redacted from users using the Access_Redacted_Values Access Policy (Requires MongoDB 4.2) please see opCharts redacting content
- Note if you do not have Mongodb 4.2 and you have the access policy for "Access_Redacted_Values" set to 0 for any user level then the nodes will not show, set back to 1 to restore.
...
Released 25th June 2020 as General Release
This release requires updated licenses, please contact Opmantek Support to organise new licenses
Highlights
All OMK configuration are now JSON, the processes to convert from NMIS configuration files to JSON is performed by the installer, click here for more details about JSON Configuration..
...
- The Metrics and Health component has been extended to group by any node configuration property.
- This is set in opCommon.nmis opcharts_metric_summarise_by, you need to define an array of hashes, with key and name
{
'key' => 'group',
'name' => 'Group'
},- If more than one selector is defined on the top left of the Metrics and Health component a dropdown is shown to change which confiuration item the nodes are grouped by.
- Metrics and Health gauges are now rendered in one row which are scroll-able to the right.
- Metrics and Health links now correctly affect the nodes filter when clicked.
- Metrics and Health is now searchable on the currently selected column.
- New Event History component which utilizes the NMIS9 events DB
- For this to work in opCharts you need to set keep_event_history => 'true' in NMIS9 Config.nmis
- Consideration should be given to the volume of data on the pollers and Primary and how much event history will be kept, by default NMIS9 will keep 7 days of event history which is configured in Config.nmis/purge_event_after (7*86400), if having problems viewing event history, reduce the number of days and purge the data.
- This component replaces the old tail log event viewer but if you want to use the old component change opcharts_db_event_history to 0 in opCommon.nmis
- Currently websockets are not enabled, this component is set to refresh period
- Revised Events screen to utilize the new Event History component
- Fixed issue where adding a group to a map would cause the node selection modal to appear
- Fixed issue where the nodes interfaces panel which shows interfaces with oper status down would fail to render
- Fixed issue where the nodes interface component would incorrectly show certain interfaces
- Fixed issue where the node selector on the nodes screen will fail to render if a group name is numeric
- Fixed issue where the TopN table text would not correctly space the table contents
- Fixed issue where a node info panel would cause a 500 if the node does not exist
...
Released August 22th, 2019
opCharts 4.0.7 requires NMIS 9.0.6
- Fix TopN query error in Primary servers with lots of data from the poller servers. The error was a MongoDB::DatabaseError: operation exceeded time limit.
- New Admin function to set many user's default dashboard:
./opcharts-cli.pl act=import-user-dashboard name=dashboard-name users='user1, user2, ...'
- Fixed changing the default dashboard for a user in the GUI.
- NMIS button works for non local servers now: Redirects to the NMIS node poller view.
- GUI improvements:
- Fixed size in NMIS button (Nodes View) and set visible as default.
- Improve view for long group names in Metrics and Health view, not overflowing.
- Improve the view for long names in TopN table.
- Support for watching monitored services graphs from the poller servers in the Primary.
- Fixed bug that prevented hiding ssh button in node info panel where it was disabled using opcharts_gui_display_node_ssh.
- Fixed bug that was failing to check permissions for a subnet.
opCharts 4.0.6 Beta
Released July 19th, 2019
opCharts 4.0.6 requires NMIS 9.0.4
...