Index gathered, but no output OID's return values

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
want2usecacti
Posts: 7
Joined: Mon Nov 07, 2005 12:46 pm

Index gathered, but no output OID's return values

Post by want2usecacti »

I am trying to pull the RFC1406 DS1 Current Interval error counters from some of our Integrated Cisco CSU's. So far, all I have been able to get are the IfIndex numbers for the interfaces that support this query.

SNMP walk returns:
snmpwalk -v 2c -c xxx xxx 1.3.6.1.2.1.10.18.7.1
RFC1406-MIB::dsx1CurrentIndex.1 = INTEGER: 1
RFC1406-MIB::dsx1CurrentIndex.2 = INTEGER: 2
RFC1406-MIB::dsx1CurrentIndex.3 = INTEGER: 3
RFC1406-MIB::dsx1CurrentIndex.4 = INTEGER: 4
RFC1406-MIB::dsx1CurrentESs.1 = Gauge32: 0
RFC1406-MIB::dsx1CurrentESs.2 = Gauge32: 0
RFC1406-MIB::dsx1CurrentESs.3 = Gauge32: 0
RFC1406-MIB::dsx1CurrentESs.4 = Gauge32: 0
RFC1406-MIB::dsx1CurrentSESs.1 = Gauge32: 0
RFC1406-MIB::dsx1CurrentSESs.2 = Gauge32: 0
RFC1406-MIB::dsx1CurrentSESs.3 = Gauge32: 0
RFC1406-MIB::dsx1CurrentSESs.4 = Gauge32: 0
RFC1406-MIB::dsx1CurrentSEFSs.1 = Gauge32: 0
RFC1406-MIB::dsx1CurrentSEFSs.2 = Gauge32: 0
RFC1406-MIB::dsx1CurrentSEFSs.3 = Gauge32: 878
RFC1406-MIB::dsx1CurrentSEFSs.4 = Gauge32: 862
RFC1406-MIB::dsx1CurrentUASs.1 = Gauge32: 0
RFC1406-MIB::dsx1CurrentUASs.2 = Gauge32: 0
RFC1406-MIB::dsx1CurrentUASs.3 = Gauge32: 878
RFC1406-MIB::dsx1CurrentUASs.4 = Gauge32: 862
RFC1406-MIB::dsx1CurrentCSSs.1 = Gauge32: 0
RFC1406-MIB::dsx1CurrentCSSs.2 = Gauge32: 0
RFC1406-MIB::dsx1CurrentCSSs.3 = Gauge32: 97
RFC1406-MIB::dsx1CurrentCSSs.4 = Gauge32: 72
RFC1406-MIB::dsx1CurrentPCVs.1 = Gauge32: 0
RFC1406-MIB::dsx1CurrentPCVs.2 = Gauge32: 0
RFC1406-MIB::dsx1CurrentPCVs.3 = Gauge32: 0
RFC1406-MIB::dsx1CurrentPCVs.4 = Gauge32: 0
RFC1406-MIB::dsx1CurrentLESs.1 = Gauge32: 0
RFC1406-MIB::dsx1CurrentLESs.2 = Gauge32: 0
RFC1406-MIB::dsx1CurrentLESs.3 = Gauge32: 878
RFC1406-MIB::dsx1CurrentLESs.4 = Gauge32: 862
RFC1406-MIB::dsx1CurrentBESs.1 = Gauge32: 0
RFC1406-MIB::dsx1CurrentBESs.2 = Gauge32: 0
RFC1406-MIB::dsx1CurrentBESs.3 = Gauge32: 0
RFC1406-MIB::dsx1CurrentBESs.4 = Gauge32: 0
RFC1406-MIB::dsx1CurrentDMs.1 = Gauge32: 0
RFC1406-MIB::dsx1CurrentDMs.2 = Gauge32: 0
RFC1406-MIB::dsx1CurrentDMs.3 = Gauge32: 0
RFC1406-MIB::dsx1CurrentDMs.4 = Gauge32: 0
RFC1406-MIB::dsx1CurrentLCVs.1 = Gauge32: 0
RFC1406-MIB::dsx1CurrentLCVs.2 = Gauge32: 0
RFC1406-MIB::dsx1CurrentLCVs.3 = Gauge32: 255
RFC1406-MIB::dsx1CurrentLCVs.4 = Gauge32: 255

