Versions Compared

Key

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

...

Code Block
themeEmacs
'nmis1' => {
  'name' => 'nmis1', # what to name this server in the GUI
  'config' => 'Config.nmis', 
  'protocol' => 'http', # only HTTP is supported at this time
  'port' => '8042', # this should be the port that omkd runs on, set in opCommon, 'omkd_listen_port'
  'host' => 'nmis1.domain.com', # the name/ip address omkd will use to connect to the server.  Must be FQDN or IP, hostname.local might work
  'user' => 'nmismst', # the user omkd will connect to this server with
  'passwd' => 'C00kb00k' # the password omkd will connect to this server with
  'portal_host' => 'vali.opmantek.com',
  'portal_port' => '80',
  'portal_protocol' => 'http',
  'cgi_url_base' => '/cgi-nmis8'  
}

Edit the entry to look like this, in this example the hostname of the slave is "vali":

...