Versions Compared

Key

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

...

Linking with opCharts/NMIS can be done to an NMIS instance on the same server (Local) or can integrate to a remote instance of opCharts.  If you are running opCharts3 as the remote it must not be a master Primary instance it must be a normal poller instance. If you are running opCharts4 the remote server can be a poller or a masterPrimary.

If you are linking to a local omkd do not use a remote connection.

...

Code Block
# NOTE: no trailing slash
'opflow_opcharts_url_base' => "http://someserver.tld:8042", # base for omk, do not connect to localhost this way, use local nmis integration
'opflow_opcharts_user' => "nmis",      # needs ro-access
'opflow_opcharts_password' => "nm1888",

...