mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Fix some comment and documentation typos. * Fix various entphysical page display issues. - Resolve flickering during loading (missing liClosed for nested items). - Clicking a sensor actually takes you to the matching graph now. * Add a few nicecase() calls to clean up html page display. * Create discover_entity_physical() function - Add discover_entity_physical() function into includes/discovery/functions.inc.php - This allows for an easy implementation of OS-specific entity-physical discovery. - Update includes/discovery/entity-physical/entity-physical.inc.php to use the new function. * Add power_consumed and power_factor sensors. * Two new icons, make more entPhysical data visible. * Pre-commit fix: blank line found at end of control structure. * Add Schleifenbauer OS support. * Now really fix the comment typo. * Fix parsing mistakes. * Add a generic count sensor. * Make the Schleifenbauer discovery use count instead of state sensors. * Don't place count sensor at the top, add sane limits for Schleifenbauer * Finetuning the rrd_options, changing Schleifenbauer sensor names. * Update schleifenbauer.svg * optimize logo too * add test data * fix sensor value display (spaces break it) * update entPhysicalIndex
69 lines
2.0 KiB
Plaintext
69 lines
2.0 KiB
Plaintext
-------------------------------------------------------------------------------
|
|
--
|
|
-- SCHLEIFENBAUER-DATABUS-MIB.txt: Schleifenbauer Enterprise Structure of Management Information
|
|
--
|
|
-- October 2015, Marco Veeneman
|
|
--
|
|
-- Copyright (c) 2015 by Schleifenbauer Holding BV
|
|
-- All rights reserved.
|
|
--
|
|
-------------------------------------------------------------------------------
|
|
|
|
SCHLEIFENBAUER-SMI DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
MODULE-IDENTITY,
|
|
OBJECT-IDENTITY,
|
|
enterprises
|
|
FROM SNMPv2-SMI;
|
|
|
|
schleifenbauer MODULE-IDENTITY
|
|
LAST-UPDATED
|
|
"201510230000Z" -- October 23th, 2015
|
|
ORGANIZATION
|
|
"Schleifenbauer Engineering"
|
|
CONTACT-INFO
|
|
"Schleifenbauer Engineering
|
|
Alain Schuermans
|
|
Chief Technology Officer
|
|
Turnhoutseweg 22
|
|
5541 NX Reusel
|
|
The Netherlands
|
|
t. +31 73 5230256
|
|
f. +31 73 5212383
|
|
[email protected]
|
|
www.schleifenbauer.eu"
|
|
DESCRIPTION
|
|
"The Structure of Management Information for the Schleifenbauer
|
|
enterprise.
|
|
|
|
Copyright (c) 2015 by Schleifenbauer Products BV"
|
|
REVISION
|
|
"201510230000Z" -- October 23th, 2015
|
|
DESCRIPTION
|
|
"The initial revision of this MIB module"
|
|
::= { enterprises 31034 }
|
|
|
|
schleifenbauerProducts OBJECT-IDENTITY
|
|
STATUS current
|
|
DESCRIPTION
|
|
"schleifenbauerProducts is the root OBJECT IDENTIFIER from which
|
|
sysObjectId values are assigned. Acutal values are defined in
|
|
SCHLEIFENBAUER-PRODUCTS-MIB."
|
|
::= { schleifenbauer 11 }
|
|
|
|
schleifenbauerMgmt OBJECT-IDENTITY
|
|
STATUS current
|
|
DESCRIPTION
|
|
"schleifenbauerMgmt is the main subtree for new mib development."
|
|
::= { schleifenbauer 12 }
|
|
|
|
schleifenbauerModules OBJECT-IDENTITY
|
|
STATUS current
|
|
DESCRIPTION
|
|
"schleifenbauerModules provides a root object identifier from which
|
|
MODULE-IDENTITY values may be assigned."
|
|
::= { schleifenbauer 13 }
|
|
|
|
END
|