Versions Compared

Key

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

...

To understand the terms and concepts above please refer to opAddress Concepts page.  You should also get an understanding of how opAddress gathers information from How opAddress discovers information

Adding Integration to NMIS

...

To change the default address status,  edit the following opCommon .nmis configuration file (using vi or nano etc).

Change:

Code Block
languagejs
title/usr/local/omk/conf/opCommon.json
"opaddress_default_address_state" : null

To:

Code Block
languagejs
title/usr/local/omk/conf/opCommon.json
 "opaddress_default_address_state" : "allocated"        # or "unallocated"


For opAddress 1.x.x change

Change:

Code Block
languageperl
title/usr/local/omk/conf/opCommon.nmis
'opaddress_default_address_state' => undef,

...