Versions Compared

Key

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

...

In a opHA environment, it is also possible to manage remote nodes. Even relocate the nodes from one poller to another. 


Info

Is important that, if we have custom net types, nodes or custom role types in any poller, we also add this types into our nmis configuration file (nmis9/conf/Config.nmis) in the master: 

"roletype_list" => "default,core,distribution,access",
"nettype_list" => "default,wan,lan,vpn,man,san,voice",
"nodetype_list" => "default,generic,switch,router,firewall,server",


Nodes API 

We can also manage the nodes using the API. 

...