Versions Compared

Key

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

...

In NMIS/opCharts we can add custom validations for custom fields.

This is a list of the steps the customer needs to follow :-



1)Add theCustom the custom field name to NMIS, in this example we are using "Device CI" as our custom field name.

...

Code Block
languageperl
title/usr/local/nmis9/conf/Config.nmis
'node_summary_field_list' => 'host,uuid,customer,device_ci,businessService,serviceStatus,snmpdown,wmidown',

Image Added


1)add a custom_indices field in Config.nmis.
Config.nmis::database:: 

...