Versions Compared

Key

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

...

Step 3. OMK Applications considerations

opCharts (tick)

opCharts uses the same database. 

Run the cli option to restore indexes:

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


In order to upgrade the information about monitored services, we would need to also run the following:

Code Block
rsync -r root@myserver.com:/usr/local/nmis8/var/service_status /tmp
/usr/local/omk/bin/opcharts-cli.exe act=migrate-monitored-services dir=/tmp/service_status debug=1

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

opEvents (tick)

Update database name in opCommon.json:

...