Trying to create templates for cisco dial-peers to graph the number of calls being processed on dial-peer. The input looks like:
Code: Select all
10/24/2013 11:10:06 AM - CMDPHP: Poller[0] Host[10] DS[259] SNMP: v2: 10.106.255.1, dsname: successfulCalls, oid: .1.3.6.1.2.1.10.21.1.2.2.1.3.301.130, output: 87
10/24/2013 11:10:06 AM - CMDPHP: Poller[0] Host[10] DS[259] SNMP: v2: 10.106.255.1, dsname: successfulCalls, oid: .1.3.6.1.2.1.10.21.1.2.2.1.3.301.130, output: 89
Why am I getting these strange values with m and u and fractional numbers? I am using COUNTER as a data source type for every data source item in template, please tell me if I need to provide some additional info.
I've just noticed that there is a different order of arguments being passed to rrdtool, can this be a problem?
Code: Select all
10/24/2013 10:40:02 AM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /var/lib/cacti/rra/dedsdf01er01_successfulcalls_270.rrd --template refusedCalls:acceptedCalls:failedCalls:successfulCalls 1382596801:2264:44678:0:0
10/24/2013 10:45:03 AM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /var/lib/cacti/rra/dedsdf01er01_successfulcalls_270.rrd --template refusedCalls:successfulCalls:failedCalls:acceptedCalls 1382597102:2264:0:0:44682
10/24/2013 10:50:02 AM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /var/lib/cacti/rra/dedsdf01er01_successfulcalls_270.rrd --template refusedCalls:acceptedCalls:failedCalls:successfulCalls 1382597401:2264:44684:0:0
Andrey Che