Data Query Debug:
+ Running data query [11].
+ Found type = '3' [snmp query].
+ Found data query XML file at '/var/www/localhost/htdocs/cacti/resource/snmp_queries/combined-int.xml'
+ XML file parsed ok.
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.2.1.10.18.7.1.1'
+ Located input field 'Index' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.2.1.10.18.7.1.1'
+ Found item [Index='1'] index: 1 [from regexp oid parse]
+ Found item [Index='2'] index: 2 [from regexp oid parse]
+ Found item [Index='3'] index: 3 [from regexp oid parse]
+ Found item [Index='4'] index: 4 [from regexp oid parse]
+ Found data query XML file at '/var/www/localhost/htdocs/cacti/resource/snmp_queries/combined-int.xml'
+ Found data query XML file at '/var/www/localhost/htdocs/cacti/resource/snmp_queries/combined-int.xml'
+ Found data query XML file at '/var/www/localhost/htdocs/cacti/resource/snmp_queries/combined-int.xml'

Finally, my XML file:

Code: Select all

<rfc1406cur>
        <name>DS1CurrErrors</name>
        <description>RFC1406-ds1-curr-interval</description>
        <oid_index>.1.3.6.1.2.1.10.18.7.1.1</oid_index>
        <oid_index_parse>OID/REGEXP:^.*\.([0-9]+)$</oid_index_parse>
        <index_order_type>numeric</index_order_type>

        <fields>
                <Index>
                        <name>Index</name>
                        <method>walk</method>
                        <source>OID/REGEXP:^.*\.([0-9]+)$</source>
                        <direction>input</direction>
                        <oid>.1.3.6.1.2.1.10.18.7.1.1</oid>
                </Index>
                <CurES>
                        <name>CurrentES</name>
                        <method>get</method>
                        <source>value</source>
                        <direction>output</direction>
                        <oid>.1.3.6.1.2.1.10.18.7.1.2</oid>
                </CurES>
                <CurSES>
                        <name>CurrentSES</name>
                        <method>get</method>
                        <source>value</source>
                        <direction>output</direction>
                        <oid>.1.3.6.1.2.1.10.18.7.1.3</oid>
                </CurSES>
                <CurSEFS>
                        <name>CurrentSEFS</name>
                        <method>get</method>
                        <source>value</source>
                        <direction>output</direction>
                        <oid>.1.3.6.1.2.1.10.18.7.1.4</oid>
                </CurSEFS>
                <CurUAS>
                        <name>CurrentUAS</name>
                        <method>get</method>
                        <source>value</source>
                        <direction>output</direction>
                        <oid>.1.3.6.1.2.1.10.18.7.1.5</oid>
                </CurUAS>
                <CurCSS>
                        <name>CurrentCSS</name>
                        <method>get</method>
                        <source>value</source>
                        <direction>output</direction>
                        <oid>.1.3.6.1.2.1.10.18.7.1.6</oid>
                </CurCSS>
                <CurPCV>
                        <name>CurrentPCV</name>
                        <method>get</method>
                        <source>value</source>
                        <direction>output</direction>
                        <oid>.1.3.6.1.2.1.10.18.7.1.7</oid>
                </CurPCV>
                <CurLESs>
                        <name>CurrentLESs</name>
                        <method>get</method>
                        <source>value</source>
                        <direction>output</direction>
                        <oid>.1.3.6.1.2.1.10.18.7.1.8</oid>
                </CurLESs>
                <CurBESs>
                        <name>CurrentBESs</name>
                        <method>get</method>
                        <source>value</source>
                        <direction>output</direction>
                        <oid>.1.3.6.1.2.1.10.18.7.1.9</oid>
                </CurBESs>
                <CurDMs>
                        <name>CurrentDMs</name>
                        <method>get</method>
                        <source>value</source>
                        <direction>output</direction>
                        <oid>.1.3.6.1.2.1.10.18.7.1.10</oid>
                </CurDMs>
                <CurLCVs>
                        <name>CurrentLCVs</name>
                        <method>get</method>
                        <source>value</source>
                        <direction>output</direction>
                        <oid>.1.3.6.1.2.1.10.18.7.1.11</oid>
                </CurLCVs>
        </fields>
