MRTG problems with RRD returning "got: ???/???"

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
msbensonstk
Posts: 34
Joined: Wed Apr 11, 2012 1:01 pm

MRTG problems with RRD returning "got: ???/???"

Post by msbensonstk »

After a network downtime last weekend, all of out MRTG poles for network devices are returning:
2015-03-02 10:58:47 -- --log: RRDs::tune(/var/lib/mrtg/10.0.1.1_528.rrd -a ds0:100000000 -a ds1:100000000 -d ds0:COUNTER -d ds1:COUNTER)
2015-03-02 10:58:47 -- --log: RRDs::update(/var/lib/mrtg/10.0.1.1_528.rrd, '1425315526:0:0')
2015-03-02 10:58:47 -- --log: got: ???/???

Resulting in graphs that are flat-lined at "0". In the past we have simply deleted the RRD files and the next pole fixes the counter and we start getting real values back.

However we do not want to lose the historic data in the RRD databases anymore, so we would like a method to fix this issue _without_ removing the database. How would we go about doing this?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: MRTG problems with RRD returning "got: ???/???"

Post by lmiltchev »

Do you see any errors when you run the following command?

Code: Select all

LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg
Be sure to check out our Knowledgebase for helpful articles and solutions!
msbensonstk
Posts: 34
Joined: Wed Apr 11, 2012 1:01 pm

Re: MRTG problems with RRD returning "got: ???/???"

Post by msbensonstk »

Nope, no errors are produced when running LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg

That log snippet I posed at the top of the thread was produced with:
sudo env LANG=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --debug="snpo,log" --logging ~/mrtg_troubleshooting.txt

The log has no erros in it at all:
[@nagiosxi0 ~]$ grep -c -i error ~/mrtg_troubleshooting.txt
0
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: MRTG problems with RRD returning "got: ???/???"

Post by tgriep »

Can you run the following and post the results?

Code: Select all

service npcd status
service crond status
tail -50 /usr/local/nagios/var/perfdata.log
ls -la /usr/local/nagios/var/spool
ls /usr/local/nagios/var/spool/xidpe | wc -l
ls /usr/local/nagios/var/spool/perfdata | wc -l
ll /var/lib/mrtg
Be sure to check out our Knowledgebase for helpful articles and solutions!
msbensonstk
Posts: 34
Joined: Wed Apr 11, 2012 1:01 pm

Re: MRTG problems with RRD returning "got: ???/???"

Post by msbensonstk »

Code: Select all

