diff options
author | Paul Cuzner <pcuzner@ibm.com> | 2024-02-15 23:56:03 +0100 |
---|---|---|
committer | Paul Cuzner <pcuzner@ibm.com> | 2024-02-26 21:51:11 +0100 |
commit | 19ce7abd11d0fc6cc6a30115d31242f45f15ed05 (patch) | |
tree | 447b5044ffebe5bb736e9ca39333359c72f085fa /monitoring | |
parent | ceph-mixins: Add test cases for nvmeof alerts (diff) | |
download | ceph-19ce7abd11d0fc6cc6a30115d31242f45f15ed05.tar.xz ceph-19ce7abd11d0fc6cc6a30115d31242f45f15ed05.zip |
ceph-mixins: Update MIB to include nvmeof notification
Signed-off-by: Paul Cuzner <pcuzner@ibm.com>
Diffstat (limited to 'monitoring')
-rw-r--r-- | monitoring/snmp/CEPH-MIB.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/monitoring/snmp/CEPH-MIB.txt b/monitoring/snmp/CEPH-MIB.txt index 5f0e5b2cbcd..aa13d08b18e 100644 --- a/monitoring/snmp/CEPH-MIB.txt +++ b/monitoring/snmp/CEPH-MIB.txt @@ -74,6 +74,7 @@ promPool OBJECT IDENTIFIER ::= { prometheus 9 } promRados OBJECT IDENTIFIER ::= { prometheus 10 } promCephadm OBJECT IDENTIFIER ::= { prometheus 11 } promPrometheus OBJECT IDENTIFIER ::= { prometheus 12 } +promNVMeGateway OBJECT IDENTIFIER ::= { prometheus 14 } promGenericNotification NOTIFICATION-TYPE STATUS current @@ -279,6 +280,11 @@ promPrometheusJobMissing NOTIFICATION-TYPE STATUS current DESCRIPTION "The prometheus scrape job is not defined." ::= { promPrometheus 1 } + +promNVMeGatewayNicDown NOTIFICATION-TYPE + STATUS current + DESCRIPTION "A NIC used for NVMe gateway client traffic is down." +::= { promNVMeGateway 1 } -- ---------------------------------------------------------- -- -- IEEE 802.1D MIB - Conformance Information -- ---------------------------------------------------------- -- @@ -336,7 +342,8 @@ cephNotificationGroup NOTIFICATION-GROUP promRadosRBDMirrorHighBandwidth, promCephadmDaemonDown, promCephadmUpgradeFailure, - promPrometheusJobMissing + promPrometheusJobMissing, + promNVMeGatewayNicDown } STATUS current DESCRIPTION |