</rfc1406cur>
After reading the manual and looking at various examples, I'm not sure what to adjust in my XML file. I think I need to append the index to each OID that I want an output value for, but I can't seem to figure out how to do that. This is running on Gentoo Linux, MySQL 4.0.25-r2, Cacti 0.8.6g and Cactid 0.8.6f_p1. Any and all help/comments are appreciated.


P.S. Very nice product, thanks to everyone who had a hand in it :)
User avatar
BSOD2600
Cacti Moderator
Posts: 12171
Joined: Sat May 08, 2004 12:44 pm
Location: USA

Post by BSOD2600 »

For both your <oid_index_parse> and <Index> <oid> fields, try using just the OID and leave out the regex. If .1.3.6.1.2.1.10.18.7.1.1 is a list of the indexes, then you really shouldn't need regex to parse it out. Take a look at .\cacti\resource\snmp_queries\interface.xml for an example (although it looks like you're well on the right track).
want2usecacti
Posts: 7
Joined: Mon Nov 07, 2005 12:46 pm

changed <oid_index_parse>....

Post by want2usecacti »

Thanks for the input. I changed the following lines in my XML
<oid_index_parse>.1.3.6.1.2.1.10.18.7.1.1</oid_index_parse>
and <Index><source> to value. Now a Data Query debug results in:

+ Running data query [11].
+ Found type = '3' [snmp query].
+ Found data query XML file at '/var/www/localhost/htdocs/cacti/resource/snmp_queries/combined-int.xml'
+ XML file parsed ok.
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.2.1.10.18.7.1.1'
+ Located input field 'Index' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.2.1.10.18.7.1.1'
+ Found item [Index='1'] index: SNMPv2-SMI::transmission.18.7.1.1.1 [from value]
+ Found item [Index='2'] index: SNMPv2-SMI::transmission.18.7.1.1.2 [from value]
+ Found item [Index='3'] index: SNMPv2-SMI::transmission.18.7.1.1.3 [from value]
+ Found item [Index='4'] index: SNMPv2-SMI::transmission.18.7.1.1.4 [from value]
+ Found data query XML file at '/var/www/localhost/htdocs/cacti/resource/snmp_queries/combined-int.xml'
+ Found data query XML file at '/var/www/localhost/htdocs/cacti/resource/snmp_queries/combined-int.xml'
+ Found data query XML file at '/var/www/localhost/htdocs/cacti/resource/snmp_queries/combined-int.xml'

Thanks for helping me get rid of un-needed REGEX's. Now when I go to Device-->Associated Data Queries, I get 4 rows, 4 items (see above debug), I would expect to see 44 items and 4 rows. Thoughts on where I should look next?
User avatar
BSOD2600
Cacti Moderator
Posts: 12171
Joined: Sat May 08, 2004 12:44 pm
Location: USA

Post by BSOD2600 »

Hmm, not really sure since I don't make snmp scripts all that often. Is there an OID close by, which actually holds the count of the number of indexes? That seems to be how something like the interfaces.xml (along with others I've made) work well in cacti.
want2usecacti
Posts: 7
Joined: Mon Nov 07, 2005 12:46 pm

Post by want2usecacti »

Unfortunately, no. However, I just ran a debug and found the following line:
dsname: cur_LESs, oid: .1.3.6.1.2.1.10.18.7.1.8.SNMPv2-SMI::transmission.18.7.1.1.4, value: U

I'm not sure, but shouldn't it be .1.3.6.1.2.1.10.18.7.1.8.4, value: xxx ?
want2usecacti
Posts: 7
Joined: Mon Nov 07, 2005 12:46 pm

It's working now, final XML attached

Post by want2usecacti »

Code: Select all

