Versions Compared

Key

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

...

Code Block
title/usr/local/omk/lib/json/opCharts/table_schemas/opCharts_node-summary-table.json
// VERSION=1.518.0
[  
  "group",
  "host",
  "host_addr",
  "location",
  "nodeVendor",
  "nodeModel",
  { "name" : "device_ci", "label": "Device CI", "cell": "String"},
  { "name" : "sysDescr", "label": "sysDescr", "cell": "Tooltip", "formatter": "ShortenedString", "maxLength" : 48},
  { "name" : "lastUpdateSec", "label" : "Last Updated", "cell" : "String", "formatter" : "UnixTime"},
  { "name" : "sysUpTimeSec", "label" : "Uptime", "cell" : "String", "formatter" : "UpTime"},
  { "name" : "remote", "label" : "Managed by"}
]




9) New validation plugins are present at
we have Create a directory
called plugins_available @ /usr/local/nmis9/conf-default/plugins/the plugin is present in 

Copy the NodeValidation.pm from /usr/local/nmis9/conf-default/validation_plugins/
 
Now we need to do is 
create a directory 
/usr/local/nmis9/conf-default/NodeValidation.pm into the plugins_available /
 
then create a soft link of that file in plugins
directory.

Then cd into the /usr/local/nmis9/conf-default/plugins/Commands to use

Code Block
themeMidnight
cd /usr/local/nmis9/conf-default/

...


mkdir plugins_available

...


cp /usr/local/nmis9/conf-default/validation_plugins/

...

NodeValidation.pm  /usr/local/nmis9/conf-default/plugins_available/
cd plugins


 
cd plugins
ln -s 10) Create a soft link of that file in plugins

Code Block
themeMidnight
ln -s /usr/local/nmis9/conf-default/plugins_available/NodeValidations.pm NodeValidations.pm


11)Finally restart services

Code Block
themeMidnight
sudo service nmis9d restart

...


sudo service omkd restart