Hi
Any idea why I'm getting values every 2.5h exactly for graphs generated from same device while others from others are exporting just fine every less than 5min.
Ignore the values of the in/out, currently no traffic on this interface.
Code: Select all
"Date","Inbound","Outbound"
"2015-07-21 19:12:00","0.00","0.00"
"2015-07-21 21:36:00","243860.38","0.00"
"2015-07-22 00:00:00","534107.69","0.00"
"2015-07-22 02:24:00","606122.81","0.00"
"2015-07-22 04:48:00","678016.32","0.00"
"2015-07-22 07:12:00","639967.65","0.00"
"2015-07-22 09:36:00","666183.50","0.00"
"2015-07-22 12:00:00","642326.01","0.00"
"2015-07-22 14:24:00","0.00","0.00"
"2015-07-22 16:48:00","0.00","0.00"
"2015-07-22 19:12:00","0.00","0.00"
"2015-07-22 21:36:00","0.00","0.00"
"2015-07-23 00:00:00","0.00","0.00"
"2015-07-23 02:24:00","0.00","0.00"
"2015-07-23 04:48:00","0.00","0.00"
below that's a good one. Less than 5min sample
Code: Select all
"Date","Inbound","Outbound"
"2015-07-21 19:12:00","0.00","0.00"
"2015-07-21 19:16:30","0.00","0.00"
"2015-07-21 19:21:00","0.00","0.00"
"2015-07-21 19:25:30","0.00","0.00"
"2015-07-21 19:30:00","0.00","0.00"
"2015-07-21 19:34:30","0.00","0.00"
"2015-07-21 19:39:00","0.00","0.00"
"2015-07-21 19:43:30","0.00","0.00"
"2015-07-21 19:48:00","0.00","0.00"
"2015-07-21 19:52:30","0.00","0.00"
"2015-07-21 19:57:00","0.00","0.00"
"2015-07-21 20:01:30","0.00","0.00"
"2015-07-21 20:06:00","0.00","0.00"
"2015-07-21 20:10:30","0.00","0.00"
"2015-07-21 20:15:00","0.00","0.00"
"2015-07-21 20:19:30","0.00","0.00"
"2015-07-21 20:24:00","0.00","0.00"
"2015-07-21 20:28:30","0.00","0.00"
"2015-07-21 20:33:00","0.00","0.00"
I export interface graphs and tried already to delete the problematic graphs with the data sources as well , added it back but nothing seems to work.
Any clue ?
Thanks