[nagios@nagiosxi0 ~]$ service npcd status
NPCD running (pid 5099).
[nagios@nagiosxi0 ~]$ service crond status
crond (pid  4992) is running...
[nagios@nagiosxi0 ~]$ tail -50 /usr/local/nagios/var/perfdata.log
2015-01-29 15:08:57 [13057] [0] *** TIMEOUT: Timeout after 5 Sec. ****
2015-01-29 15:08:57 [13057] [0] *** TIMEOUT: Deleting current file to avoid NPCD loops
2015-01-29 15:08:57 [13057] [0] *** TIMEOUT: Please check your process_perfdata.cfg
2015-01-29 15:08:57 [13057] [0] *** TIMEOUT: /usr/local/nagios/var/spool/perfdata//host-perfdata.1422565725-PID-13057 deleted
2015-01-29 15:08:57 [13057] [0] *** process_perfdata.pl terminated on signal ALRM
2015-01-29 15:35:29 [18217] [0] *** TIMEOUT: Timeout after 5 Sec. ****
2015-01-29 15:35:29 [18217] [0] *** TIMEOUT: Deleting current file to avoid NPCD loops
2015-01-29 15:35:29 [18217] [0] *** TIMEOUT: Please check your process_perfdata.cfg
2015-01-29 15:35:29 [18217] [0] *** TIMEOUT: /usr/local/nagios/var/spool/perfdata//host-perfdata.1422567165-PID-18217 deleted
2015-01-29 15:35:29 [18217] [0] *** process_perfdata.pl terminated on signal ALRM
2015-02-04 21:52:07 [24583] [0] *** TIMEOUT: Timeout after 5 Sec. ****
2015-02-04 21:52:07 [24583] [0] *** TIMEOUT: Deleting current file to avoid NPCD loops
2015-02-04 21:52:07 [24583] [0] *** TIMEOUT: Please check your process_perfdata.cfg
2015-02-04 21:52:07 [24583] [0] *** TIMEOUT: /usr/local/nagios/var/spool/perfdata//service-perfdata.1423108320-PID-24583 deleted
2015-02-04 21:52:07 [24583] [0] *** process_perfdata.pl terminated on signal ALRM
2015-02-20 19:15:18 [14944] [0] *** TIMEOUT: Timeout after 5 Sec. ****
2015-02-20 19:15:18 [14944] [0] *** TIMEOUT: Deleting current file to avoid NPCD loops
2015-02-20 19:15:18 [14944] [0] *** TIMEOUT: Please check your process_perfdata.cfg
2015-02-20 19:15:18 [14944] [0] *** TIMEOUT: /usr/local/nagios/var/spool/perfdata//service-perfdata.1424481299-PID-14944 deleted
2015-02-20 19:15:18 [14944] [0] *** process_perfdata.pl terminated on signal ALRM
2015-02-20 19:16:09 [17818] [0] *** TIMEOUT: Timeout after 5 Sec. ****
2015-02-20 19:16:09 [17818] [0] *** TIMEOUT: Deleting current file to avoid NPCD loops
2015-02-20 19:16:09 [17818] [0] *** TIMEOUT: Please check your process_perfdata.cfg
2015-02-20 19:16:09 [17818] [0] *** TIMEOUT: /usr/local/nagios/var/spool/perfdata//service-perfdata.1424481360-PID-17818 deleted
2015-02-20 19:16:09 [17818] [0] *** process_perfdata.pl terminated on signal ALRM
2015-02-24 21:55:33 [11256] [0] *** TIMEOUT: Timeout after 5 Sec. ****
2015-02-24 21:55:33 [11256] [0] *** TIMEOUT: Deleting current file to avoid NPCD loops
2015-02-24 21:55:33 [11256] [0] *** TIMEOUT: Please check your process_perfdata.cfg
2015-02-24 21:55:33 [11256] [0] *** TIMEOUT: /usr/local/nagios/var/spool/perfdata//service-perfdata.1424836495-PID-11256 deleted
2015-02-24 21:55:33 [11256] [0] *** process_perfdata.pl terminated on signal ALRM
2015-02-25 22:36:07 [28462] [0] *** TIMEOUT: Timeout after 5 Sec. ****
2015-02-25 22:36:07 [28462] [0] *** TIMEOUT: Deleting current file to avoid NPCD loops
2015-02-25 22:36:07 [28462] [0] *** TIMEOUT: Please check your process_perfdata.cfg
2015-02-25 22:36:07 [28462] [0] *** TIMEOUT: /usr/local/nagios/var/spool/perfdata//host-perfdata.1424925356-PID-28462 deleted
2015-02-25 22:36:07 [28462] [0] *** process_perfdata.pl terminated on signal ALRM
2015-02-25 22:36:07 [28463] [0] *** TIMEOUT: Timeout after 5 Sec. ****
2015-02-25 22:36:07 [28463] [0] *** TIMEOUT: Deleting current file to avoid NPCD loops
2015-02-25 22:36:07 [28463] [0] *** TIMEOUT: Please check your process_perfdata.cfg
2015-02-25 22:36:07 [28463] [0] *** TIMEOUT: /usr/local/nagios/var/spool/perfdata//service-perfdata.1424925356-PID-28463 deleted
2015-02-25 22:36:07 [28463] [0] *** process_perfdata.pl terminated on signal ALRM
2015-02-26 19:06:28 [1733] [0] *** TIMEOUT: Timeout after 5 Sec. ****
2015-02-26 19:06:28 [1733] [0] *** TIMEOUT: Deleting current file to avoid NPCD loops
2015-02-26 19:06:28 [1733] [0] *** TIMEOUT: Please check your process_perfdata.cfg
2015-02-26 19:06:28 [1733] [0] *** TIMEOUT: /usr/local/nagios/var/spool/perfdata//service-perfdata.1424999172-PID-1733 deleted
2015-02-26 19:06:28 [1733] [0] *** process_perfdata.pl terminated on signal ALRM
2015-03-02 20:30:24 [19225] [0] *** TIMEOUT: Timeout after 5 Sec. ****
2015-03-02 20:30:24 [19225] [0] *** TIMEOUT: Deleting current file to avoid NPCD loops
2015-03-02 20:30:24 [19225] [0] *** TIMEOUT: Please check your process_perfdata.cfg
2015-03-02 20:30:24 [19225] [0] *** TIMEOUT: /usr/local/nagios/var/spool/perfdata//service-perfdata.1425349811-PID-19225 deleted
2015-03-02 20:30:24 [19225] [0] *** process_perfdata.pl terminated on signal ALRM
[nagios@nagiosxi0 ~]$ ls -la /usr/local/nagios/var/spool
total 5672
drwxr-xr-x 5 nagios nagios    4096 Feb 23  2012 .
drwxrwxr-x 6 nagios nagios    4096 Mar  3 13:18 ..
drwxrwsr-x 2 nagios nagcmd   36864 Mar  3 12:52 checkresults
drwxr-xr-x 2 nagios nagios 5726208 Mar  3 13:18 perfdata
drwxr-xr-x 2 nagios nagios    4096 Apr 11  2012 xidpe
[nagios@nagiosxi0 ~]$ ls /usr/local/nagios/var/spool/xidpe | wc -l
0
[nagios@nagiosxi0 ~]$ ls /usr/local/nagios/var/spool/perfdata | wc -l
2
[nagios@nagiosxi0 ~]$ ll /var/lib/mrtg
total 68908
-rw-r--r-- 1 root root 105312 Mar  3 13:15 10.0.1.1_504.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 10.0.1.1_505.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 10.0.1.1_506.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 10.0.1.1_507.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 10.0.1.1_508.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 10.0.1.1_509.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 10.0.1.1_510.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 10.0.1.1_511.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:45 10.0.1.1_520.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:45 10.0.1.1_522.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 10.0.1.1_528.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 10.0.1.1_529.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:45 10.0.1.1_532.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:45 10.0.1.1_533.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:45 10.0.1.1_539.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.29_10101.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.29_10102.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.29_10103.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.29_10104.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.29_10105.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.29_10106.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.29_10107.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.29_10108.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.29_10109.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.29_10110.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.29_10111.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.29_10112.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.29_10113.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.29_10114.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.29_10115.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.29_10116.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.29_10117.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.29_10118.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.29_10119.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.29_10120.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.29_10121.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.29_10122.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.29_10123.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.29_10124.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.29_10125.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.29_10126.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.29_10127.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.29_10128.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.29_1.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.30_10101.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.30_10102.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.30_10103.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.30_10104.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.30_10105.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.30_10106.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.30_10107.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.30_10108.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.30_10109.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.30_10110.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.30_10111.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.30_10112.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.30_10113.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.30_10114.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.30_10115.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.30_10116.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.30_10117.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.30_10118.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.30_10119.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.30_10120.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.30_10121.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.30_10122.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.30_10123.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.30_10124.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.30_10125.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.30_10126.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.30_10127.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.30_10128.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.129.30_1.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.20.11_1.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.20.11_2.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.20.11_3.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.20.13_1.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.20.13_2.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.20.13_3.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.20.15_1.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.20.15_2.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.20.15_3.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.20.17_1.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.20.17_2.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.20.17_3.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.20.17_4.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.20.17_5.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.20.5_1.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.20.5_2.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.20.5_3.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.20.7_1.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.20.7_2.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.20.7_3.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.20.7_4.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.20.7_5.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.20.9_1.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.20.9_2.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.20.9_3.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.20.9_4.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.20.9_5.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10101.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10102.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10103.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10104.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10105.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10106.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10107.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10108.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10109.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10110.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10111.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10112.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10113.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10114.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10115.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10116.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10117.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10118.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10119.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10120.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10121.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10122.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10123.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10124.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10125.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10126.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10127.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10128.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10129.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10130.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10131.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10132.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10133.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10134.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10135.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10136.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10137.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10138.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10139.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10140.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10141.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10142.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10143.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10144.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10145.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10146.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10147.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10148.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10149.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10150.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10151.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_10152.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_1.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_20.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.171_5010.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_100.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_101.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_102.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_103.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_104.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_105.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_106.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_107.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_108.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_109.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_10.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_110.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_111.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_112.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_113.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_114.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_115.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_116.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_117.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_118.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_119.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_11.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_120.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_126.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_128.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_129.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_12.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_130.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_131.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_132.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_133.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_134.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_136.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_137.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_138.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:55 140.225.22.3_139.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_13.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:55 140.225.22.3_140.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:55 140.225.22.3_141.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:55 140.225.22.3_142.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:55 140.225.22.3_143.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:55 140.225.22.3_144.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_145.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:55 140.225.22.3_146.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:55 140.225.22.3_147.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:55 140.225.22.3_148.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:55 140.225.22.3_149.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_14.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:55 140.225.22.3_150.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:55 140.225.22.3_151.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:55 140.225.22.3_152.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:55 140.225.22.3_153.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:55 140.225.22.3_154.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:55 140.225.22.3_155.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:55 140.225.22.3_156.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:55 140.225.22.3_157.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:55 140.225.22.3_158.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:55 140.225.22.3_159.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_15.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:55 140.225.22.3_160.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_16.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_17.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_18.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_19.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_1.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_20.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_21.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_22.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_23.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_24.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_25.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_26.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_27.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:57 140.225.22.3_288.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_28.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:55 140.225.22.3_291.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_29.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_2.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_300.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:55 140.225.22.3_301.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_30.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_310.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_31.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_32.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_33.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_34.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_35.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_36.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_37.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_38.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_39.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_3.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_40.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_41.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_42.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_43.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_44.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_45.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_46.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_47.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_48.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_49.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_4.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_50.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_51.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_52.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_53.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_54.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_55.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_56.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_57.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_58.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_59.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_5.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_60.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_61.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_62.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_63.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_64.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_65.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_66.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_67.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_68.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_69.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_6.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_70.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_71.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_72.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_73.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_74.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_75.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_76.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_77.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_78.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_79.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_7.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_80.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_81.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_82.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_83.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_84.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_85.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_86.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_87.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_88.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_89.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_8.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_90.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_91.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_92.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_93.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_94.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_95.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_96.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_97.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_98.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_99.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.3_9.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_10.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_111.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_112.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_11.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_12.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_13.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_14.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_15.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_16.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_17.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_18.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_19.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_20.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_21.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_22.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_23.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_24.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_25.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_26.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_27.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_28.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_29.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_2.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_30.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_31.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_32.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_33.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_34.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_35.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_36.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_37.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_38.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_39.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_3.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_40.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_41.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_42.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_43.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_44.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_45.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_46.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_47.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_48.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_49.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_4.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_50.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_51.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_5.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_6.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_7.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_8.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.4_9.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_100.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_101.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_102.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_103.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_104.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_105.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_106.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_107.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_108.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_109.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_10.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_110.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_111.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_112.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_113.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_114.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_115.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_116.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_117.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_11.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_125.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_126.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_127.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_128.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_129.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_12.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:50 140.225.22.5_130.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_13.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_14.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_15.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_16.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_17.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_18.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_19.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_20.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_21.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_22.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_23.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_24.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_25.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_26.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_27.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_28.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_29.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_2.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_30.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_31.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_32.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_33.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_34.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_35.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_36.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_37.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_38.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_39.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_3.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_40.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_41.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_42.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_43.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_44.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_45.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_46.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_47.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_48.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_49.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_4.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_50.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_51.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_52.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_53.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_54.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_55.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_56.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_57.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_58.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_59.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_5.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_60.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_61.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_62.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_63.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_64.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_65.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_66.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_67.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_68.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_69.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_6.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_70.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_71.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_72.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_73.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_74.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_75.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_76.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_77.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_78.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_79.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_7.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_80.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_81.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_82.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_83.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_84.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_85.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_86.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_87.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_88.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_89.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_8.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_90.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_91.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_92.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_93.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_94.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_95.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_96.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_97.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_98.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_99.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.5_9.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.6_10101.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.6_10102.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.6_10103.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.6_10104.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.6_10105.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.6_10121.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.6_10122.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.6_10123.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.6_10124.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.6_5001.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.6_5179.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.6_608.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.7_10101.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.7_10102.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.7_10103.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.7_10104.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.7_10105.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.7_10121.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.7_10122.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.7_10123.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.7_10124.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.7_5001.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.22.7_5179.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_1107705856.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_1107788385.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_34129154.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_34391298.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_34653442.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_34915586.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_35177730.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_35439874.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_35702018.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_35964162.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_36226306.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_36488450.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_36750594.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_37012738.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_37274882.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_37537026.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_37799170.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_38061314.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_38323458.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_38585602.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_38847746.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_39109890.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_39372034.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_39634178.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_39896322.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_40158466.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_40420610.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_40682754.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_40944898.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_41207042.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_41469186.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_41731330.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_41993474.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_42255618.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_42517762.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_42779906.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_43042050.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_43304194.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_43566338.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_43828482.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_44090626.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_44352770.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_44614914.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_44877058.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_45139202.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_45401346.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_45663490.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_45925634.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_46187778.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_46449922.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.195_47252738.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_1107705856.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_1107788385.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_34129154.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_34391298.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_34653442.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_34915586.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_35177730.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_35439874.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_35702018.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_35964162.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_36226306.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_36488450.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_36750594.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_37012738.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_37274882.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_37537026.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_37799170.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_38061314.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_38323458.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_38585602.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_38847746.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_39109890.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_39372034.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_39634178.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_39896322.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_40158466.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_40420610.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_40682754.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_40944898.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_41207042.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_41469186.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_41731330.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_41993474.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_42255618.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_42517762.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_42779906.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_43042050.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_43304194.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_43566338.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_43828482.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_44090626.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_44352770.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_44614914.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_44877058.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_45139202.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_45401346.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_45663490.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_45925634.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_46187778.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_46449922.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_47252738.rrd
-rw-r--r-- 1 root root 105312 Mar  3 13:15 140.225.23.196_47514882.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:25 140.225.23.49_10003.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:25 140.225.23.49_10004.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:25 140.225.23.49_10005.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:25 140.225.23.49_10006.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:25 140.225.23.49_10007.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:25 140.225.23.49_10008.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:25 140.225.23.49_10009.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:25 140.225.23.49_10010.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:25 140.225.23.49_10011.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:25 140.225.23.49_10012.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:25 140.225.23.49_10013.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:25 140.225.23.49_10014.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:25 140.225.23.49_10015.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:25 140.225.23.49_10016.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:25 140.225.23.49_10017.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:25 140.225.23.49_10018.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:25 140.225.23.49_10019.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:25 140.225.23.49_10020.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:25 140.225.23.49_10021.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:25 140.225.23.49_10022.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:25 140.225.23.49_10023.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:25 140.225.23.49_10024.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:25 140.225.23.49_10101.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:25 140.225.23.49_10102.rrd
-rw-r--r-- 1 root root 105312 Mar  2 10:25 140.225.23.49_20.rrd
-rw-r--r-- 1 root root      0 Mar  3 13:15 mrtg.ok
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: MRTG problems with RRD returning "got: ???/???"

