Unexplained gaps in graph data
Moderators: Developers, Moderators
Unexplained gaps in graph data
So I'm on my last legs here trying to figure something out. I've got a bunch of Cisco ASAs all set up the same way using an imported template I found on this forum. About 1/3rd of them are graphing fine and the other 2/3rds have gaps in the graphs at seemingly random intervals. One thing I did was turn on log debugging and found 1 box as an example that is polling and getting data, but the graph isn't updating. There are no warnings or errors in the cacti log file. All I can determine is that all my juniper FWs work just fine, 1/3rd of my ASAs work just fine, and the remaining ASAs are just flakey.
05/19/2010 12:54:09 PM - CMDPHP: Poller[0] Host[214] DS[6161] SNMP: v1: 10.59.1.100, dsname: asa5min_cpu, oid: .1.3.6.1.4.1.9.9.109.1.1.1.1.5.1, output: 1
As you can see here, the 30 minute graph has no data for CPU usage since around 12:45PM, but the most recent poll at 12:54PM has a response of '1' that is not graphed.
05/19/2010 12:54:09 PM - CMDPHP: Poller[0] Host[214] DS[6161] SNMP: v1: 10.59.1.100, dsname: asa5min_cpu, oid: .1.3.6.1.4.1.9.9.109.1.1.1.1.5.1, output: 1
As you can see here, the 30 minute graph has no data for CPU usage since around 12:45PM, but the most recent poll at 12:54PM has a response of '1' that is not graphed.
Re: Unexplained gaps in graph data
Good, the device returned data. Next, do you see the rrdtool update command to store that data in the log? If not, that would be a problem. Basically need to trace the data flow for that DS[xx] through the log file.clangro wrote:One thing I did was turn on log debugging and found 1 box as an example that is polling and getting data, but the graph isn't updating. There are no warnings or errors in the cacti log file.
Poller interval taking longer than 300 seconds?
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Increase the snmp timeout. In the 0.8.7f, we will also report on SNMP timeouts in the Cacti log, so it won't be a surprise.
TheWitness.
TheWitness.
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Re: Unexplained gaps in graph data
This is all I see in the log when filtering by DS[6221]. This is a device that is getting CPU usage data but isn't graphing it.BSOD2600 wrote:Good, the device returned data. Next, do you see the rrdtool update command to store that data in the log? If not, that would be a problem. Basically need to trace the data flow for that DS[xx] through the log file.clangro wrote:One thing I did was turn on log debugging and found 1 box as an example that is polling and getting data, but the graph isn't updating. There are no warnings or errors in the cacti log file.
Poller interval taking longer than 300 seconds?
05/20/2010 09:09:43 AM - CMDPHP: Poller[0] Host[216] DS[6221] SNMP: v1: 10.61.0.98, dsname: asa5min_cpu, oid: .1.3.6.1.4.1.9.9.109.1.1.1.1.5.1, output: 2
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
What is the poller frequency? What is the heartbeat in the RRDfile for each Data Source? What is the step for the RRDfile? If you don't know how to answer these things, please see the Troubleshooting link in my signature.
TheWitness
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Here is the RRD file:TheWitness wrote:
What is the poller frequency? 300 seconds
What is the heartbeat in the RRDfile for each Data Source? 300
What is the step for the RRDfile? Not too sure
[root@dukeengi02 cacti]# rrdtool info /var/www/cacti/rra/216/6221.rrd
filename = "/var/www/cacti/rra/216/6221.rrd"
rrd_version = "0003"
step = 300
last_update = 1274381643
header_size = 2276
ds[asa5min_cpu].index = 0
ds[asa5min_cpu].type = "GAUGE"
ds[asa5min_cpu].minimal_heartbeat = 600
ds[asa5min_cpu].min = 0.0000000000e+00
ds[asa5min_cpu].max = 1.0000000000e+02
ds[asa5min_cpu].last_ds = "3"
ds[asa5min_cpu].value = 7.2900000000e+02
ds[asa5min_cpu].unknown_sec = 0
rra[0].cf = "AVERAGE"
rra[0].rows = 500
rra[0].cur_row = 36
rra[0].pdp_per_row = 1
rra[0].xff = 5.0000000000e-01
rra[0].cdp_prep[0].value = NaN
rra[0].cdp_prep[0].unknown_datapoints = 0
rra[1].cf = "AVERAGE"
rra[1].rows = 600
rra[1].cur_row = 536
rra[1].pdp_per_row = 1
rra[1].xff = 5.0000000000e-01
rra[1].cdp_prep[0].value = NaN
rra[1].cdp_prep[0].unknown_datapoints = 0
rra[2].cf = "AVERAGE"
rra[2].rows = 700
rra[2].cur_row = 263
rra[2].pdp_per_row = 6
rra[2].xff = 5.0000000000e-01
rra[2].cdp_prep[0].value = 1.0310000000e+01
rra[2].cdp_prep[0].unknown_datapoints = 0
rra[3].cf = "AVERAGE"
rra[3].rows = 775
rra[3].cur_row = 369
rra[3].pdp_per_row = 24
rra[3].xff = 5.0000000000e-01
rra[3].cdp_prep[0].value = 2.5853333333e+01
rra[3].cdp_prep[0].unknown_datapoints = 0
rra[4].cf = "AVERAGE"
rra[4].rows = 797
rra[4].cur_row = 344
rra[4].pdp_per_row = 288
rra[4].xff = 5.0000000000e-01
rra[4].cdp_prep[0].value = 2.6002333333e+02
rra[4].cdp_prep[0].unknown_datapoints = 86
rra[5].cf = "MAX"
rra[5].rows = 500
rra[5].cur_row = 492
rra[5].pdp_per_row = 1
rra[5].xff = 5.0000000000e-01
rra[5].cdp_prep[0].value = NaN
rra[5].cdp_prep[0].unknown_datapoints = 0
rra[6].cf = "MAX"
rra[6].rows = 600
rra[6].cur_row = 37
rra[6].pdp_per_row = 1
rra[6].xff = 5.0000000000e-01
rra[6].cdp_prep[0].value = NaN
rra[6].cdp_prep[0].unknown_datapoints = 0
rra[7].cf = "MAX"
rra[7].rows = 700
rra[7].cur_row = 257
rra[7].pdp_per_row = 6
rra[7].xff = 5.0000000000e-01
rra[7].cdp_prep[0].value = 3.0000000000e+00
rra[7].cdp_prep[0].unknown_datapoints = 0
rra[8].cf = "MAX"
rra[8].rows = 775
rra[8].cur_row = 106
rra[8].pdp_per_row = 24
rra[8].xff = 5.0000000000e-01
rra[8].cdp_prep[0].value = 3.0000000000e+00
rra[8].cdp_prep[0].unknown_datapoints = 0
rra[9].cf = "MAX"
rra[9].rows = 797
rra[9].cur_row = 565
rra[9].pdp_per_row = 288
rra[9].xff = 5.0000000000e-01
rra[9].cdp_prep[0].value = 1.6330000000e+01
rra[9].cdp_prep[0].unknown_datapoints = 86
[root@dukeengi02 cacti]#
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Your max value is 100 and the last measured value was 729. In other words its being clipped.
TheWitness
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
1) prevent it happening again in the future by increasing the max DS in the data template.clangro wrote:How can I fix it?
2) fix the existing rrd file(s) using: rrdtool tune command
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
How do your Cacti log's look? Please post from the time periods with the gaps. Also, what plugins are you using.
TheWitness
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
This is from the last 6 hours:TheWitness wrote:How do your Cacti log's look? Please post from the time periods with the gaps. Also, what plugins are you using.
TheWitness
This is host id 212. I did a search for Host[212] of the Cacti log:
Log File [Total Lines: 102 - All Items Shown]
05/21/2010 03:18:08 PM - CMDPHP: Poller[0] Host[212] DS[6108] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:18:01 PM - CMDPHP: Poller[0] Host[212] DS[6108] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:17:55 PM - CMDPHP: Poller[0] Host[212] DS[6107] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:17:49 PM - CMDPHP: Poller[0] Host[212] DS[6107] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:17:42 PM - CMDPHP: Poller[0] Host[212] DS[6106] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 1830220
05/21/2010 03:17:36 PM - CMDPHP: Poller[0] Host[212] DS[6106] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 3288096
05/21/2010 03:17:29 PM - CMDPHP: Poller[0] Host[212] DS[6105] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:17:23 PM - CMDPHP: Poller[0] Host[212] DS[6105] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:17:16 PM - CMDPHP: Poller[0] Host[212] DS[6104] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:17:09 PM - CMDPHP: Poller[0] Host[212] DS[6104] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:17:03 PM - CMDPHP: Poller[0] Host[212] DS[6103] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:16:56 PM - CMDPHP: Poller[0] Host[212] DS[6103] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:16:49 PM - CMDPHP: Poller[0] Host[212] DS[6102] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:16:43 PM - CMDPHP: Poller[0] Host[212] DS[6102] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:16:36 PM - CMDPHP: Poller[0] Host[212] DS[6101] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 24040378
05/21/2010 03:16:30 PM - CMDPHP: Poller[0] Host[212] DS[6101] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 32767784
05/21/2010 03:16:23 PM - CMDPHP: Poller[0] Host[212] DS[6100] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:16:16 PM - CMDPHP: Poller[0] Host[212] DS[6100] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:16:10 PM - CMDPHP: Poller[0] Host[212] DS[6099] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:16:03 PM - CMDPHP: Poller[0] Host[212] DS[6099] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:15:57 PM - CMDPHP: Poller[0] Host[212] DS[6098] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:15:50 PM - CMDPHP: Poller[0] Host[212] DS[6098] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:15:43 PM - CMDPHP: Poller[0] Host[212] DS[6097] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:15:36 PM - CMDPHP: Poller[0] Host[212] DS[6097] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:15:27 PM - CMDPHP: Poller[0] Host[212] DS[6096] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:15:23 PM - CMDPHP: Poller[0] Host[212] DS[6122] SNMP: v1: 10.47.40.6, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.4, output: 291099454
05/21/2010 03:15:23 PM - CMDPHP: Poller[0] Host[212] DS[6122] SNMP: v1: 10.47.40.6, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.4, output: 504517859
05/21/2010 03:15:23 PM - CMDPHP: Poller[0] Host[212] DS[6121] SNMP: v1: 10.47.40.6, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.3, output: 2796529574
05/21/2010 03:15:23 PM - CMDPHP: Poller[0] Host[212] DS[6121] SNMP: v1: 10.47.40.6, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.3, output: 2578124884
05/21/2010 03:15:23 PM - CMDPHP: Poller[0] Host[212] DS[6120] SNMP: v1: 10.47.40.6, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.2, output: 297190660
05/21/2010 03:15:23 PM - CMDPHP: Poller[0] Host[212] DS[6120] SNMP: v1: 10.47.40.6, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.2, output: 433877901
05/21/2010 03:15:23 PM - CMDPHP: Poller[0] Host[212] DS[6119] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:15:20 PM - CMDPHP: Poller[0] Host[212] DS[6096] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:15:16 PM - CMDPHP: Poller[0] Host[212] DS[6119] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:15:14 PM - CMDPHP: Poller[0] Host[212] DS[6095] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 296021568
05/21/2010 03:15:10 PM - CMDPHP: Poller[0] Host[212] DS[6118] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:15:07 PM - CMDPHP: Poller[0] Host[212] DS[6095] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 912645999
05/21/2010 03:15:03 PM - CMDPHP: Poller[0] Host[212] DS[6118] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:15:00 PM - CMDPHP: Poller[0] Host[212] DS[6094] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:14:57 PM - CMDPHP: Poller[0] Host[212] DS[6117] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 6964301
05/21/2010 03:14:54 PM - CMDPHP: Poller[0] Host[212] DS[6094] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:14:50 PM - CMDPHP: Poller[0] Host[212] DS[6117] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 42230821
05/21/2010 03:14:47 PM - CMDPHP: Poller[0] Host[212] DS[6093] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:14:44 PM - CMDPHP: Poller[0] Host[212] DS[6116] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:14:41 PM - CMDPHP: Poller[0] Host[212] DS[6093] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:14:38 PM - CMDPHP: Poller[0] Host[212] DS[6116] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:14:35 PM - CMDPHP: Poller[0] Host[212] DS[6090] SNMP: v1: 10.47.40.6, dsname: asa_conn, oid: .1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.6, output: 704
05/21/2010 03:14:35 PM - CMDPHP: Poller[0] Host[212] DS[6089] SNMP: v1: 10.47.40.6, dsname: crasNumSessions, oid: .1.3.6.1.4.1.9.9.392.1.3.1.0, output: 25
05/21/2010 03:14:35 PM - CMDPHP: Poller[0] Host[212] DS[6088] SNMP: v1: 10.47.40.6, dsname: asa_memused, oid: .1.3.6.1.4.1.9.9.48.1.1.1.5.1, output: 100858256
05/21/2010 03:14:34 PM - CMDPHP: Poller[0] Host[212] DS[6087] SNMP: v1: 10.47.40.6, dsname: asa_memfree, oid: .1.3.6.1.4.1.9.9.48.1.1.1.6.1, output: 436012456
05/21/2010 03:14:34 PM - CMDPHP: Poller[0] Host[212] DS[6086] SNMP: v1: 10.47.40.6, dsname: traffic_out, oid: .1.3.6.1.4.1.9.9.171.1.2.1.11.0, output: 319237264
05/21/2010 03:14:34 PM - CMDPHP: Poller[0] Host[212] DS[6085] SNMP: v1: 10.47.40.6, dsname: traffic_in, oid: .1.3.6.1.4.1.9.9.171.1.2.1.3.0, output: 370416459
05/21/2010 03:14:34 PM - CMDPHP: Poller[0] Host[212] DS[6084] SNMP: v1: 10.47.40.6, dsname: dropped_out, oid: .1.3.6.1.4.1.9.9.171.1.2.1.13.0, output: 2
05/21/2010 03:14:34 PM - CMDPHP: Poller[0] Host[212] DS[6083] SNMP: v1: 10.47.40.6, dsname: dropped_in, oid: .1.3.6.1.4.1.9.9.171.1.2.1.5.0, output: 42852
05/21/2010 03:14:34 PM - CMDPHP: Poller[0] Host[212] DS[6082] SNMP: v1: 10.47.40.6, dsname: ipsec_tunnels, oid: .1.3.6.1.4.1.9.9.171.1.3.1.1.0, output: 26
05/21/2010 03:14:34 PM - CMDPHP: Poller[0] Host[212] DS[6081] SNMP: v1: 10.47.40.6, dsname: ike_tunnels, oid: .1.3.6.1.4.1.9.9.171.1.2.1.1.0, output: 26
05/21/2010 03:14:34 PM - CMDPHP: Poller[0] Host[212] DS[6080] SNMP: v1: 10.47.40.6, dsname: asa5min_cpu, oid: .1.3.6.1.4.1.9.9.109.1.1.1.1.5.1, output: 1
05/21/2010 03:14:34 PM - CMDPHP: Poller[0] Host[212] SNMP: Host responded to SNMP
05/21/2010 03:14:31 PM - CMDPHP: Poller[0] Host[212] DS[6115] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:14:25 PM - CMDPHP: Poller[0] Host[212] DS[6115] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:14:19 PM - CMDPHP: Poller[0] Host[212] DS[6114] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:14:12 PM - CMDPHP: Poller[0] Host[212] DS[6114] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:14:06 PM - CMDPHP: Poller[0] Host[212] DS[6113] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:14:00 PM - CMDPHP: Poller[0] Host[212] DS[6113] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:13:53 PM - CMDPHP: Poller[0] Host[212] DS[6112] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:13:47 PM - CMDPHP: Poller[0] Host[212] DS[6112] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:13:41 PM - CMDPHP: Poller[0] Host[212] DS[6111] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:13:34 PM - CMDPHP: Poller[0] Host[212] DS[6111] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:13:28 PM - CMDPHP: Poller[0] Host[212] DS[6110] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 12361023
05/21/2010 03:13:21 PM - CMDPHP: Poller[0] Host[212] DS[6110] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 24370787
05/21/2010 03:13:15 PM - CMDPHP: Poller[0] Host[212] DS[6109] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:13:08 PM - CMDPHP: Poller[0] Host[212] DS[6109] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:13:01 PM - CMDPHP: Poller[0] Host[212] DS[6108] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:12:54 PM - CMDPHP: Poller[0] Host[212] DS[6108] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:12:47 PM - CMDPHP: Poller[0] Host[212] DS[6107] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:12:40 PM - CMDPHP: Poller[0] Host[212] DS[6107] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:12:34 PM - CMDPHP: Poller[0] Host[212] DS[6106] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 1767583
05/21/2010 03:12:27 PM - CMDPHP: Poller[0] Host[212] DS[6106] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 3228778
05/21/2010 03:12:20 PM - CMDPHP: Poller[0] Host[212] DS[6105] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:12:13 PM - CMDPHP: Poller[0] Host[212] DS[6105] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:12:05 PM - CMDPHP: Poller[0] Host[212] DS[6104] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:11:59 PM - CMDPHP: Poller[0] Host[212] DS[6104] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:11:52 PM - CMDPHP: Poller[0] Host[212] DS[6103] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:11:44 PM - CMDPHP: Poller[0] Host[212] DS[6103] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:11:38 PM - CMDPHP: Poller[0] Host[212] DS[6102] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:11:31 PM - CMDPHP: Poller[0] Host[212] DS[6102] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:11:24 PM - CMDPHP: Poller[0] Host[212] DS[6101] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 24034497
05/21/2010 03:11:17 PM - CMDPHP: Poller[0] Host[212] DS[6101] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 32761793
05/21/2010 03:11:09 PM - CMDPHP: Poller[0] Host[212] DS[6100] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:11:02 PM - CMDPHP: Poller[0] Host[212] DS[6100] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:10:55 PM - CMDPHP: Poller[0] Host[212] DS[6099] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:10:49 PM - CMDPHP: Poller[0] Host[212] DS[6099] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:10:42 PM - CMDPHP: Poller[0] Host[212] DS[6098] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:10:36 PM - CMDPHP: Poller[0] Host[212] DS[6098] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get TX A.B.C.D, output: 0
05/21/2010 03:10:29 PM - CMDPHP: Poller[0] Host[212] DS[6097] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
05/21/2010 03:10:28 PM - CMDPHP: Poller[0] Host[212] DS[6122] SNMP: v1: 10.47.40.6, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.4, output: 291094616
05/21/2010 03:10:28 PM - CMDPHP: Poller[0] Host[212] DS[6122] SNMP: v1: 10.47.40.6, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.4, output: 504510189
05/21/2010 03:10:28 PM - CMDPHP: Poller[0] Host[212] DS[6121] SNMP: v1: 10.47.40.6, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.3, output: 2795873214
05/21/2010 03:10:28 PM - CMDPHP: Poller[0] Host[212] DS[6121] SNMP: v1: 10.47.40.6, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.3, output: 2577514852
05/21/2010 03:10:28 PM - CMDPHP: Poller[0] Host[212] DS[6120] SNMP: v1: 10.47.40.6, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.2, output: 297185822
05/21/2010 03:10:27 PM - CMDPHP: Poller[0] Host[212] DS[6120] SNMP: v1: 10.47.40.6, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.2, output: 433868519
05/21/2010 03:10:27 PM - CMDPHP: Poller[0] Host[212] DS[6119] CMD: perl /var/www/cacti/scripts/query_lan2lan_cisco.pl READONLY 10.47.40.6 ASA get RX A.B.C.D, output: 0
As you can see, where there is no graph data there is some recent polling data. This is from a debug level log. I am not using any plugins.
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Log level low is more interesting
TheWitness
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Who is online
Users browsing this forum: No registered users and 3 guests