Versions Compared

Key

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

...

Code Block
'auth_method_X' => 'token',


Configuring a poller over https

From the master, we can discover a peer using the url https://servername. 

But, the poller should have the configuration item opha_url_base set to https or blank, otherwise, it won't work. 

This can be set in <omk_dir>/conf/opCommon.nmis in the poller:

Code Block
'opha_url_base' => ''

If we set the url to https://servername in the discover, the poller is going to send its registry data to the master, and the master will get the url_base for the peer from that information, overwriting the url that we have set up. If opha_url_base is set to blank, the url_base set from the master will remain the same. 

Some data is not updated in the master

...