Versions Compared

Key

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

...

The following indicates how NMIS will behave when provided with various configuration options, this is specifically concerned with active, ping and collect.

Polling Descriptionactivepingcollectpluginsservices
Regular node polling, the node will be ICMP polled and will have SNMP and WMI (if credentials configured) data collectedtruetruetrueWill be runwill be polled if configured
SNMP Only Node, the not will have SNMP collected but ICMP polling will not be performed.truefalsetrueWill be runwill be polled if configured
Ping Only Node, the node will only be polled using ICMP.truetruefalseWill be runwill be polled if configured
Service Only Node, the node will only have services collected if they are configured.truefalsefalseWill be runwill be polled if configured
Node is NOT active and NMIS will mostly ignore the node.falseN/AN/AN/AN/A

NMIS versions after and including NMIS 8.6.8G

The following indicates how NMIS will behave when provided with various configuration options, this is specifically concerned with active, ping and collect.

Polling Descriptionactivepingcollectcollect_snmpcollect_wmiservices
Regular node polling, the node will be ICMP polled and will have SNMP and WMI (if credentials configured) data collectedtruetruetruetruetruewill be polled if configured
SNMP or WMI Only Node, the not will have SNMP collected but ICMP polling will not be performed.truefalsetruetruetruewill be polled if configured
Ping Only Node, the node will only be polled using ICMP.truetruefalsefalsefalsewill be polled if configured
Service Only Node, the node will only have services collected if they are configured.truefalsefalsefalsefalsewill be polled if configured
API Only Node, the node will use plugins to collect data, no other polling will be done, except services if configured.truefalsefalsefalsefalsewill be polled if configured
Node is NOT active and NMIS will mostly ignore the node.falseN/AN/AN/AN/AN/A

NMIS8 Plugin Operation

NMIS8 Plugins will run for any node which is active, but logically a plugin needs to be able to know what type of node it is operating on.  Plugins will generally include early in the code a statement to look for a specific model type and if the model is of a type interesting to it, it will perform its duties, otherwise it will skip (return nothing).

...