Post by tgriep »

Could you edit this file
/usr/local/nagios/etc/pnp/process_perfdata.cfg

Change

Code: Select all

TIMEOUT = 5
to

Code: Select all

TIMEOUT = 20
Save the changes and run the following
service npcd restart

Wait about 15 minutes and let us know if the graphs start to populate.
Be sure to check out our Knowledgebase for helpful articles and solutions!
msbensonstk
Posts: 34
Joined: Wed Apr 11, 2012 1:01 pm

Re: MRTG problems with RRD returning "got: ???/???"

Post by msbensonstk »

No change after setting TIMEOUT = 20, restarting npcd, and waiting 15mn. Still getting ???/??? in the debug output from MRTG
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: MRTG problems with RRD returning "got: ???/???"

Post by tgriep »

This is going to be big but could you run the following and upload the rrdump.txt file?

Code: Select all

rrdtool dump /var/lib/mrtg/10.0.1.1_528.rrd > rrddump.txt
Be sure to check out our Knowledgebase for helpful articles and solutions!
msbensonstk
Posts: 34
Joined: Wed Apr 11, 2012 1:01 pm

Re: MRTG problems with RRD returning "got: ???/???"

Post by msbensonstk »

rrddump.txt attached
EDIT: I just realized the RRD file you asked for was from an interface with no traffic on it, so it wouldn't be very helpful. I gave you 10.0.1.1_506 this time which actually has data in it.
You do not have the required permissions to view the files attached to this post.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: MRTG problems with RRD returning "got: ???/???"

Post by tgriep »

That dump file doesn't have any data before yesterday so it can't be rebuilt.

Go to the home screen, select "Service Detail" and select an interface that was up last week. Click on the Performance Graphs tab and change the timeframe to 7 days.
Do you see data from last week?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked