Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed the code blocks

...

  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 exe /usr/local/omk/conf/opCommon.j
    
    son json /beta/opcharts_enterprise_services=true


  3. Restart the omkd daemon

    Code Block
    sudoservicesudo service omkd restart


Adding Status Panels/Tables

...