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@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.