⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ucd-snmp-mib.txt

📁 snmp based application it is used to get the info of snmp
💻 TXT
📖 第 1 页 / 共 3 页
字号:
    DESCRIPTION	"Reference Index for each observed systemStat (1)."    ::= { systemStats 1 }ssErrorName OBJECT-TYPE    SYNTAX	DisplayString    MAX-ACCESS	read-only    STATUS	current    DESCRIPTION	"The list of systemStats names (vmstat) we're Counting."    ::= { systemStats 2 }ssSwapIn OBJECT-TYPE    SYNTAX	Integer32    MAX-ACCESS	read-only    STATUS	current    DESCRIPTION	"Amount of memory swapped in from disk (kB/s)."    ::= { systemStats 3 }ssSwapOut OBJECT-TYPE    SYNTAX	Integer32    MAX-ACCESS	read-only    STATUS	current    DESCRIPTION	"Amount of memory swapped to disk (kB/s)."    ::= { systemStats 4 }ssIOSent OBJECT-TYPE    SYNTAX	Integer32    MAX-ACCESS	read-only    STATUS	deprecated    DESCRIPTION	"Blocks sent to a block device (blocks/s). Deprecated, replaced by	the ssIORawSent object"    ::= { systemStats 5 }ssIOReceive OBJECT-TYPE    SYNTAX	Integer32    MAX-ACCESS	read-only    STATUS	deprecated    DESCRIPTION	"Blocks received from a block device (blocks/s). Deprecated, replaced by	the ssIORawReceived object"    ::= { systemStats 6 }ssSysInterrupts OBJECT-TYPE    SYNTAX	Integer32    MAX-ACCESS	read-only    STATUS	deprecated    DESCRIPTION	"The number of interrupts per second, including the clock.	Deprecated, replaced by ssRawInterrupts"    ::= { systemStats 7 }ssSysContext OBJECT-TYPE    SYNTAX	Integer32    MAX-ACCESS	read-only    STATUS	deprecated    DESCRIPTION	"The number of context switches per second.	Deprecated, replaced by ssRawContext"    ::= { systemStats 8 }ssCpuUser OBJECT-TYPE    SYNTAX	Integer32    MAX-ACCESS	read-only    STATUS	deprecated    DESCRIPTION	"percentages of user CPU time. Deprecated, replaced by the ssCpuRawUser	object"    ::= { systemStats 9 }ssCpuSystem OBJECT-TYPE    SYNTAX	Integer32    MAX-ACCESS	read-only    STATUS	deprecated    DESCRIPTION	"percentages of system CPU time. Deprecated, replaced by of the	ssCpuRawSystem object"    ::= { systemStats 10 }ssCpuIdle OBJECT-TYPE    SYNTAX	Integer32    MAX-ACCESS	read-only    STATUS	deprecated    DESCRIPTION	"percentages of idle CPU time. Deprecated, replaced by of the	ssCpuRawIdle object"    ::= { systemStats 11 }-- The agent only implements those of the following counters that the-- kernel supports! Don't expect all to be present.ssCpuRawUser OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "user CPU time."    ::= { systemStats 50 }ssCpuRawNice OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "nice CPU time."    ::= { systemStats 51 }ssCpuRawSystem OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "system CPU time."    ::= { systemStats 52 }ssCpuRawIdle OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "idle CPU time."    ::= { systemStats 53 }ssCpuRawWait OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "iowait CPU time. This is primarily a SysV thingie"    ::= { systemStats 54 }ssCpuRawKernel OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "kernel CPU time."    ::= { systemStats 55 }ssCpuRawInterrupt OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "interruptlevel CPU time. This is primarily a BSD thingie"    ::= { systemStats 56 }ssIORawSent OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "Number of requests sent to a block device"    ::= { systemStats 57 }ssIORawReceived OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "Number of requests received from a block device"    ::= { systemStats 58 }ssRawInterrupts OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "Number of interrupts processed"    ::= { systemStats 59 }ssRawContexts OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "Number of context switches"    ::= { systemStats 60 }-- possibly used in the future:---- ssErrorFlag OBJECT-TYPE--     SYNTAX	   Integer32--     MAX-ACCESS  read-only--     STATUS      current--     DESCRIPTION--         "Error flag."--     ::= { systemStats 100 }-- -- ssErrMessage OBJECT-TYPE--     SYNTAX      DisplayString--     MAX-ACCESS  read-only--     STATUS      current--     DESCRIPTION  --         "Error message describing the errorflag condition."--     ::= { systemStats 101 } ucdTraps OBJECT IDENTIFIER ::= { ucdavis 251 }ucdStart NOTIFICATION-TYPE    STATUS	current    DESCRIPTION	""    ::= { ucdTraps 1 }    ucdShutdown	NOTIFICATION-TYPE    STATUS current    DESCRIPTION	"This trap is sent when the agent terminates"    ::= { ucdTraps 2 }---- File Table:  monitor a list of files to check for a maximum size.-- fileTable OBJECT-TYPE    SYNTAX	SEQUENCE OF FileEntry    MAX-ACCESS	not-accessible    STATUS	current    DESCRIPTION	"Table of monitored files."    ::= { ucdavis 15 }    fileEntry OBJECT-TYPE    SYNTAX	FileEntry    MAX-ACCESS	not-accessible    STATUS	current    DESCRIPTION	"Entry of file"    INDEX	{ fileIndex }    ::= { fileTable 1 }FileEntry ::= SEQUENCE {    fileIndex		Integer32,    fileName		DisplayString,    fileSize		Integer32,    fileMax		Integer32,    fileErrorFlag	TruthValue,    fileErrorMsg	DisplayString}fileIndex OBJECT-TYPE    SYNTAX	Integer32 (0..2147483647)    MAX-ACCESS	read-only    STATUS	current    DESCRIPTION	"Index of file"    ::= { fileEntry 1 }fileName OBJECT-TYPE    SYNTAX	DisplayString    MAX-ACCESS	read-only    STATUS	current    DESCRIPTION	"Filename"    ::= { fileEntry 2 }fileSize OBJECT-TYPE    SYNTAX	Integer32    UNITS       "kB"    MAX-ACCESS	read-only    STATUS	current    DESCRIPTION	"Size of file (kB)"    ::= { fileEntry 3 }fileMax	OBJECT-TYPE    SYNTAX	Integer32    UNITS       "kB"    MAX-ACCESS	read-only    STATUS	current    DESCRIPTION	"Limit of filesize (kB)"    ::= { fileEntry 4 }fileErrorFlag OBJECT-TYPE    SYNTAX	TruthValue    MAX-ACCESS	read-only    STATUS	current    DESCRIPTION	"Limit exceeded flag"    ::= { fileEntry 100 }fileErrorMsg OBJECT-TYPE    SYNTAX	DisplayString    MAX-ACCESS	read-only    STATUS	current    DESCRIPTION	"Filesize error message"    ::= { fileEntry 101 }logMatch OBJECT IDENTIFIER ::= { ucdavis 16 }logMatchMaxEntries OBJECT-TYPE	SYNTAX Integer32	MAX-ACCESS read-only	STATUS current	DESCRIPTION		"The maximum number of logmatch entries		this snmpd daemon can support."	::= { logMatch 1 }logMatchTable OBJECT-TYPE	SYNTAX SEQUENCE OF LogMatchEntry	MAX-ACCESS not-accessible	STATUS current	DESCRIPTION		"Table of monitored files."	::= { logMatch 2 }logMatchEntry OBJECT-TYPE	SYNTAX LogMatchEntry	MAX-ACCESS not-accessible	STATUS current	DESCRIPTION		"Entry of file"	INDEX { logMatchIndex }	::= { logMatchTable 1 }LogMatchEntry ::=	SEQUENCE { 		logMatchIndex			Integer32,		logMatchName			DisplayString,		logMatchFilename			DisplayString,		logMatchRegEx			DisplayString,		logMatchGlobalCounter			Counter32,		logMatchGlobalCount			Integer32,		logMatchCurrentCounter			Counter32,		logMatchCurrentCount			Integer32,		logMatchCounter			Counter32,		logMatchCount			Integer32,		logMatchCycle			Integer32,		logMatchErrorFlag			TruthValue,		logMatchRegExCompilation			DisplayString	 }logMatchIndex OBJECT-TYPE	SYNTAX Integer32 (1..2147483647)	MAX-ACCESS read-only	STATUS current	DESCRIPTION		"Index of logmatch"	::= { logMatchEntry 1 }logMatchName OBJECT-TYPE	SYNTAX DisplayString	MAX-ACCESS read-only	STATUS current	DESCRIPTION		"logmatch instance name"	::= { logMatchEntry 2 }logMatchFilename OBJECT-TYPE	SYNTAX DisplayString	MAX-ACCESS read-only	STATUS current	DESCRIPTION		"filename to be logmatched"	::= { logMatchEntry 3 }logMatchRegEx OBJECT-TYPE	SYNTAX DisplayString	MAX-ACCESS read-only	STATUS current	DESCRIPTION		"regular expression"	::= { logMatchEntry 4 }logMatchGlobalCounter OBJECT-TYPE	SYNTAX Counter32	MAX-ACCESS read-only	STATUS current	DESCRIPTION		"global count of matches"	::= { logMatchEntry 5 }logMatchGlobalCount OBJECT-TYPE	SYNTAX Integer32	MAX-ACCESS read-only	STATUS current	DESCRIPTION		"Description."	::= { logMatchEntry 6 }logMatchCurrentCounter OBJECT-TYPE	SYNTAX Counter32	MAX-ACCESS read-only	STATUS current	DESCRIPTION		"Regex match counter. This counter will		be reset with each logfile rotation."	::= { logMatchEntry 7 }logMatchCurrentCount OBJECT-TYPE	SYNTAX Integer32	MAX-ACCESS read-only	STATUS current	DESCRIPTION		"Description."	::= { logMatchEntry 8 }logMatchCounter OBJECT-TYPE	SYNTAX Counter32	MAX-ACCESS read-only	STATUS current	DESCRIPTION		"Regex match counter. This counter will		be reset with each read"	::= { logMatchEntry 9 }logMatchCount OBJECT-TYPE	SYNTAX Integer32	MAX-ACCESS read-only	STATUS current	DESCRIPTION		"Description."	::= { logMatchEntry 10 }logMatchCycle OBJECT-TYPE	SYNTAX Integer32	MAX-ACCESS read-only	STATUS current	DESCRIPTION		"time between updates (if not queried) in seconds"	::= { logMatchEntry 11 }logMatchErrorFlag OBJECT-TYPE	SYNTAX TruthValue	MAX-ACCESS read-only	STATUS current	DESCRIPTION		"errorflag: is this line configured correctly?"	::= { logMatchEntry 100 }logMatchRegExCompilation OBJECT-TYPE	SYNTAX DisplayString	MAX-ACCESS read-only	STATUS current	DESCRIPTION		"message of regex precompilation"	::= { logMatchEntry 101 }END

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -