Versions Compared

Key

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

...

Code Block
title/usr/local/nmis8/conf/Config.nmis
 --snip
    'node_summary_field_list' => 'host,uuid,country,customer,businessService,serviceStatus,snmpdown,wmidown,remote_connection_name,remote_connection_url,host_addr',
--snip

Verify Config.nmis

Config.nmis can be compiled with perl to make sure there are no syntax errors 

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

 No Idea !?!  What does this do?


Configure opCharts

Modify opCommon.nmis

...

  • opcharts_gui_node_list_table_columns
  • opcharts_node_selector_sections
  • opcharts_gui_node_summary_list

Examples of modifing modifying each of these attributes may be found in the code block below. 

...