From 56128bab3660483b30a48ee2165f77f76fee0898 Mon Sep 17 00:00:00 2001 From: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com> Date: Sat, 19 Jan 2019 20:08:10 +0100 Subject: [PATCH] NAC documentation (#9704) --- doc/Support/Poller Support.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/Support/Poller Support.md b/doc/Support/Poller Support.md index 4f38dc60e1..c8c08117cb 100644 --- a/doc/Support/Poller Support.md +++ b/doc/Support/Poller Support.md @@ -61,6 +61,7 @@ $config['poller_modules']['hr-mib'] = true; $config['poller_modules']['ucd-mib'] = true; $config['poller_modules']['ipSystemStats'] = true; $config['poller_modules']['ports'] = true; +$config['poller_modules']['nac'] = false; $config['poller_modules']['bgp-peers'] = true; $config['poller_modules']['junose-atm-vp'] = false; $config['poller_modules']['toner'] = false; @@ -135,6 +136,8 @@ $config['os']['linux']['poller_modules']['unix-agent'] = true; `ports`: This module will detect all ports on a device excluding ones configured to be ignored by config options. +`nac`: Network Access Control (NAC) or 802.1X support. + `bgp-peers`: BGP detection and support. `junose-atm-vp`: Juniper ATM support.