File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -461,6 +461,13 @@ files:
461
461
value :
462
462
type : boolean
463
463
example : true
464
+ - name : collect_topology
465
+ description : Enable the collection of topology (LLDP/CDP) data
466
+ value :
467
+ type : boolean
468
+ example : true
469
+ display_default : true
470
+
464
471
- name : interface_configs
465
472
description : |
466
473
This option is used to override interface inbound/outbound speed and add interface tags.
@@ -552,3 +559,4 @@ files:
552
559
- template : instances/default
553
560
overrides :
554
561
service.hidden : true
562
+ metric_patterns.hidden : true
Original file line number Diff line number Diff line change @@ -364,6 +364,11 @@ instances:
364
364
#
365
365
# refresh_oids_cache_interval: 3600
366
366
367
+ ## @param collect_topology - boolean - optional - default: true
368
+ ## Enable the collection of topology (LLDP/CDP) data
369
+ #
370
+ # collect_topology: true
371
+
367
372
## @param interface_configs - list of mappings - optional
368
373
## This option is used to override interface inbound/outbound speed and add interface tags.
369
374
## Example:
@@ -467,14 +472,3 @@ instances:
467
472
## This is useful for cluster-level checks.
468
473
#
469
474
# empty_default_hostname: false
470
-
471
- ## @param metric_patterns - mapping - optional
472
- ## A mapping of metrics to include or exclude, with each entry being a regular expression.
473
- ##
474
- ## Metrics defined in `exclude` will take precedence in case of overlap.
475
- #
476
- # metric_patterns:
477
- # include:
478
- # - <INCLUDE_REGEX>
479
- # exclude:
480
- # - <EXCLUDE_REGEX>
You can’t perform that action at this time.
0 commit comments