author | Christophe Courtaut <christophe.courtaut@gmail.com> | |
Thu, 29 Aug 2013 13:45:55 +0000 (15:45 +0200) | ||
committer | Christophe Courtaut <christophe.courtaut@gmail.com> | |
Fri, 20 Dec 2013 09:23:33 +0000 (10:23 +0100) | ||
commit | 9e29ecf54c1c8ee6cfa36d9b3db34717d216ce97 | |
tree | 57b908e56b2fbcadc56b25ac415668e1a70252dc | tree | snapshot |
parent | 32b4405ae54dea89c2a919bb5de28ae3664f3f5d | commit | diff |
Adds Blacklist/Whitelist support to snmp plugin
Adds two options to snmp plugin Data Section:
- Ignore -> A List of string containing patterns to blacklist
- InvertMatch -> A Boolean value to tell if using blacklist or
whitelist (true is whitelist, false (default) is blacklist)
Signed-off-by: Christophe Courtaut <christophe.courtaut@gmail.com>
Adds two options to snmp plugin Data Section:
- Ignore -> A List of string containing patterns to blacklist
- InvertMatch -> A Boolean value to tell if using blacklist or
whitelist (true is whitelist, false (default) is blacklist)
Signed-off-by: Christophe Courtaut <christophe.courtaut@gmail.com>
src/collectd-snmp.pod | diff | blob | history | |
src/snmp.c | diff | blob | history |