callsActive()
callsProcessed()
controlSocket()
modules()
pid()
reloadTime()
tag()
uptime()
version()
OID_ASTERISK_CALLS_ACTIVE
OID_ASTERISK_CALLS_PROCESSED
OID_ASTERISK_CONTROL_SOCKET
OID_ASTERISK_MODULES
OID_ASTERISK_PID
OID_ASTERISK_RELOAD_TIME
OID_ASTERISK_UP_TIME
OID_ASTERISK_VERSION_STRING
OID_ASTERISK_VERSION_TAG
A class for performing SNMP V2 queries on Asterisk
see | \OSS_SNMP\MIBS\https://wiki.asterisk.org/wiki/display/AST/Asterisk+MIB+Definitions |
---|---|
copyright | Copyright (c) 2012, Open Source Solutions Limited, Dublin, Ireland |
author | Barry O'Donovan |
callsActive() : int
The number of calls currently active on the Asterisk PBX.
int
The number of calls currently active on the Asterisk PBX.callsProcessed() : int
The total number of calls processed through the Asterisk PBX since last restart.
int
The total number of calls processed through the Asterisk PBX since last restart.controlSocket() : string
The control socket for giving Asterisk commands.
string
The control socket for giving Asterisk commandsmodules() : int
Number of modules currently loaded into Asterisk.
int
The number of modules currently loaded into Asteriskpid() : int
The process id of the running Asterisk process.
int
The process ID of the Asterisk instancereloadTime() : int
Time ticks since Asterisk was last reloaded.
int
Time ticks since the Asterisk config was reloadtag() : int
SubVersion revision of the version of Asterisk that the SNMP Agent was compiled to run against -- this is typically 0 for release-versions of Asterisk.
int
The SVN revision of Asteriskuptime() : int
Time ticks since Asterisk was started.
int
Time ticks since Asterisk was startedversion() : string
Text version string of the version of Asterisk that the SNMP Agent was compiled to run against.
string
The version of AsteriskOID_ASTERISK_CALLS_ACTIVE
OID_ASTERISK_CALLS_PROCESSED
OID_ASTERISK_CONTROL_SOCKET
OID_ASTERISK_MODULES
OID_ASTERISK_PID
OID_ASTERISK_RELOAD_TIME
OID_ASTERISK_UP_TIME
OID_ASTERISK_VERSION_STRING
OID_ASTERISK_VERSION_TAG