Versions Compared

Key

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

Table of Contents

Table of Contents

Feature Overview

...

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



Configure opCharts4


Code Block

...

cd /usr/local/

...

nmis9/

...

admin
./node_admin.pl act=export file=abc.json node=<node_name>
vi abc.json

add "device_ci" : "check" inside "configuration

Image Added

add "name" : "<node_name>"

Image Added

./node_admin.pl act=import file=abc.json

Code Block
./node_admin.pl act=import file=abc.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

...