[SR-Users] Monitor SIP Trunk Usage with MRTG

Alex Balashov abalashov at evaristesys.com
Wed May 11 19:21:08 CEST 2011


On 05/11/2011 01:18 PM, Alex Balashov wrote:

> The easiest thing to do is to check the size of various dialog profiles
> (with or without value) using the dialog module's MI commands using
> kamctl or sercmd, i.e.
>
> kamctl fifo profile_get_size trunk
>
> You can then pull that scalar out from a Perl script or something and
> feed it into MRTG.

Specifically:

[root at sep ~]# kamctl fifo profile_get_size trunk | awk -F '=' '{print $4}'
500

Another option is to set up SNMPstats - it exposes a scalar OID 
containing total dialogs up and pending.  But you can't break that down 
by profile or value, just total tracked dialogs.

-- 
Alex Balashov - Principal
Evariste Systems LLC
260 Peachtree Street NW
Suite 2200
Atlanta, GA 30303
Tel: +1-678-954-0670
Fax: +1-404-961-1892
Web: http://www.evaristesys.com/



More information about the sr-users mailing list