Versions Compared

Key

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

...

Info
titleBeta

This feature is in beta and can change at any time. This feature should be used in non production environments. In due course this will replace Business Services.


To Enable enable Enterprise Services add this to opCommon.json and restart the omkd daemon.

Code Block
"beta":{
      "opcharts_enterprise_services": "true"
   },

# execute this two commands:
sudo /usr/local/omk/bin/patch_config.exe /usr/local/omk/conf/opCommon.json /beta/opcharts_enterprise_services=true
sudo service omkd restart

Overview

Enterprise Services display interface status panels and node status panels in a single page.  This allows grouping related interfaces/nodes together to have a single location that a user can see these related items.

...