Versions Compared

Key

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

...

The integration leverages Open-AudIT's query feature as a way of controlling the devices you want to integrate with NMIS. You can create a query specific to your needs, then tell the integration to use that query (by referencing the name or ID). For example, if you wanted to integration only devices running CentOS, you could use the following query in Open-AudIT:

 

 

 

 

 

 

 

 

Code Block
languagesql
SELECT * FROM system WHERE @filter AND system.os_family="CentOS"
Image Added

 

Open-AudIT's nmis_poller field can help you manage an integration in a scenario where you have multiple pollers. You could set your devices' nmis_poller field to be the name of a poller (perhaps using Bulk Edit) and then create a query for each poller that matches that poller's name.

You can read about Open-AudIT queries in detail here. 

 

Integration Description

An integration run has the following steps:

...