Versions Compared

Key

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

...

Code Block
perl -c /usr/local/nmis8/conf/Config.nmis
# /usr/local/nmis8/conf/Config.nmis syntax OK



Configure opCharts4

Copy /usr/local/omk/lib/json/opCharts/table_schemas/opCharts_node_selector_sections.json to /usr/local/omk/conf/table_schemas/opCharts_node_selector_sections.json

Edit opCharts_node_selector_sections.json and add the property from the node you wish to display with a label.

Code Block
languagejs
[
  {
    "name" : "catchall.data.nodestatus",
    "label" : "Node Status"
  },
  {
    "name" : "configuration.custom",
    "label" : "Custom Prop"
  },
	....
]



Configure opCharts3

Modify opCommon.nmis

Add the new field to the following attribute in /usr/local/omk/conf/opCommon.nmis.

...