mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
device: Added bad_if_regexp to filter out some interfaces that are always down in edgeos (#7691)
This commit is contained in:
@@ -11,3 +11,8 @@ discovery:
|
||||
- sysDescr_regex:
|
||||
- '/^EdgeOS/'
|
||||
- '/^EdgeRouter/'
|
||||
bad_if_regexp:
|
||||
- '/^npi[0-9]/'
|
||||
- '/^loop[0-9]/'
|
||||
- '/^gre[0-9]/'
|
||||
- '/^gretap[0-9]/'
|
||||
|
||||
Reference in New Issue
Block a user