MiLAN switch- heck of a time

Templates, scripts for templates, scripts and requests for templates.

Moderators: Developers, Moderators

keyboardgnome
Posts: 13
Joined: Sat Mar 25, 2006 12:09 am

MiLAN switch- heck of a time

Post by keyboardgnome »

Greetings all,
I'm trying to learn cacti's ability to monitor new devices. As such, I'm trying to create a new profile for a MiLAN SM2401M switch. I have the SNMP walk's for the switch, however I cannot seem to make heads for tails for the options that someone configures within cacti to get these values recorded.

What I want to record is, port up/down status, ports bit's per second (in/out), vlan bit's per second (in/out). I cannot seem to get monitoring on any of these values, and the default configuration for monitoring a ports bps(in/out) does not show the out counters at all.

If someone would be kind enought to provide me with instructions of starting with an oid walk to having cacti creating graphs based on that value, that would be great! I cannot seem to find this information via google or off of cacti's "readme's" (unless i'm asking the wrong question or looking in the wrong source).

Any help would be appreciated. Thanks again.
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

See last link of my signature as a strating point
Reinhard
keyboardgnome
Posts: 13
Joined: Sat Mar 25, 2006 12:09 am

Post by keyboardgnome »

Ahhh, Thanks!

If I get this working, I'll post the result here.
keyboardgnome
Posts: 13
Joined: Sat Mar 25, 2006 12:09 am

Post by keyboardgnome »

Thusfar, I've edited the interfaces file and made it a little smaller with OID trees directly referencing to the ones on the MiLAN correctly.

Code: Select all

<interface>
        <name>Get MiLAN SNMP Interfaces</name>
        <description>Queries a host for a list of monitorable interfaces for MilAN switches</description>
        <oid_index>.1.3.6.1.2.1.2.2.1.1</oid_index>
        <index_order_type>numeric</index_order_type>

        <fields>
                <ifIndex>
                        <name>Index</name>
                        <method>walk</method>
                        <source>value</source>
                        <direction>input</direction>
                        <oid>.1.3.6.1.2.1.2.2.1.1</oid>
                </ifIndex>
                <ifDescr>
                        <name>Description</name>
                        <method>walk</method>
                        <source>value</source>
                        <direction>input</direction>
                        <oid>.1.3.6.1.2.1.2.2.1.2</oid>
                </ifDescr>
                <ifOperStatus>
                        <name>Operation Status</name>
                        <method>walk</method>
                        <source>value</source>
                        <direction>input</direction>
                        <oid>.1.3.6.1.2.1.2.2.1.8</oid>
                </ifOperStatus>
                <ifInOctets>
                        <name>Bytes In</name>
                        <method>walk</method>
                        <source>value</source>
                        <direction>input</direction>
                        <oid>.1.3.6.1.2.1.2.2.1.10</oid>
                </ifInOctets>
                <ifOutOctets>
                        <name>Bytes Out</name>
                        <method>walk</method>
                        <source>value</source>
                        <direction>input</direction>
                        <oid>.1.3.6.1.2.1.2.2.1.16</oid>
                </ifOutOctets>
        </fields>
</interface>
I've followed your instructions per http://forums.cacti.net/viewtopic.php?t ... hp?t=11647[/url]

When I get to chapter 6, I'm editing the Associated Data Templates section, and I have three options:

Code: Select all

Data Source:   	 ifInOctets  	   	
Data Source: 	ifOperStatus 		
Data Source: 	ifOutOctets 
In your tutorial, your screenshot shows pulldown values; mine are completely blank. I select the option boxes anyways, and click "save" and have the following error:

Code: Select all


Notice: Undefined index: dsdt_50_343_snmp_field_output in /home/intranet/public_html/cacti/data_queries.php on line 163

Notice: Undefined index: dsdt_50_344_snmp_field_output in /home/intranet/public_html/cacti/data_queries.php on line 163

Notice: Undefined index: dsdt_50_342_snmp_field_output in /home/intranet/public_html/cacti/data_queries.php on line 163

Warning: Cannot modify header information - headers already sent by (output started at /home/intranet/public_html/cacti/data_queries.php:163) in /home/intranet/public_html/cacti/data_queries.php on line 190
What's wrong? The only other oddity that I see is that when I create the graph template, my screen only has one line item per graph, instead of the ability you seem to have to make four per graph.
keyboardgnome
Posts: 13
Joined: Sat Mar 25, 2006 12:09 am

Post by keyboardgnome »

BTW- needless to say, when I create the graphs, and have the 'poller.php' script run, no graphs are made. However, the creation of the graphs does not produce any errors. I'm really confused on this one.
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

