Versions Compared

Key

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

...

You can change how NMIS uses location information, in older versions this is a little more involved in newer versions it is much simpler.

See here for updating your OMK applications such as opCharts, opEvents etc

Updating NMIS version 8.6.1 and newer to location vs sysLocation

...

You can also remove "sysLocation" from being displayed as one of the nodes attributes by removing "sysLocation" from the list of attributes in 'network_viewNode_field_list' in the System section
By Instead of using the GUI you can do this by editing the file nmis8/conf/Config.nmis as shown here:

 

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'

'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 


 

...