| Server IP : 185.11.201.71 / Your IP : 192.168.7.18 Web Server : Apache/2.4.29 (Ubuntu) System : Linux tech-virtual-machine 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 User : tech ( 1000) PHP Version : 7.4.28 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/snmp/mibs/ |
Upload File : |
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