Those variables/fields, that should produce output values (to be stored in rrd files) need

Code: Select all

<direction>output</direction>
Reinhard
keyboardgnome
Posts: 13
Joined: Sat Mar 25, 2006 12:09 am

Post by keyboardgnome »

Thanks!! I now have options available. I've since regenerated the graphs and see the 'Bytes in / Bytes out' that I had specified. However, nothing is being rendered on the graph after executing poller.php. When I manually execute it, I get errors such as:

Code: Select all

Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
OK u:0.02 s:0.01 r:2.14
OK u:0.02 s:0.01 r:2.14
OK u:0.02 s:0.01 r:2.14
OK u:0.02 s:0.01 r:2.15
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
OK u:0.02 s:0.01 r:3.23
OK u:0.02 s:0.01 r:3.23
OK u:0.02 s:0.01 r:3.23
OK u:0.02 s:0.01 r:3.23
OK u:0.02 s:0.01 r:3.23
OK u:0.02 s:0.01 r:3.23
OK u:0.02 s:0.01 r:3.23
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
OK u:0.02 s:0.01 r:4.29
OK u:0.02 s:0.01 r:4.29
OK u:0.02 s:0.01 r:4.29
OK u:0.02 s:0.01 r:4.29
OK u:0.02 s:0.01 r:4.29
OK u:0.02 s:0.01 r:4.29
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
OK u:0.02 s:0.02 r:5.34
OK u:0.02 s:0.02 r:5.35
OK u:0.02 s:0.02 r:5.35
OK u:0.02 s:0.02 r:5.35
OK u:0.02 s:0.02 r:5.35
OK u:0.02 s:0.02 r:5.35
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
OK u:0.02 s:0.02 r:6.38
OK u:0.02 s:0.02 r:6.38
OK u:0.02 s:0.02 r:6.38
OK u:0.02 s:0.02 r:6.38
03/26/2006 02:21:28 PM - SYSTEM STATS: Time:6.4632 Method:cmd.php Processes:1 Threads:N/A Hosts:2 HostsPerProcess:2 DataSources:81 RRDsProcessed:27
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

Hmm. Please delete all resouces: Data Sources and Graphs generated. You may keep the Data Template (please post a screenshot of this) and the Graph Template.
When debugging, please select "Settings->Logging Level" = DEBUG
Reinhard
keyboardgnome
Posts: 13
Joined: Sat Mar 25, 2006 12:09 am

Post by keyboardgnome »

Thanks for the help! Here is the screen cap of Data Templates.Image

I've now deleted the milan device, data sources, et all. I've kept the query, graph template, host template, and data template.

Thanks again!
keyboardgnome
Posts: 13
Joined: Sat Mar 25, 2006 12:09 am

Post by keyboardgnome »

BTW- here is the latest XML snmp_query file.

Code: Select all

cat milan-interface.xml
<interface>
        <name>Get MiLAN SNMP Interfaces</name>
        <description>Queries a host for a list of monitorable interfaces for MilAN switches</description>
        <oid_index>.1.3.6.1.2.1.2.2.1.1</oid_index>
        <index_order_type>numeric</index_order_type>

        <fields>
                <ifIndex>
                        <name>Index</name>
                        <method>walk</method>
                        <source>value</source>
                        <direction>input</direction>
                        <oid>.1.3.6.1.2.1.2.2.1.1</oid>
                </ifIndex>
                <ifDescr>
                        <name>Description</name>
                        <method>walk</method>
                        <source>value</source>
                        <direction>input</direction>
                        <oid>.1.3.6.1.2.1.2.2.1.2</oid>
                </ifDescr>
                <ifOperStatus>
                        <name>Operation Status</name>
                        <method>walk</method>
                        <source>value</source>
                        <direction>output</direction>
                        <oid>.1.3.6.1.2.1.2.2.1.8</oid>
                </ifOperStatus>
                <ifInOctets>
                        <name>Bytes In</name>
                        <method>walk</method>
                        <source>value</source>
                        <direction>output</direction>
                        <oid>.1.3.6.1.2.1.2.2.1.10</oid>
                </ifInOctets>
                <ifOutOctets>
                        <name>Bytes Out</name>
                        <method>walk</method>
                        <source>value</source>
                        <direction>output</direction>
                        <oid>.1.3.6.1.2.1.2.2.1.16</oid>
                </ifOutOctets>
        </fields>
</interface>
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

And the DEBUG output? Does it help?
Reinhard
keyboardgnome
Posts: 13
Joined: Sat Mar 25, 2006 12:09 am

Post by keyboardgnome »

