Versions Compared

Key

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

...

Open-AudIT DeviceIntegration RulesResulting NMIS node
Code Block
languagejs
{   
	"name": "dbdev-1",
	"sysName": "postgres-dev-01",
    "ipnmis_addressgroup": "192.168.88.51",
    "os" : "Debian GNU/Linux 9.4 (stretch)"
}
Code Block
languageperl
'nmis' => {
	'create' => {
		'name' => ['$DEVICE.sysName'],
		'active' => ['true'],
		'hostgroup' => ['$DEVICE.ip_addressnmis_group', 'Open-AudIT'],
		'notes' => [],
	}
}
Code Block
languagejs
{
	"name": "postgres-dev-01",
	"active": "true",
	"hostgroup": "192.168.88.51Open-AudIT",
	"notes": ""
}

 

 

Usage

To run the integration, simply invoke the executable and pass it a configuration file as described in the previous section. You can also invoke the tool by itself, which will look for a configuration file at conf/nmisIntegration.nmis by default.

...