forked from willamowius/gnugk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new SNMP OID 1.3.6.1.4.1.27938.11.1.9 to query total bandwidth alloca…
…ted to ongoing calls
- Loading branch information
1 parent
6be5b5d
commit 9b6dd93
Showing
6 changed files
with
52 additions
and
4 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
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
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
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
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
-- ***************************************************************** | ||
-- A MIB for the GNU Gatekeeper (GnuGk) | ||
-- | ||
-- May 2012, Jan Willamowius | ||
-- May 2019, Jan Willamowius | ||
-- | ||
-- Copyright (c) 2008-2012 by Jan Willamowius, https://www.willamowius.com | ||
-- Copyright (c) 2008-2019 by Jan Willamowius, https://www.willamowius.com | ||
-- All rights reserved. | ||
-- ***************************************************************** | ||
-- | ||
|
@@ -22,14 +22,14 @@ IMPORTS | |
FROM SNMPv2-CONF; | ||
|
||
gnugkMIB MODULE-IDENTITY | ||
LAST-UPDATED "201205070000Z" | ||
LAST-UPDATED "201905230000Z" | ||
ORGANIZATION "GNU Gatekeeper Project" | ||
CONTACT-INFO | ||
" Jan Willamowius | ||
Web: https://www.gnugk.org | ||
Email: [email protected]" | ||
DESCRIPTION "SNMP MIB for the GNU Gatekeeper" | ||
REVISION "201205070000Z" | ||
REVISION "201905230000Z" | ||
DESCRIPTION "Draft" | ||
::= { enterprises 27938 } | ||
|
||
|
@@ -109,6 +109,13 @@ gnugkSuccessfulCalls OBJECT-TYPE | |
DESCRIPTION "Successful calls since startup" | ||
::= { gnugkStatusObjects 8 } | ||
|
||
gnugkBandwidthAllocated OBJECT-TYPE | ||
SYNTAX Unsigned32 | ||
MAX-ACCESS read-only | ||
STATUS current | ||
DESCRIPTION "Total bandwidth allocated for all ongoing calls in kbps" | ||
::= { gnugkStatusObjects 9 } | ||
|
||
-- data objects for traps / notifications | ||
|
||
gnugkTrapSeverity OBJECT-TYPE | ||
|
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