Sorry about that- forgot the debug bits. Readding the device, here is the info I get.

For Data Query Debug Info:

Code: Select all

+ Running data query [11].
+ Found type = '3' [snmp query].
+ Found data query XML file at '/home/intranet/public_html/cacti/resource/snmp_queries/milan-interface.xml'
+ XML file parsed ok.
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.2.1.2.2.1.1'
+ Located input field 'ifIndex' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.2.1.2.2.1.1'
+ Found item [ifIndex='1'] index: 1 [from value]
+ Found item [ifIndex='2'] index: 2 [from value]
+ Found item [ifIndex='3'] index: 3 [from value]
+ Found item [ifIndex='4'] index: 4 [from value]
+ Found item [ifIndex='5'] index: 5 [from value]
+ Found item [ifIndex='6'] index: 6 [from value]
+ Found item [ifIndex='7'] index: 7 [from value]
+ Found item [ifIndex='8'] index: 8 [from value]
+ Found item [ifIndex='9'] index: 9 [from value]
+ Found item [ifIndex='10'] index: 10 [from value]
+ Found item [ifIndex='11'] index: 11 [from value]
+ Found item [ifIndex='12'] index: 12 [from value]
+ Found item [ifIndex='13'] index: 13 [from value]
+ Found item [ifIndex='14'] index: 14 [from value]
+ Found item [ifIndex='15'] index: 15 [from value]
+ Found item [ifIndex='16'] index: 16 [from value]
+ Found item [ifIndex='17'] index: 17 [from value]
+ Found item [ifIndex='18'] index: 18 [from value]
+ Found item [ifIndex='19'] index: 19 [from value]
+ Found item [ifIndex='20'] index: 20 [from value]
+ Found item [ifIndex='21'] index: 21 [from value]
+ Found item [ifIndex='22'] index: 22 [from value]
+ Found item [ifIndex='23'] index: 23 [from value]
+ Found item [ifIndex='24'] index: 24 [from value]
+ Found item [ifIndex='25'] index: 25 [from value]
+ Found item [ifIndex='26'] index: 26 [from value]
+ Found item [ifIndex='27'] index: 27 [from value]
+ Located input field 'ifDescr' [walk]
+ Executing SNMP walk for data @ '.1.3.6.1.2.1.2.2.1.2'
+ Found item [ifDescr='Port 1 on Unit 1'] index: 1 [from value]
+ Found item [ifDescr='Port 2 on Unit 1'] index: 2 [from value]
+ Found item [ifDescr='Port 3 on Unit 1'] index: 3 [from value]
+ Found item [ifDescr='Port 4 on Unit 1'] index: 4 [from value]
+ Found item [ifDescr='Port 5 on Unit 1'] index: 5 [from value]
+ Found item [ifDescr='Port 6 on Unit 1'] index: 6 [from value]
+ Found item [ifDescr='Port 7 on Unit 1'] index: 7 [from value]
+ Found item [ifDescr='Port 8 on Unit 1'] index: 8 [from value]
+ Found item [ifDescr='Port 9 on Unit 1'] index: 9 [from value]
+ Found item [ifDescr='Port 10 on Unit 1'] index: 10 [from value]
+ Found item [ifDescr='Port 11 on Unit 1'] index: 11 [from value]
+ Found item [ifDescr='Port 12 on Unit 1'] index: 12 [from value]
+ Found item [ifDescr='Port 13 on Unit 1'] index: 13 [from value]
+ Found item [ifDescr='Port 14 on Unit 1'] index: 14 [from value]
+ Found item [ifDescr='Port 15 on Unit 1'] index: 15 [from value]
+ Found item [ifDescr='Port 16 on Unit 1'] index: 16 [from value]
+ Found item [ifDescr='Port 17 on Unit 1'] index: 17 [from value]
+ Found item [ifDescr='Port 18 on Unit 1'] index: 18 [from value]
+ Found item [ifDescr='Port 19 on Unit 1'] index: 19 [from value]
+ Found item [ifDescr='Port 20 on Unit 1'] index: 20 [from value]
+ Found item [ifDescr='Port 21 on Unit 1'] index: 21 [from value]
+ Found item [ifDescr='Port 22 on Unit 1'] index: 22 [from value]
+ Found item [ifDescr='Port 23 on Unit 1'] index: 23 [from value]
+ Found item [ifDescr='Port 24 on Unit 1'] index: 24 [from value]
+ Found item [ifDescr='Port 25 on Unit 1'] index: 25 [from value]
+ Found item [ifDescr='Port 26 on Unit 1'] index: 26 [from value]
+ Found item [ifDescr='ethernet switch low driver'] index: 27 [from value]
+ Found data query XML file at '/home/intranet/public_html/cacti/resource/snmp_queries/milan-interface.xml'
+ Found data query XML file at '/home/intranet/public_html/cacti/resource/snmp_queries/milan-interface.xml'
+ Found data query XML file at '/home/intranet/public_html/cacti/resource/snmp_queries/milan-interface.xml'
For the poller.php output

