File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ promPool OBJECT IDENTIFIER ::= { prometheus 9 }
7474promRados OBJECT IDENTIFIER ::= { prometheus 10 }
7575promCephadm OBJECT IDENTIFIER ::= { prometheus 11 }
7676promPrometheus OBJECT IDENTIFIER ::= { prometheus 12 }
77+ promNVMeGateway OBJECT IDENTIFIER ::= { prometheus 14 }
7778
7879promGenericNotification NOTIFICATION-TYPE
7980 STATUS current
@@ -279,6 +280,11 @@ promPrometheusJobMissing NOTIFICATION-TYPE
279280 STATUS current
280281 DESCRIPTION "The prometheus scrape job is not defined."
281282::= { promPrometheus 1 }
283+
284+ promNVMeGatewayNicDown NOTIFICATION-TYPE
285+ STATUS current
286+ DESCRIPTION "A NIC used for NVMe gateway client traffic is down."
287+ ::= { promNVMeGateway 1 }
282288-- ---------------------------------------------------------- --
283289-- IEEE 802.1D MIB - Conformance Information
284290-- ---------------------------------------------------------- --
@@ -336,7 +342,8 @@ cephNotificationGroup NOTIFICATION-GROUP
336342 promRadosRBDMirrorHighBandwidth,
337343 promCephadmDaemonDown,
338344 promCephadmUpgradeFailure,
339- promPrometheusJobMissing
345+ promPrometheusJobMissing,
346+ promNVMeGatewayNicDown
340347 }
341348 STATUS current
342349 DESCRIPTION
You can’t perform that action at this time.
0 commit comments