...
You will need to adjust the NMIS-related settings:
openconf/opCommon.nmis
in an editor, go to the nmis section and change the nmis_dir to reflect your MongoDB NMIS installation.
The result should look similar to the following (but there might be extra settings related to other products):Code Block 'nmis' => { 'nmis_dir' => '/usr/local/nmis8', 'nmisConf' => 'Config', '<nmis_logs>' => '/usr/local/nmis8/logs', 'nmis_host_base' => 'http://localhost', 'nmis_cgi_url_base' => '/cgi-nmis8', 'prefer_local_nmis' => 'false' },
...