<rfc1406cur>
        <name>DS1CurErrors</name>
        <description>RFC1406-ds1-cur-interval</description>
        <oid_index>.1.3.6.1.2.1.10.18.7.1.1</oid_index>
        <index_order_type>numeric</index_order_type>

        <fields>
                <Index>
                        <name>Index</name>
                        <method>walk</method>
                        <source>value</source>
                        <direction>input</direction>
                        <oid>.1.3.6.1.2.1.10.18.7.1.1</oid>
                </Index>
                <CurES>
                        <name>CurrentES</name>
                        <method>get</method>
                        <source>value</source>
                        <direction>output</direction>
                        <oid>.1.3.6.1.2.1.10.18.7.1.2</oid>
                </CurES>
                <CurSES>
                        <name>CurrentSES</name>
                        <method>get</method>
                        <source>value</source>
                        <direction>output</direction>
                        <oid>.1.3.6.1.2.1.10.18.7.1.3</oid>
                </CurSES>
                <CurSEFS>
                        <name>CurrentSEFS</name>
                        <method>get</method>
                        <source>value</source>
                        <direction>output</direction>
                        <oid>.1.3.6.1.2.1.10.18.7.1.4</oid>
                </CurSEFS>
                <CurUAS>
                        <name>CurrentUAS</name>
                        <method>get</method>
                        <source>value</source>
                        <direction>output</direction>
                        <oid>.1.3.6.1.2.1.10.18.7.1.5</oid>
                </CurUAS>
                <CurCSS>
                        <name>CurrentCSS</name>
                        <method>get</method>
                        <source>value</source>
                        <direction>output</direction>
                        <oid>.1.3.6.1.2.1.10.18.7.1.6</oid>
                </CurCSS>
                <CurPCV>
                        <name>CurrentPCV</name>
                        <method>get</method>
                        <source>value</source>
                        <direction>output</direction>
                        <oid>.1.3.6.1.2.1.10.18.7.1.7</oid>
                </CurPCV>
                <CurLESs>
                        <name>CurrentLESs</name>
                        <method>get</method>
                        <source>value</source>
                        <direction>output</direction>
                        <oid>.1.3.6.1.2.1.10.18.7.1.8</oid>
                </CurLESs>
                <CurBESs>
                        <name>CurrentBESs</name>
                        <method>get</method>
                        <source>value</source>
                        <direction>output</direction>
                        <oid>.1.3.6.1.2.1.10.18.7.1.9</oid>
                </CurBESs>
                <CurDMs>
                        <name>CurrentDMs</name>
                        <method>get</method>
                        <source>value</source>
                        <direction>output</direction>
                        <oid>.1.3.6.1.2.1.10.18.7.1.10</oid>
                </CurDMs>
                <CurLCVs>
                        <name>CurrentLCVs</name>
                        <method>get</method>
                        <source>value</source>
                        <direction>output</direction>
                        <oid>.1.3.6.1.2.1.10.18.7.1.11</oid>
                </CurLCVs>
        </fields>
</rfc1406cur>
Runing the log with Debug shows the RRD being populated with what looks like correct values. Now to figure out why I have no graph :) Thanks for the help!
User avatar
BSOD2600
Cacti Moderator
Posts: 12171
Joined: Sat May 08, 2004 12:44 pm
Location: USA

Post by BSOD2600 »

hmm, thats odd and wrong. Have you applied all the patches for cacti 0.8.6g?
nugai
Posts: 49
Joined: Thu Nov 03, 2005 10:48 pm

Post by nugai »

want2usecacti wrote:Unfortunately, no. However, I just ran a debug and found the following line:
dsname: cur_LESs, oid: .1.3.6.1.2.1.10.18.7.1.8.SNMPv2-SMI::transmission.18.7.1.1.4, value: U

I'm not sure, but shouldn't it be .1.3.6.1.2.1.10.18.7.1.8.4, value: xxx ?
The Data Templates section III.11 of the Cacti manual states that a "U" (for Unknown) is returned if the value exceeds the "Maximum Value" defined in the data template. Could that be the problem?
want2usecacti
Posts: 7
Joined: Mon Nov 07, 2005 12:46 pm

Post by want2usecacti »

looks like my DataQuery is working, but a graph is never generated. RRD's are created and updated. Here is a sample after running the log under full debug for 3 iterations (all 3 iterations produced similar output):

Code: Select all

