Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Portal information is needed for opHA to provide relevant links

...

Code Block
themeEmacs
 'localhost' => {
   'name' => 'localhost',
   'config' => 'Config.nmis',
   'protocol' => 'http', 
   'host' => 'localhost',   
   'port' => '8042',
   'user' => 'nmis',
   'passwd' => 'nm1888'
 },
 'vali' => {
   'name' => 'vali',
   'config' => 'Config.nmis',
   'protocol' => 'http',
   'port' => '8042',
   'host' => 'vali',
   'user' => 'nmismst',
   'passwd' => 'C00kb00k',
   'portal_host' => 'vali.opmantek.com',
   'portal_port' => '80',
   'portal_protocol' => 'http',
   'cgi_url_base' => '/cgi-nmis8'  
 }

There are many options in this configuration but unless you are wanting to change the defaults considerably most of them will not matter.  Currently using HTTPS is not supported in the protocol section.  You can use different user and passwd permissions here.

...

This will match all groups contain the sub-strings, Brisbane, Boston or Saratoga.  A complete server entry would look like this.

Code Block
'demo' => {
  'name' => 'demo',
  'config' => 'name'Config',
  'protocol' => 'http',
  'port' => '8042',
  'host' => 'demo192.168.1.42',
  'configgroup' => 'ConfigBrisbane|Boston|Saratoga',
  'protocoluser' => 'httpnmismst',
  'portpasswd' => '8042C00kb00k',
  'portal_host' => '192demo.168opmantek.1.42com',
  'groupportal_port' => 'Brisbane|Boston|Saratoga80',
  'userportal_protocol' => 'nmismsthttp',
  'passwdcgi_url_base' => 'C00kb00k/cgi-nmis8' 
},

Test Push/Pull

There are several ways to verify that the transfers are working correctly:

...