From 6367c81977c2574de5240629ea70d583ff8a7533 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Wed, 25 Oct 2017 14:57:18 -0500 Subject: [PATCH] device: Always allow empty ifDescr on fortigate (#7547) fixes: #3859 --- includes/definitions/fortigate.yaml | 4 +++- includes/definitions/fortios.yaml | 2 +- includes/definitions/fortiswitch.yaml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/includes/definitions/fortigate.yaml b/includes/definitions/fortigate.yaml index 1a660940d5..286c49b2be 100644 --- a/includes/definitions/fortigate.yaml +++ b/includes/definitions/fortigate.yaml @@ -11,4 +11,6 @@ over: discovery: - sysObjectId: - .1.3.6.1.4.1.12356.15 - - .1.3.6.1.4.1.12356.101.1 + - .1.3.6.1.4.1.12356.101.1 #FortiGate + +empty_ifdescr: true diff --git a/includes/definitions/fortios.yaml b/includes/definitions/fortios.yaml index eca50324b5..a72b3db205 100644 --- a/includes/definitions/fortios.yaml +++ b/includes/definitions/fortios.yaml @@ -8,4 +8,4 @@ over: - { graph: device_mempool, text: 'Memory Usage' } discovery: - sysObjectId: - - .1.3.6.1.4.1.12356.103 + - .1.3.6.1.4.1.12356.103 #FortiManager diff --git a/includes/definitions/fortiswitch.yaml b/includes/definitions/fortiswitch.yaml index 1d4a5db549..1d81984698 100644 --- a/includes/definitions/fortiswitch.yaml +++ b/includes/definitions/fortiswitch.yaml @@ -10,4 +10,4 @@ over: - { graph: device_mempool, text: 'Memory Usage' } discovery: - sysObjectId: - - .1.3.6.1.4.1.12356.106. + - .1.3.6.1.4.1.12356.106. #FortiSwitch