09:20:02 AM - CACTID: Host[128] RECACHE: Processing 1 items in the auto reindex cache for 'myhost'
09:20:02 AM - CACTID: Host[128] DS[7367] SNMP: v2: myhost, dsname: cur_DMs, oid: .1.3.6.1.2.1.10.18.7.1.10.1, value: 0
09:20:02 AM - CACTID: Host[128] DS[7367] SNMP: v2: myhost, dsname: cur_LCVs, oid: .1.3.6.1.2.1.10.18.7.1.11.1, value: 0
09:20:02 AM - CACTID: Host[128] DS[7367] SNMP: v2: myhost, dsname: cur_ES, oid: .1.3.6.1.2.1.10.18.7.1.2.1, value: 0
09:20:02 AM - CACTID: Host[128] DS[7367] SNMP: v2: myhost, dsname: cur_SES, oid: .1.3.6.1.2.1.10.18.7.1.3.1, value: 0
09:20:02 AM - CACTID: Host[128] DS[7367] SNMP: v2: myhost, dsname: cur_SEFS, oid: .1.3.6.1.2.1.10.18.7.1.4.1, value: 0
09:20:02 AM - CACTID: Host[128] DS[7367] SNMP: v2: myhost, dsname: cur_UAS, oid: .1.3.6.1.2.1.10.18.7.1.5.1, value: 0
09:20:02 AM - CACTID: Host[128] DS[7367] SNMP: v2: myhost, dsname: cur_CSS, oid: .1.3.6.1.2.1.10.18.7.1.6.1, value: 0
09:20:02 AM - CACTID: Host[128] DS[7367] SNMP: v2: myhost, dsname: cur_PCV, oid: .1.3.6.1.2.1.10.18.7.1.7.1, value: 0
09:20:02 AM - CACTID: Host[128] DS[7367] SNMP: v2: myhost, dsname: cur_LESs, oid: .1.3.6.1.2.1.10.18.7.1.8.1, value: 0
09:20:02 AM - CACTID: Host[128] DS[7367] SNMP: v2: myhost, dsname: cur_BESs, oid: .1.3.6.1.2.1.10.18.7.1.9.1, value: 0
09:20:02 AM - CACTID: Host[128] DS[7211] SNMP: v2: myhost, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.1, value: 134170387
09:20:02 AM - CACTID: Host[128] DS[7212] SNMP: v2: myhost, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.2, value: 30942769
09:20:02 AM - CACTID: Host[128] DS[7213] SNMP: v2: myhost, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.3, value: 0
09:20:02 AM - CACTID: Host[128] DS[7214] SNMP: v2: myhost, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.7, value: 71327329
09:20:02 AM - CACTID: Host[128] DS[7215] SNMP: v2: myhost, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.8, value: 40482286
09:20:02 AM - CACTID: Host[128] DS[7216] SNMP: v2: myhost, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.9, value: 20295863
09:20:02 AM - CACTID: Host[128] DS[7211] SNMP: v2: myhost, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.1, value: 143497759
09:20:02 AM - CACTID: Host[128] DS[7212] SNMP: v2: myhost, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.2, value: 122240760
09:20:02 AM - CACTID: Host[128] DS[7213] SNMP: v2: myhost, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.3, value: 0
09:20:02 AM - CACTID: Host[128] DS[7214] SNMP: v2: myhost, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.7, value: 69019549
09:20:02 AM - CACTID: Host[128] DS[7215] SNMP: v2: myhost, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.8, value: 46427108
09:20:02 AM - CACTID: Host[128] DS[7216] SNMP: v2: myhost, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.9, value: 26472161
09:20:02 AM - CACTID: Host[128] DS[7209] SNMP: v2: myhost, dsname: 5min_cpu, oid: .1.3.6.1.4.1.9.9.109.1.1.1.1.5.1, value: 0
09:20:21 AM - POLLER: CACTI2RRD: /usr/bin/rrdtool update /var/www/localhost/htdocs/cacti/rra/myhost_5min_cpu_7209.rrd --template 5min_cpu 1132680000:0
09:20:21 AM - POLLER: CACTI2RRD: /usr/bin/rrdtool update /var/www/localhost/htdocs/cacti/rra/myhost_traffic_out_7216.rrd --template traffic_out:traffic_in 113
2680000:26472161:20295863
09:20:21 AM - POLLER: CACTI2RRD: /usr/bin/rrdtool update /var/www/localhost/htdocs/cacti/rra/myhost_traffic_out_7215.rrd --template traffic_out:traffic_in 113
2680000:46427108:40482286
09:20:21 AM - POLLER: CACTI2RRD: /usr/bin/rrdtool update /var/www/localhost/htdocs/cacti/rra/myhost_traffic_out_7214.rrd --template traffic_out:traffic_in 113
2680000:69019549:71327329
09:20:21 AM - POLLER: CACTI2RRD: /usr/bin/rrdtool update /var/www/localhost/htdocs/cacti/rra/myhost_traffic_out_7213.rrd --template traffic_out:traffic_in 113
2680000:0:0
09:20:21 AM - POLLER: CACTI2RRD: /usr/bin/rrdtool update /var/www/localhost/htdocs/cacti/rra/myhost_traffic_out_7212.rrd --template traffic_out:traffic_in 113
2680000:122240760:30942769
09:20:21 AM - POLLER: CACTI2RRD: /usr/bin/rrdtool update /var/www/localhost/htdocs/cacti/rra/myhost_traffic_out_7211.rrd --template traffic_out:traffic_in 113
2680000:143497759:134170387
09:20:23 AM - POLLER: CACTI2RRD: /usr/bin/rrdtool update /var/www/localhost/htdocs/cacti/rra/myhost_cur_es_7367.rrd --template cur_BESs:cur_LESs:cur_PCV:cur_C
SS:cur_UAS:cur_SEFS:cur_SES:cur_ES:cur_LCVs:cur_DMs 1132680000:0:0:0:0:0:0:0:0:0:0
Here is the output from clicking the wrench icon next to the graph title:

