Versions Compared

Key

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

...

    • defined application wide (not stored per user)
    • names are unique, cannot be changed after creation (because they are used to link into other places, like default dashboards
    • care should to be taken to ensure that a dashboard that is visible to a customer does not contain graphs that the customer should not see
      •  the inclusion of components in a dashboard means any user who is allowed to see and load those components
    • if a dashboard is deleted which is also set to a users default dashboard the user will just see the regular index page because the one picked cannot be found.

Configuration Options

After making any configuration changes you must restart the omkd daemon:

Code Block
/etc/init.d/omkd restart

Panel View Options

  • KPI Based
  • Resource Based

...

These two options are mutually exclusive, it must be one or the other. For an explanation of these two options see opCharts User Guide#Panelview

After making this change Remember to restart the omkd daemon

Code Block
/etc/init.d/omkd restart

after making configuration changes.

Node List Options

The node list displays nodes in two formats, panel and list/table.  The default view shown is defined in the the /usr/local/omk/opCommon.nmis file: 

...

Code Block
{ 
        name=> "node_name",
        label => "Name",
        cell=> 'NodeLinkCell',
        renderable => 1,
        comment => "must be present for NodeLinkCell to work on any column, use renderable => 0 to hide"
},

 Remember to restart the omkd daemon after making configuration changes.