summaryrefslogtreecommitdiff
path: root/MIBS/awplus/AT-HHM-MIB
diff options
context:
space:
mode:
authorDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
committerDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
commit98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch)
tree9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/awplus/AT-HHM-MIB
downloadmibs-main.tar.gz
mibs-main.zip
Initial commitHEADmain
Diffstat (limited to 'MIBS/awplus/AT-HHM-MIB')
-rw-r--r--MIBS/awplus/AT-HHM-MIB61
1 files changed, 61 insertions, 0 deletions
diff --git a/MIBS/awplus/AT-HHM-MIB b/MIBS/awplus/AT-HHM-MIB
new file mode 100644
index 0000000..22696e7
--- /dev/null
+++ b/MIBS/awplus/AT-HHM-MIB
@@ -0,0 +1,61 @@
+-- ============================================================================
+-- AT-HHM-MIB, Allied Telesis enterprise MIB:
+-- Hardware Health Monitoring
+--
+-- Copyright (c) 2013 by Allied Telesis, Inc.
+-- All rights reserved.
+--
+-- ============================================================================
+
+ AT-HHM-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ DisplayStringUnsized
+ FROM AT-SMI-MIB
+ sysinfo
+ FROM AT-SYSINFO-MIB
+ OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE
+ FROM SNMPv2-SMI;
+
+
+ atHwHealthMon MODULE-IDENTITY
+ LAST-UPDATED "201306280000Z"
+ ORGANIZATION
+ "Allied Telesis, Inc"
+ CONTACT-INFO
+ "http://www.alliedtelesis.com"
+ DESCRIPTION
+ "The AT Hardware Health Monitoring MIB."
+ REVISION "201306280000Z"
+ DESCRIPTION
+ "Initial Revision"
+ ::= { sysinfo 24 }
+
+
+ atHhmNotifications OBJECT IDENTIFIER ::= { atHwHealthMon 0 }
+
+ atHhmLogNotify NOTIFICATION-TYPE
+ OBJECTS { atHhmLogMessage }
+ STATUS current
+ DESCRIPTION
+ "A notification generated when Hardware Health Monitoring
+ generates a new log message."
+ ::= { atHhmNotifications 1 }
+
+
+ atHhmNotificationVariables OBJECT IDENTIFIER ::= { atHwHealthMon 1 }
+
+ atHhmLogMessage OBJECT-TYPE
+ SYNTAX DisplayStringUnsized (SIZE (0..200))
+ MAX-ACCESS accessible-for-notify
+ STATUS current
+ DESCRIPTION
+ "The most recent log message generated by Hardware Health
+ Monitoring."
+ ::= { atHhmNotificationVariables 1 }
+
+ END
+
+--
+-- at-hhm.mib
+--