Code: Select all

/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=1132601590 \
--end=1132687990 \
--title="myhost - 1" \
--base=0 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
COMMENT:"From 2005/11/21 11\:33\:10 To 2005/11/22 11\:33\:10\c" \
COMMENT:"  \n" \
--vertical-label="Curr 15min interval" \
--slope-mode \
DEF:a="/var/www/localhost/htdocs/cacti/rra/myhost_cur_es_7367.rrd":cur_ES:AVERAGE \
DEF:b="/var/www/localhost/htdocs/cacti/rra/myhost_cur_es_7367.rrd":cur_SES:MAX \
DEF:c="/var/www/localhost/htdocs/cacti/rra/myhost_cur_es_7367.rrd":cur_SEFS:MAX \
DEF:d="/var/www/localhost/htdocs/cacti/rra/myhost_cur_es_7367.rrd":cur_UAS:MAX \
DEF:e="/var/www/localhost/htdocs/cacti/rra/myhost_cur_es_7367.rrd":cur_CSS:MAX \
DEF:f="/var/www/localhost/htdocs/cacti/rra/myhost_cur_es_7367.rrd":cur_PCV:MAX \
DEF:g="/var/www/localhost/htdocs/cacti/rra/myhost_cur_es_7367.rrd":cur_LESs:MAX \
DEF:h="/var/www/localhost/htdocs/cacti/rra/myhost_cur_es_7367.rrd":cur_BESs:MAX \
DEF:i="/var/www/localhost/htdocs/cacti/rra/myhost_cur_es_7367.rrd":cur_DMs:MAX \
DEF:j="/var/www/localhost/htdocs/cacti/rra/myhost_cur_es_7367.rrd":cur_LCVs:MAX \
LINE1:a#FFC73B:"Errored Seconds\n"  \
LINE1:b#FF5700:"Severely Errored Seconds\n"  \
LINE1:c#FFC73B:"Severely Errored Framing Seconds\n"  \
LINE1:d#F51D30:"Unavailable Seconds\n"  \
LINE1:e#FAFD9E:"Controlled Slip Seconds\n"  \
LINE1:f#FFAB00:"Path Coding Violations\n"  \
LINE1:g#FFC3C0:"Line Errored Seconds\n"  \
LINE1:h#EA8F00:"Bursty Errored Seconds\n"  \
LINE1:i#942D0C:"Degraded Minutes\n"  \
LINE1:j#AD3B6E:"Line Code Violations" 
Thoughts on where I should look next?
Post Reply

Who is online

Users browsing this forum: No registered users and 4 guests