Versions Compared

Key

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

...

The document looks like this:

{
  "_id":"5d26d988860b5b04db8c4af1",
  "cluster_id":"0d28dcf0-8fe2-49d9-a26f-6ccf3f2875c0",
  "updated":"2019-07-11T06:39:16.000Z",
  "url_base":"http://poller-nine","server_priority":5,
  "nmis_url_base":"nmis9",
  "auth":"U2FsdGVkX19Nn5uXJ6OpyM/...",
  "nmis_cgi_url_base":"cgi-nmis9",
  "server_name":"poller-nine",
  "other_peers":[]
}

The object NMING implements new accessors for this information:

  • remote_collection: Returns the collection
  • get_remote(filter): returns all remotes matching the query created with the filter


When we click on a poller node, NMIS is going to redirect to the poller server:

...

  • Collect is only going to keep collecting only local nodes. 
  • We can manage all nodes using node_admin. 

...