Versions Compared

Key

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

...

Info
titleFuture Development

RBAC support will be added for Enterprise Services soon.

Enabling Enterprise Services

To enable Enterprise Services –

Add the following code to opcommon.json

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

Execute the following commands

Code Block
sudo/usr/local/omk/bin/patch_config.exe /usr/local/omk/conf/opCommon.j

son /beta/opcharts_enterprise_services=true

Restart the omkd daemon

Code Block
sudoservice omkd restart

Service Metrics

Node Status: The Node Status is calculated from the status events for the Node. It aggregates the status event levels and presents an average of the same.

...

You can use this to tune the alerts. For example, you can configure a proactive enterprise alert for any service if any Level Type is not Normal.

Enabling Enterprise Services

To enable Enterprise Services –

  1. Add the following code to opcommon.json

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


  2. Execute the following commands

    Code Block
    sudo/usr/local/omk/bin/patch_config.exe /usr/local/omk/conf/opCommon.j
    
    son /beta/opcharts_enterprise_services=true


  3. Restart the omkd daemon

    Code Block
    sudoservice omkd restart


Adding Status Panels/Tables

...