-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename generic-router to generic-device (#14723)
* rename generic-router to generic-device * update snmprec * update test_profiles * update test_e2e_core_vs_python * update snmp_listener test * change example
- Loading branch information
1 parent
9f8a32d
commit d45f39e
Showing
11 changed files
with
31 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
snmp/datadog_checks/snmp/data/profiles/generic-device.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Generic profile for network devices | ||
|
||
extends: | ||
- _base.yaml | ||
- _generic-if.yaml | ||
- _generic-ip.yaml | ||
- _generic-tcp.yaml | ||
- _generic-udp.yaml | ||
- _generic-ospf.yaml | ||
|
||
sysobjectid: 1.3.6.1.4.* |
13 changes: 3 additions & 10 deletions
13
snmp/datadog_checks/snmp/data/profiles/generic-router.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
# Generic profile for network devices | ||
# | ||
# generic-device.yaml is now the generic profile for network devices | ||
# this profile is kept only for backward compatibility | ||
|
||
extends: | ||
- _base.yaml | ||
- _generic-if.yaml | ||
- _generic-ip.yaml | ||
- _generic-tcp.yaml | ||
- _generic-udp.yaml | ||
- _generic-ospf.yaml | ||
|
||
sysobjectid: 1.3.6.1.4.* | ||
- generic-device.yaml |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters