Versions Compared

Key

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

Table of Contents

...

Step 3. OMK Applications considerations

opCharts (tick)(tick)

opCharts uses the same database. 

...

Status
colourGreen
titleNOTE
 In order for this to work, nmis9 should have run and created the inventory with the monitored services there. 

opEvents (tick)(tick)

Update database name in opCommon.json:

...

Code Block
/usr/local/omk/bin/opevents-cli.pl act=setup-db debug=1

opConfig (tick)(tick)

Update database name in opCommon.json:

...

Code Block
/usr/local/omk/bin/opconfig-cli.pl  act=setup-db debug=1

opReports (tick)(tick)

NMIS8 opReports and NMIS9 opReports work the same way:

...

Code Block
rsync -r root@myserver.com:/usr/local/omk/var/reports var/
rsync -r root@myserver.com:/usr/local/omk/var/opreports var/

opHA (tick)(tick)

opHA 3 works different from opHA 2. The peers would need to be imported manually using the GUI or the cli, using nmis8/conf/Servers.nmis file.

...

We can move all the model customisations in the models-custom directory. We can use rsync for this again. 

NOTE Some models may need to be adjusted. Specially if they are using nmis internal functions.

...

Here you can find further information.

Step 6. Copy RRDs

Link to Step 3 CopyRRDs above 

Step 7: Verify


Upgrade process (II): Installing apps (OMK)

...