Code: Select all

03/26/2006 07:49:55 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /usr/local/bin/php, ARGS: -q /home/intranet/public_html/cacti/cmd.php 0 10]
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Waiting on 1/1 pollers.
Cannot find module (NONE): At line 0 in (none)
Waiting on 1/1 pollers.
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Waiting on 1/1 pollers.
03/26/2006 07:49:59 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_212.rrd   --step 300   DS:ifOperStatus:GAUGE:600:0:U  DS:ifInOctets:GAUGE:600:0:U  DS:ifOutOctets:GAUGE:600:0:U  RRA:AVERAGE:0.5:1:600  RRA:AVERAGE:0.5:6:700  RRA:AVERAGE:0.5:24:775  RRA:AVERAGE:0.5:288:797  RRA:MAX:0.5:1:600  RRA:MAX:0.5:6:700  RRA:MAX:0.5:24:775  RRA:MAX:0.5:288:797  
OK u:0.05 s:0.00 r:4.17
03/26/2006 07:49:59 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_212.rrd --template ifInOctets:ifOutOctets:ifOperStatus N:0:0:2
OK u:0.05 s:0.00 r:4.18
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
03/26/2006 07:50:00 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_213.rrd   --step 300   DS:ifOutOctets:GAUGE:600:0:U  DS:ifOperStatus:GAUGE:600:0:U  DS:ifInOctets:GAUGE:600:0:U  RRA:AVERAGE:0.5:1:600  RRA:AVERAGE:0.5:6:700  RRA:AVERAGE:0.5:24:775  RRA:AVERAGE:0.5:288:797  RRA:MAX:0.5:1:600  RRA:MAX:0.5:6:700  RRA:MAX:0.5:24:775  RRA:MAX:0.5:288:797  
OK u:0.06 s:0.00 r:4.34
03/26/2006 07:50:00 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_213.rrd --template ifOutOctets:ifOperStatus:ifInOctets N:4876886:1:133014138
OK u:0.06 s:0.00 r:4.34
03/26/2006 07:50:00 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_211.rrd   --step 300   DS:ifOperStatus:GAUGE:600:0:U  DS:ifInOctets:GAUGE:600:0:U  DS:ifOutOctets:GAUGE:600:0:U  RRA:AVERAGE:0.5:1:600  RRA:AVERAGE:0.5:6:700  RRA:AVERAGE:0.5:24:775  RRA:AVERAGE:0.5:288:797  RRA:MAX:0.5:1:600  RRA:MAX:0.5:6:700  RRA:MAX:0.5:24:775  RRA:MAX:0.5:288:797  
OK u:0.08 s:0.00 r:4.39
Cannot find module (NONE): At line 0 in (none)
03/26/2006 07:50:00 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_207.rrd   --step 300   DS:ifOperStatus:GAUGE:600:0:U  DS:ifInOctets:GAUGE:600:0:U  DS:ifOutOctets:GAUGE:600:0:U  RRA:AVERAGE:0.5:1:600  RRA:AVERAGE:0.5:6:700  RRA:AVERAGE:0.5:24:775  RRA:AVERAGE:0.5:288:797  RRA:MAX:0.5:1:600  RRA:MAX:0.5:6:700  RRA:MAX:0.5:24:775  RRA:MAX:0.5:288:797  
OK u:0.10 s:0.00 r:4.59
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Waiting on 1/1 pollers.
03/26/2006 07:50:01 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_209.rrd   --step 300   DS:ifOutOctets:GAUGE:600:0:U  DS:ifOperStatus:GAUGE:600:0:U  DS:ifInOctets:GAUGE:600:0:U  RRA:AVERAGE:0.5:1:600  RRA:AVERAGE:0.5:6:700  RRA:AVERAGE:0.5:24:775  RRA:AVERAGE:0.5:288:797  RRA:MAX:0.5:1:600  RRA:MAX:0.5:6:700  RRA:MAX:0.5:24:775  RRA:MAX:0.5:288:797  
OK u:0.12 s:0.00 r:5.67
03/26/2006 07:50:01 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_209.rrd --template ifOperStatus:ifOutOctets:ifInOctets N:2:0:0
OK u:0.12 s:0.00 r:5.68
03/26/2006 07:50:01 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_208.rrd   --step 300   DS:ifOutOctets:GAUGE:600:0:U  DS:ifOperStatus:GAUGE:600:0:U  DS:ifInOctets:GAUGE:600:0:U  RRA:AVERAGE:0.5:1:600  RRA:AVERAGE:0.5:6:700  RRA:AVERAGE:0.5:24:775  RRA:AVERAGE:0.5:288:797  RRA:MAX:0.5:1:600  RRA:MAX:0.5:6:700  RRA:MAX:0.5:24:775  RRA:MAX:0.5:288:797  
OK u:0.13 s:0.00 r:5.72
03/26/2006 07:50:01 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_208.rrd --template ifInOctets:ifOperStatus:ifOutOctets N:10357047:1:142236257
OK u:0.13 s:0.00 r:5.76
03/26/2006 07:50:01 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_211.rrd --template ifOutOctets:ifOperStatus:ifInOctets 1143420595:0:2:0
OK u:0.13 s:0.00 r:5.77
Cannot find module (NONE): At line 0 in (none)
03/26/2006 07:50:01 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_210.rrd   --step 300   DS:ifOperStatus:GAUGE:600:0:U  DS:ifInOctets:GAUGE:600:0:U  DS:ifOutOctets:GAUGE:600:0:U  RRA:AVERAGE:0.5:1:600  RRA:AVERAGE:0.5:6:700  RRA:AVERAGE:0.5:24:775  RRA:AVERAGE:0.5:288:797  RRA:MAX:0.5:1:600  RRA:MAX:0.5:6:700  RRA:MAX:0.5:24:775  RRA:MAX:0.5:288:797  
OK u:0.14 s:0.00 r:5.99
03/26/2006 07:50:01 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_210.rrd --template ifOperStatus:ifInOctets:ifOutOctets N:1:139274254:4420503
OK u:0.14 s:0.00 r:5.99
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Waiting on 1/1 pollers.
03/26/2006 07:50:02 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_204.rrd   --step 300   DS:ifOutOctets:GAUGE:600:0:U  DS:ifOperStatus:GAUGE:600:0:U  DS:ifInOctets:GAUGE:600:0:U  RRA:AVERAGE:0.5:1:600  RRA:AVERAGE:0.5:6:700  RRA:AVERAGE:0.5:24:775  RRA:AVERAGE:0.5:288:797  RRA:MAX:0.5:1:600  RRA:MAX:0.5:6:700  RRA:MAX:0.5:24:775  RRA:MAX:0.5:288:797  
OK u:0.16 s:0.00 r:7.06
03/26/2006 07:50:02 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_203.rrd   --step 300   DS:ifOperStatus:GAUGE:600:0:U  DS:ifInOctets:GAUGE:600:0:U  DS:ifOutOctets:GAUGE:600:0:U  RRA:AVERAGE:0.5:1:600  RRA:AVERAGE:0.5:6:700  RRA:AVERAGE:0.5:24:775  RRA:AVERAGE:0.5:288:797  RRA:MAX:0.5:1:600  RRA:MAX:0.5:6:700  RRA:MAX:0.5:24:775  RRA:MAX:0.5:288:797  
OK u:0.17 s:0.01 r:7.11
03/26/2006 07:50:02 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_203.rrd --template ifInOctets:ifOutOctets:ifOperStatus N:0:0:2
03/26/2006 07:50:02 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_207.rrd --template ifInOctets:ifOutOctets:ifOperStatus 1143420595:2530894320:3929067542:1
OK u:0.17 s:0.02 r:7.11
OK u:0.17 s:0.02 r:7.12
03/26/2006 07:50:02 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_202.rrd   --step 300   DS:ifOutOctets:GAUGE:600:0:U  DS:ifInOctets:GAUGE:600:0:U  DS:ifOperStatus:GAUGE:600:0:U  RRA:AVERAGE:0.5:1:600  RRA:AVERAGE:0.5:6:700  RRA:AVERAGE:0.5:24:775  RRA:AVERAGE:0.5:288:797  RRA:MAX:0.5:1:600  RRA:MAX:0.5:6:700  RRA:MAX:0.5:24:775  RRA:MAX:0.5:288:797  
OK u:0.19 s:0.02 r:7.16
Cannot find module (NONE): At line 0 in (none)
03/26/2006 07:50:03 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_206.rrd   --step 300   DS:ifOperStatus:GAUGE:600:0:U  DS:ifInOctets:GAUGE:600:0:U  DS:ifOutOctets:GAUGE:600:0:U  RRA:AVERAGE:0.5:1:600  RRA:AVERAGE:0.5:6:700  RRA:AVERAGE:0.5:24:775  RRA:AVERAGE:0.5:288:797  RRA:MAX:0.5:1:600  RRA:MAX:0.5:6:700  RRA:MAX:0.5:24:775  RRA:MAX:0.5:288:797  
OK u:0.20 s:0.03 r:7.26
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Waiting on 1/1 pollers.
03/26/2006 07:50:04 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_206.rrd --template ifInOctets:ifOperStatus:ifOutOctets 1143420595:0:2:0
OK u:0.20 s:0.03 r:8.28
03/26/2006 07:50:04 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_204.rrd --template ifOutOctets:ifInOctets:ifOperStatus 1143420595:2033204262:2950794767:1
OK u:0.20 s:0.03 r:8.28
03/26/2006 07:50:04 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_205.rrd   --step 300   DS:ifOperStatus:GAUGE:600:0:U  DS:ifInOctets:GAUGE:600:0:U  DS:ifOutOctets:GAUGE:600:0:U  RRA:AVERAGE:0.5:1:600  RRA:AVERAGE:0.5:6:700  RRA:AVERAGE:0.5:24:775  RRA:AVERAGE:0.5:288:797  RRA:MAX:0.5:1:600  RRA:MAX:0.5:6:700  RRA:MAX:0.5:24:775  RRA:MAX:0.5:288:797  
OK u:0.22 s:0.03 r:8.32
03/26/2006 07:50:04 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_205.rrd --template ifOutOctets:ifInOctets:ifOperStatus N:148375856:12060565:1
OK u:0.22 s:0.03 r:8.33
03/26/2006 07:50:04 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_202.rrd --template ifOperStatus:ifInOctets:ifOutOctets 1143420595:1:344783823:3289456792
OK u:0.22 s:0.03 r:8.33
Cannot find module (NONE): At line 0 in (none)
03/26/2006 07:50:04 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_201.rrd   --step 300   DS:ifOperStatus:GAUGE:600:0:U  DS:ifInOctets:GAUGE:600:0:U  DS:ifOutOctets:GAUGE:600:0:U  RRA:AVERAGE:0.5:1:600  RRA:AVERAGE:0.5:6:700  RRA:AVERAGE:0.5:24:775  RRA:AVERAGE:0.5:288:797  RRA:MAX:0.5:1:600  RRA:MAX:0.5:6:700  RRA:MAX:0.5:24:775  RRA:MAX:0.5:288:797  
OK u:0.24 s:0.03 r:8.40
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Waiting on 1/1 pollers.
Cannot find module (NONE): At line 0 in (none)
03/26/2006 07:50:05 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_188.rrd   --step 300   DS:ifOperStatus:GAUGE:600:0:U  DS:ifInOctets:GAUGE:600:0:U  DS:ifOutOctets:GAUGE:600:0:U  RRA:AVERAGE:0.5:1:600  RRA:AVERAGE:0.5:6:700  RRA:AVERAGE:0.5:24:775  RRA:AVERAGE:0.5:288:797  RRA:MAX:0.5:1:600  RRA:MAX:0.5:6:700  RRA:MAX:0.5:24:775  RRA:MAX:0.5:288:797  
OK u:0.25 s:0.04 r:9.50
03/26/2006 07:50:05 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_188.rrd --template ifOperStatus:ifOutOctets:ifInOctets N:1:2244681295:991848893
OK u:0.25 s:0.04 r:9.50
03/26/2006 07:50:05 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_189.rrd   --step 300   DS:ifOperStatus:GAUGE:600:0:U  DS:ifInOctets:GAUGE:600:0:U  DS:ifOutOctets:GAUGE:600:0:U  RRA:AVERAGE:0.5:1:600  RRA:AVERAGE:0.5:6:700  RRA:AVERAGE:0.5:24:775  RRA:AVERAGE:0.5:288:797  RRA:MAX:0.5:1:600  RRA:MAX:0.5:6:700  RRA:MAX:0.5:24:775  RRA:MAX:0.5:288:797  
OK u:0.26 s:0.05 r:9.60
03/26/2006 07:50:05 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_189.rrd --template ifOperStatus:ifInOctets:ifOutOctets N:1:111299540:151250755
Cannot find module (NONE): At line 0 in (none)
OK u:0.26 s:0.05 r:9.64
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Waiting on 1/1 pollers.
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
03/26/2006 07:50:06 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_191.rrd   --step 300   DS:ifOperStatus:GAUGE:600:0:U  DS:ifInOctets:GAUGE:600:0:U  DS:ifOutOctets:GAUGE:600:0:U  RRA:AVERAGE:0.5:1:600  RRA:AVERAGE:0.5:6:700  RRA:AVERAGE:0.5:24:775  RRA:AVERAGE:0.5:288:797  RRA:MAX:0.5:1:600  RRA:MAX:0.5:6:700  RRA:MAX:0.5:24:775  RRA:MAX:0.5:288:797  
OK u:0.28 s:0.05 r:10.79
03/26/2006 07:50:06 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_191.rrd --template ifInOctets:ifOperStatus:ifOutOctets N:0:2:0
OK u:0.28 s:0.05 r:10.80
03/26/2006 07:50:06 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_192.rrd   --step 300   DS:ifOutOctets:GAUGE:600:0:U  DS:ifOperStatus:GAUGE:600:0:U  DS:ifInOctets:GAUGE:600:0:U  RRA:AVERAGE:0.5:1:600  RRA:AVERAGE:0.5:6:700  RRA:AVERAGE:0.5:24:775  RRA:AVERAGE:0.5:288:797  RRA:MAX:0.5:1:600  RRA:MAX:0.5:6:700  RRA:MAX:0.5:24:775  RRA:MAX:0.5:288:797  
OK u:0.28 s:0.06 r:10.84
03/26/2006 07:50:06 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_192.rrd --template ifOperStatus:ifInOctets:ifOutOctets N:2:0:0
OK u:0.28 s:0.06 r:10.84
03/26/2006 07:50:06 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_193.rrd   --step 300   DS:ifOperStatus:GAUGE:600:0:U  DS:ifInOctets:GAUGE:600:0:U  DS:ifOutOctets:GAUGE:600:0:U  RRA:AVERAGE:0.5:1:600  RRA:AVERAGE:0.5:6:700  RRA:AVERAGE:0.5:24:775  RRA:AVERAGE:0.5:288:797  RRA:MAX:0.5:1:600  RRA:MAX:0.5:6:700  RRA:MAX:0.5:24:775  RRA:MAX:0.5:288:797  
OK u:0.30 s:0.06 r:10.92
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Waiting on 1/1 pollers.
03/26/2006 07:50:07 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_213.rrd --template ifOperStatus:ifOutOctets:ifInOctets 1143420604:1:4882910:133021072
OK u:0.30 s:0.06 r:11.97
03/26/2006 07:50:07 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_196.rrd   --step 300   DS:ifOperStatus:GAUGE:600:0:U  DS:ifInOctets:GAUGE:600:0:U  DS:ifOutOctets:GAUGE:600:0:U  RRA:AVERAGE:0.5:1:600  RRA:AVERAGE:0.5:6:700  RRA:AVERAGE:0.5:24:775  RRA:AVERAGE:0.5:288:797  RRA:MAX:0.5:1:600  RRA:MAX:0.5:6:700  RRA:MAX:0.5:24:775  RRA:MAX:0.5:288:797  
OK u:0.33 s:0.06 r:12.03
03/26/2006 07:50:07 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_196.rrd --template ifInOctets:ifOperStatus:ifOutOctets N:3965505927:1:1490120154
OK u:0.34 s:0.06 r:12.05
03/26/2006 07:50:07 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_195.rrd   --step 300   DS:ifOperStatus:GAUGE:600:0:U  DS:ifInOctets:GAUGE:600:0:U  DS:ifOutOctets:GAUGE:600:0:U  RRA:AVERAGE:0.5:1:600  RRA:AVERAGE:0.5:6:700  RRA:AVERAGE:0.5:24:775  RRA:AVERAGE:0.5:288:797  RRA:MAX:0.5:1:600  RRA:MAX:0.5:6:700  RRA:MAX:0.5:24:775  RRA:MAX:0.5:288:797  
03/26/2006 07:50:07 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_195.rrd --template ifOutOctets:ifInOctets:ifOperStatus N:0:0:2
OK u:0.36 s:0.06 r:12.10
OK u:0.36 s:0.06 r:12.10
03/26/2006 07:50:07 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_194.rrd   --step 300   DS:ifOperStatus:GAUGE:600:0:U  DS:ifInOctets:GAUGE:600:0:U  DS:ifOutOctets:GAUGE:600:0:U  RRA:AVERAGE:0.5:1:600  RRA:AVERAGE:0.5:6:700  RRA:AVERAGE:0.5:24:775  RRA:AVERAGE:0.5:288:797  RRA:MAX:0.5:1:600  RRA:MAX:0.5:6:700  RRA:MAX:0.5:24:775  RRA:MAX:0.5:288:797  
03/26/2006 07:50:07 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_194.rrd --template ifOutOctets:ifOperStatus:ifInOctets N:0:2:0
OK u:0.38 s:0.06 r:12.13
OK u:0.38 s:0.06 r:12.14
03/26/2006 07:50:07 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_197.rrd   --step 300   DS:ifOutOctets:GAUGE:600:0:U  DS:ifInOctets:GAUGE:600:0:U  DS:ifOperStatus:GAUGE:600:0:U  RRA:AVERAGE:0.5:1:600  RRA:AVERAGE:0.5:6:700  RRA:AVERAGE:0.5:24:775  RRA:AVERAGE:0.5:288:797  RRA:MAX:0.5:1:600  RRA:MAX:0.5:6:700  RRA:MAX:0.5:24:775  RRA:MAX:0.5:288:797  
OK u:0.39 s:0.07 r:12.17
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Waiting on 1/1 pollers.
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
Cannot find module (NONE): At line 0 in (none)
03/26/2006 07:50:10 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_204.rrd --template ifOperStatus:ifOutOctets:ifInOctets 1143420604:1:2033204522:2950794767
03/26/2006 07:50:10 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_203.rrd --template ifOutOctets:ifInOctets:ifOperStatus 1143420604:0:0:2
03/26/2006 07:50:10 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_201.rrd --template ifInOctets:ifOperStatus:ifOutOctets 1143420595:0:2:0
OK u:0.39 s:0.07 r:14.29
OK u:0.39 s:0.07 r:14.29
03/26/2006 07:50:10 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_207.rrd --template ifOperStatus:ifOutOctets:ifInOctets 1143420604:1:3929576706:2531048180
OK u:0.39 s:0.08 r:14.33
OK u:0.39 s:0.08 r:14.34
03/26/2006 07:50:10 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_200.rrd   --step 300   DS:ifOperStatus:GAUGE:600:0:U  DS:ifInOctets:GAUGE:600:0:U  DS:ifOutOctets:GAUGE:600:0:U  RRA:AVERAGE:0.5:1:600  RRA:AVERAGE:0.5:6:700  RRA:AVERAGE:0.5:24:775  RRA:AVERAGE:0.5:288:797  RRA:MAX:0.5:1:600  RRA:MAX:0.5:6:700  RRA:MAX:0.5:24:775  RRA:MAX:0.5:288:797  
OK u:0.40 s:0.09 r:14.50
03/26/2006 07:50:10 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_200.rrd --template ifOutOctets:ifInOctets:ifOperStatus N:567441629:1077630368:1
OK u:0.40 s:0.09 r:14.51
03/26/2006 07:50:10 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_211.rrd --template ifOutOctets:ifInOctets:ifOperStatus 1143420604:0:0:2
03/26/2006 07:50:10 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_210.rrd --template ifOutOctets:ifOperStatus:ifInOctets 1143420604:4420503:1:139274510
OK u:0.40 s:0.09 r:14.51
OK u:0.40 s:0.09 r:14.51
03/26/2006 07:50:10 PM - SYSTEM STATS: Time:14.8867 Method:cmd.php Processes:1 Threads:N/A Hosts:2 HostsPerProcess:2 DataSources:81 RRDsProcessed:27
03/26/2006 07:50:10 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /usr/local/bin/php, ARGS: -q /home/intranet/public_html/cacti/poller_commands.php]
03/26/2006 07:50:10 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /usr/local/bin/php, ARGS: -q /home/intranet/public_html/cacti/poller_export.php]
It should be noted that now that I've re-added the device I now get data!

Please let me know if anything seems suspicious.

Thanks again!
keyboardgnome
Posts: 13
Joined: Sat Mar 25, 2006 12:09 am

Post by keyboardgnome »

And, it's stopped logging data as quickly as it started to. Same errors as before, now there's NOTHING on the graphs.
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

Please post a screenshot of one graph and the rrdtool graph statement seen when clicking the wrench
Reinhard
keyboardgnome
Posts: 13
Joined: Sat Mar 25, 2006 12:09 am

Post by keyboardgnome »

Code: Select all


	

/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=1143527113 \
--end=1143613513 \
--title="Milan - Main - Traffic" \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
COMMENT:"From 2006/03/28 01:25:13 To 2006/03/29 01:25:13\c" \
COMMENT:"  \n" \
--vertical-label="" \
DEF:a="/home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_213.rrd":ifOutOctets:AVERAGE \
DEF:b="/home/intranet/public_html/cacti/rra/milan_main_ifoperstatus_213.rrd":ifOutOctets:AVERAGE \
CDEF:cdefa=b,8,* \
LINE1:cdefa#0000FF:"Bytes In"  \
STACK:cdefa#55D6D3:"Bytes Out" 

Image
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests