Skip to content

Commit 19ce7ab

Browse files
committed
ceph-mixins: Update MIB to include nvmeof notification
Signed-off-by: Paul Cuzner <[email protected]>
1 parent c2534a6 commit 19ce7ab

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

monitoring/snmp/CEPH-MIB.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ promPool OBJECT IDENTIFIER ::= { prometheus 9 }
7474
promRados OBJECT IDENTIFIER ::= { prometheus 10 }
7575
promCephadm OBJECT IDENTIFIER ::= { prometheus 11 }
7676
promPrometheus OBJECT IDENTIFIER ::= { prometheus 12 }
77+
promNVMeGateway OBJECT IDENTIFIER ::= { prometheus 14 }
7778

7879
promGenericNotification 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

0 commit comments

Comments
 (0)