-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: http://www.observium.org/svn/observer/trunk@2658 61d68cd4-352d-0410-923a-c4978735b2b8
- Loading branch information
adama
committed
Oct 6, 2011
1 parent
fa23bc7
commit c35cf1c
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
OBSERVIUM-MIB DEFINITIONS ::= BEGIN | ||
|
||
IMPORTS | ||
enterprises, MODULE-IDENTITY, OBJECT-TYPE, Counter32, | ||
Gauge32, Counter64, Integer32, TimeTicks, mib-2, | ||
NOTIFICATION-TYPE FROM SNMPv2-SMI | ||
TEXTUAL-CONVENTION, DisplayString, | ||
PhysAddress, TruthValue, RowStatus, | ||
TimeStamp, AutonomousType, TestAndIncr FROM SNMPv2-TC | ||
MODULE-COMPLIANCE, OBJECT-GROUP, | ||
NOTIFICATION-GROUP FROM SNMPv2-CONF | ||
snmpTraps FROM SNMPv2-MIB; | ||
|
||
observium OBJECT IDENTIFIER ::= { enterprises 36602 } | ||
obsObjects OBJECT IDENTIFIER ::= { observium 1 } | ||
obsHostInfo OBJECT IDENTIFIER ::= { obsObjects 1 } | ||
|
||
obsLinuxDistro OBJECT-TYPE | ||
SYNTAX DisplayString (SIZE (0..255)) | ||
MAX-ACCESS read-only | ||
STATUS current | ||
DESCRIPTION | ||
"Linux distribution and version" | ||
::= { obsHostInfo 2 } | ||
|
||
obsCPUUsage OBJECT-TYPE | ||
SYNTAX INTEGER | ||
ACCESS read-only | ||
STATUS mandatory | ||
DESCRIPTION | ||
"CPU Usage" | ||
::= { obsHostInfo 3 } | ||
|
||
|
||
END |