/usr/share/snmp/mibs/NET-SNMP-PERIODIC-NOTIFY-MIB.txt is in libsnmp-base 5.7.3+dfsg-1ubuntu4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 | NET-SNMP-PERIODIC-NOTIFY-MIB DEFINITIONS ::= BEGIN
--
-- Objects for periodic notifications containing data payloads
--
IMPORTS
netSnmpModuleIDs, netSnmpObjects, netSnmpNotifications FROM NET-SNMP-MIB
OBJECT-TYPE, NOTIFICATION-TYPE, MODULE-IDENTITY, Integer32, Unsigned32
FROM SNMPv2-SMI
DisplayString FROM SNMPv2-TC;
netSnmpPeriodicNotifyMib MODULE-IDENTITY
LAST-UPDATED "201104200000Z"
ORGANIZATION "www.net-snmp.org"
CONTACT-INFO
"postal: Wes Hardaker
P.O. Box 382
Davis CA 95617
email: net-snmp-coders@lists.sourceforge.net"
DESCRIPTION
"Objects for periodic notifications containing data payloads"
REVISION "201104200000Z"
DESCRIPTION
"First revision."
::= { netSnmpModuleIDs 5 }
nsPNScalars OBJECT IDENTIFIER ::= {netSnmpPeriodicNotifyMib 1}
nsPNTables OBJECT IDENTIFIER ::= {netSnmpPeriodicNotifyMib 2}
nsPNotifyObjects OBJECT IDENTIFIER ::= {netSnmpPeriodicNotifyMib 3}
nsPNotificationPrefix OBJECT IDENTIFIER ::= {netSnmpPeriodicNotifyMib 4}
nsPNotifications OBJECT IDENTIFIER ::= {nsPNotificationPrefix 0}
nsPNotificationObjects OBJECT IDENTIFIER ::= {nsPNotificationPrefix 1}
--
-- Notification Definitions
--
nsNotifyPeriodicNotification NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"Data delivery notification from a configured list of periodic
data sets to deliver. See the snmpd.conf manual page for
details about configuring Net-SNMP agents for sending these
notifications out on a regular basis."
::= { nsPNotifications 1 }
--
-- Objects that can be put into the notifications
--
nsPNPeriodicTime OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The number of seconds between notifications containing this data set."
::= { nsPNotifyObjects 1 }
nsPNotifyMessageNumber OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Indicates this is the Nth notification in a longer sequence
of notifications"
::= { nsPNotifyObjects 2 }
nsPNotifyMaxMessageNumber OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The maximum number of messages this notification sequence
will contain."
::= { nsPNotifyObjects 3 }
END
|