Versions Compared

Key

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

...

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 same0% to 100%.
  • Node State: If any Node is unreachable, the Enterprise Service Node State is marked Unreachable. If a Node is Reachable, but it is not at its optimal level/health, the Service Node State is marked Degraded.

  • Interface Status: The Interface status is calculated by aggregating all the Interface-related status event levels and averaging them out 0% to 100%.The Down Metrics shows all the Interfaces marked as Interface Down. It stores a count of such Interfaces.
  • Interface State: If any Interface is marked Interface Down, the Enterprise Service Interface State is marked Unreachable.

  • Monitored Service Status: The Service Status shows the aggregate average status event level of all service inventory tagged with Monitored Services for the Enterprise Service name0% to 100%.
  • Monitored Service State: If any Monitored Service is marked Down, then the Enterprise then the Service State is marked Unreachable.

  • Overall Status: The Overall Status can be

    Status
    colourGreen
    titleUp
    Status
    subtletrue
    colourYellow
    titleDegraded
    , or
    Status
    colourRed
    titleDown

    The

    overall state

    Overall Status of the Enterprise Service is calculated from the worst

    state of each

    of the

    services

    Node State, Interface State and Service State.

...

  • Node StateInterface StateService State
    Overall Status
    UnreachableDownDown
    Down
    Degraded
    Degraded
    Degraded
    NormalNormalNormal
    Up

...


Enterprise Service Rules

Enterprise Service rules calculate how each group of entities control the status of the Enterprise Service.

...

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 –

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.json /beta/opcharts_enterprise_services=true

Restart the omkd daemon

...

Adding Status Panels/Tables

...