aboutsummaryrefslogtreecommitdiffstats
path: root/doc/asterisk-mib.txt
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-07 16:11:05 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-07 16:11:05 +0000
commit20476ae5226b3e4ed4f64bb57d51d7f42eff0ffe (patch)
treea4fa144f2008bf16fa24587b437b590a946b4b54 /doc/asterisk-mib.txt
parent2db1dbb003cf4f282284b8f40dce046f545fce1e (diff)
Add count of total number of calls processed by asterisk during it's lifetime.
Add number of total calls and current calls to SNMP. Closes issue #10057, patch by jcmoore. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@91779 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc/asterisk-mib.txt')
-rw-r--r--doc/asterisk-mib.txt24
1 files changed, 22 insertions, 2 deletions
diff --git a/doc/asterisk-mib.txt b/doc/asterisk-mib.txt
index fbbc63356..9f62cf673 100644
--- a/doc/asterisk-mib.txt
+++ b/doc/asterisk-mib.txt
@@ -11,7 +11,7 @@ IMPORTS
FROM DIGIUM-MIB;
asterisk MODULE-IDENTITY
- LAST-UPDATED "200606081626Z"
+ LAST-UPDATED "200708211450Z"
ORGANIZATION "Digium, Inc."
CONTACT-INFO
"Mark A. Spencer
@@ -30,6 +30,9 @@ asterisk MODULE-IDENTITY
Tel: +47 5598 7200
Email: tholo@voop.no"
DESCRIPTION
+ "Add total and current call counter statistics."
+ REVISION "200708211450Z"
+ DESCRIPTION
"Asterisk is an Open Source PBX. This MIB defined
objects for managing Asterisk instances."
REVISION "200603061840Z"
@@ -104,6 +107,23 @@ astConfigSocket OBJECT-TYPE
"The control socket for giving Asterisk commands."
::= { asteriskConfiguration 4 }
+astConfigCallsActive OBJECT-TYPE
+ SYNTAX Gauge32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The number of calls currently active on the Asterisk PBX."
+ ::= { asteriskConfiguration 5 }
+
+astConfigCallsProcessed OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total number of calls processed through the Asterisk PBX since last
+ restart."
+ ::= { asteriskConfiguration 6 }
+
-- asteriskModules
astNumModules OBJECT-TYPE
@@ -194,7 +214,7 @@ astIndDescription OBJECT-TYPE
-- asteriskChannels
astNumChannels OBJECT-TYPE
- SYNTAX Integer32
+ SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION