Versions Compared

Key

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

...

 

Code Block
languageperl
titleConfig.nmis edits
# new configuration option to have a configurable field to use for location, e.g. sysLocation or location. currently set to sysLocation change to
'location_field_name' => 'location’,  
# changed from 'sysLocation'
 
#have location attribute included in node summary information
'node_summary_field_list' => 'host,uuid,customer,businessService,serviceStatus,snmpdown,wmidown,remote_connection_name,remote_connection_url,host_addr,location',
#Note location has been added to the end of the list.
'network_viewNode_field_list' => 'status,outage,sysName,host_addr,group,customer,location,businessService,serviceStatus,nodeType,nodeModel,polling_policy,sysUpTime,sysContact,sysDescr,ifNumber,lastUpdate,nodeVendor,sysObjectName,roleType,netType',    
## delete just 'sysLocation' from this list 


 

...