Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fping returned with exit code 1024 #423

Open
milindpatel63 opened this issue Dec 12, 2024 · 0 comments
Open

fping returned with exit code 1024 #423

milindpatel63 opened this issue Dec 12, 2024 · 0 comments

Comments

@milindpatel63
Copy link

I'm running smokeping linuxserver.io docker container on Synology DS920+.
I get the following logs in docker

[migrations] started
[migrations] no migrations found
usermod: no changes
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    1026
User GID:    100
───────────────────────────────────────
Linuxserver.io version: 2.8.2-r3-ls112
Build-date: 2024-12-03T21:18:21+00:00
───────────────────────────────────────
    
[custom-init] No custom files found, skipping...
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using ::1. Set the 'ServerName' directive globally to suppress this message
Connection to localhost (::1) 8012 port [tcp/*] succeeded!
[ls.io-init] done.
Curl: Note: your curl doesn't support the timeout feature (option -m), disabling it
Curl: Note: your curl doesn't support the interface feature (option --interface), disabling it
### assuming you are using an tcpping copy reporting in milliseconds
### assuming you are using an fping copy reporting in milliseconds
### parsing dig output...OK
### assuming you are using an fping copy reporting in milliseconds
Smokeping version 2.008002 successfully launched.
Entering multiprocess mode.
Child process 226 started for probe DNS.
No targets defined for probe FPing6, skipping.
No targets defined for probe TCPPing, skipping.
DNS: probing 9 targets with step 300 s and offset 16 s.
Child process 227 started for probe FPing.
No targets defined for probe Curl, skipping.
All probe processes started successfully.
FPing: probing 26 targets with step 300 s and offset 150 s.
/usr/sbin/fping -C 10 -q -B1 -r1 -i100 208.67.222.222 facebook.com 8.8.4.4 twin-cities.umn.edu 4.2.2.1 1.1.1.1 bahnhof.cloud 1.0.0.1 ucsd.edu 8.8.8.8 192.168.31.1 cixp.web.cern.ch youtube.com 9.9.9.9 4.2.2.2 208.67.220.220 jupiterbroadcasting.com google.com www.berkeley.edu linuxserver.io cam.ac.uk web.mit.edu www.indiana.edu osuosl.org www.telefonica.de returned with exit code 1024. run with debug enabled to get more information at /usr/share/smokeping/Smokeping.pm line 1809.
/usr/sbin/fping -C 10 -q -B1 -r1 -i100 208.67.222.222 facebook.com 8.8.4.4 twin-cities.umn.edu 4.2.2.1 1.1.1.1 bahnhof.cloud 1.0.0.1 ucsd.edu 8.8.8.8 192.168.31.1 cixp.web.cern.ch youtube.com 9.9.9.9 4.2.2.2 208.67.220.220 jupiterbroadcasting.com google.com www.berkeley.edu linuxserver.io cam.ac.uk web.mit.edu www.indiana.edu osuosl.org www.telefonica.de returned with exit code 1024. run with debug enabled to get more information at /usr/share/smokeping/Smokeping.pm line 1809.
/usr/sbin/fping -C 10 -q -B1 -r1 -i100 208.67.222.222 facebook.com 8.8.4.4 twin-cities.umn.edu 4.2.2.1 1.1.1.1 bahnhof.cloud 1.0.0.1 ucsd.edu 8.8.8.8 192.168.31.1 cixp.web.cern.ch youtube.com 9.9.9.9 4.2.2.2 208.67.220.220 jupiterbroadcasting.com google.com www.berkeley.edu linuxserver.io cam.ac.uk web.mit.edu www.indiana.edu osuosl.org www.telefonica.de returned with exit code 1024. run with debug enabled to get more information at /usr/share/smokeping/Smokeping.pm line 1809.
/usr/sbin/fping -C 10 -q -B1 -r1 -i100 208.67.222.222 facebook.com 8.8.4.4 twin-cities.umn.edu 4.2.2.1 1.1.1.1 bahnhof.cloud 1.0.0.1 ucsd.edu 8.8.8.8 192.168.31.1 cixp.web.cern.ch youtube.com 9.9.9.9 4.2.2.2 208.67.220.220 jupiterbroadcasting.com google.com www.berkeley.edu linuxserver.io cam.ac.uk web.mit.edu www.indiana.edu osuosl.org www.telefonica.de returned with exit code 1024. run with debug enabled to get more information at /usr/share/smokeping/Smokeping.pm line 1809.

Then when i exec into the container and run smokeping with debug via this command

smokeping --config="/etc/smokeping/config" --nodaemon --debug

I get this

Curl: Note: your curl doesn't support the interface feature (option --interface), disabling it
Curl: Note: your curl doesn't support the timeout feature (option -m), disabling it
### parsing dig output...OK
### assuming you are using an tcpping copy reporting in milliseconds
### Compiling alert detector pattern 'someloss'
### >0%,*12*,>0%,*12*,>0%
sub { 
    my $d = shift;
    my $y = $d->{loss};
    for(1){
        my $imax2 = min(@$y - 3, 12);
        my $imax1 = min(@$y - 3, 12);
        my $minlength = 3;
        my $maxlength = 27;
        next if scalar @$y < $minlength ;
        my $i1;
        for($i1=0; $i1 < min($maxlength,$imax1); $i1++){
            my $i2;
            for($i2=0; $i2 < min($maxlength-$i1,$imax2); $i2++){
                next unless defined $y->[-3-$i1-$i2]
                                and $y->[-3-$i1-$i2] =~ /^\d/
                                and $y->[-3-$i1-$i2] > 0
                                     ;                last;
            }
            return 0 if $i2 >= min($maxlength-$i1-$i2,$imax2);
            next unless defined $y->[-2-$i1]
                            and $y->[-2-$i1] =~ /^\d/
                            and $y->[-2-$i1] > 0
                                 ;            last;
        }
        return 0 if $i1 >= min($maxlength-$i1,$imax1);
        next unless defined $y->[-1]
                        and $y->[-1] =~ /^\d/
                        and $y->[-1] > 0
                             ;        return 1;
    }
    return 0;
}



Smokeping version 2.008002 successfully launched.
Not entering multiprocess mode with '--debug'. Use '--debug-daemon' for that.
Curl: probing 0 targets with step 300 s and offset 156 s.
FPing6: probing 0 targets with step 300 s and offset 156 s.
FPing: probing 26 targets with step 300 s and offset 156 s.
DNS: probing 9 targets with step 300 s and offset 156 s.
TCPPing: probing 0 targets with step 300 s and offset 156 s.
FPing: Executing /usr/sbin/fping -C 10 -q -B1 -r1 -i100 bahnhof.cloud 8.8.4.4 cixp.web.cern.ch 192.168.31.1 youtube.com 1.1.1.1 9.9.9.9 4.2.2.1 ucsd.edu 4.2.2.2 www.telefonica.de google.com linuxserver.io 8.8.8.8 208.67.220.220 1.0.0.1 web.mit.edu 208.67.222.222 osuosl.org facebook.com cam.ac.uk www.indiana.edu jupiterbroadcasting.com twin-cities.umn.edu www.berkeley.edu
FPing: Got fping output: 'bahnhof.cloud           : 31.4 17.3 79.3 18.8 16.9 17.4 17.0 25.7 16.8 17.4'
FPing: Got fping output: '8.8.4.4                 : 64.3 16.0 68.9 16.6 42.7 32.0 16.7 59.4 32.0 16.3'
FPing: Got fping output: 'cixp.web.cern.ch        : 49.8 103 74.8 49.6 84.1 60.8 49.6 74.9 53.2 74.7'
FPing: Got fping output: '192.168.31.1            : 0.534 0.481 0.375 0.535 0.484 0.386 0.603 0.714 0.710 0.414'
FPing: Got fping output: 'youtube.com             : 35.8 56.5 41.0 30.7 16.6 16.9 21.0 17.1 30.7 24.7'
FPing: Got fping output: '1.1.1.1                 : 44.1 39.2 17.3 16.5 17.6 17.3 31.3 22.0 16.3 31.1'
FPing: Got fping output: '9.9.9.9                 : 16.6 16.5 16.8 17.3 18.6 33.3 45.5 16.8 17.5 30.4'
FPing: Got fping output: '4.2.2.1                 : 94.1 44.3 54.5 85.3 44.4 44.2 44.3 44.8 44.4 47.4'
FPing: Got fping output: 'ucsd.edu                : 41.2 28.9 56.0 17.0 44.8 16.3 16.5 41.7 33.9 56.8'
FPing: Got fping output: '4.2.2.2                 : 43.8 44.0 44.2 84.1 80.0 44.4 63.8 61.4 77.6 43.7'
FPing: Got fping output: 'www.telefonica.de       : 49.7 50.5 50.1 49.8 66.0 49.9 49.8 83.1 80.8 56.6'
FPing: Got fping output: 'google.com              : 31.6 16.5 108 16.4 31.9 16.8 15.9 24.6 101 29.0'
FPing: Got fping output: 'linuxserver.io          : 77.9 47.9 54.6 47.5 47.5 47.5 47.1 63.6 47.8 56.8'
FPing: Got fping output: '8.8.8.8                 : 16.6 62.0 16.5 60.4 76.0 28.8 28.7 21.6 81.1 17.1'
FPing: Got fping output: '208.67.220.220          : 20.7 16.6 16.6 72.3 62.7 16.5 95.6 16.5 78.0 26.3'
FPing: Got fping output: '1.0.0.1                 : 29.5 17.2 17.2 16.9 17.3 37.8 17.0 60.1 31.7 22.9'
FPing: Got fping output: 'web.mit.edu             : 61.3 16.7 17.1 74.9 78.3 40.0 16.9 51.1 17.5 96.1'
FPing: Got fping output: '208.67.222.222          : 24.9 32.3 17.6 62.6 17.6 45.6 31.8 29.3 17.1 83.9'
FPing: Got fping output: 'osuosl.org              : 217 199 216 205 216 198 222 205 217 199'
FPing: Got fping output: 'facebook.com            : 117 39.7 93.0 49.1 59.1 73.8 39.5 70.4 49.7 39.0'
FPing: Got fping output: 'cam.ac.uk               : 31.6 16.7 72.0 28.5 30.8 16.7 59.2 21.8 58.3 42.5'
FPing: Got fping output: 'www.indiana.edu         : 192 139 139 142 149 178 163 139 179 130'
FPing: Got fping output: 'jupiterbroadcasting.com : 35.5 23.1 38.5 23.4 32.9 22.7 62.8 23.2 23.1 45.1'
FPing: Got fping output: 'twin-cities.umn.edu     : 17.6 17.1 32.1 17.6 35.7 17.1 31.3 47.8 17.5 90.9'
FPing: Got fping output: 'www.berkeley.edu        : 17.5 16.9 17.6 49.1 46.0 20.1 38.6 17.5 17.5 17.2'
DNS: forks 5, timeout for each target 26
DNS: query=/usr/bin/dig @4.2.2.1 google.com
DNS: query=/usr/bin/dig @8.8.4.4 google.com
DNS: query=/usr/bin/dig @208.67.222.222 google.com
DNS: query=/usr/bin/dig @4.2.2.2 google.com
DNS: query=/usr/bin/dig @9.9.9.9 google.com
DNS: 9.9.9.9: got 2.9000000000e-02 3.1000000000e-02 3.2000000000e-02 3.6000000000e-02 4.8000000000e-02
DNS: 8.8.4.4: got 1.6000000000e-02 3.2000000000e-02 3.6000000000e-02 3.8000000000e-02 5.2000000000e-02
DNS: 4.2.2.1: got 2.0000000000e-02 3.5000000000e-02 3.7000000000e-02 3.7000000000e-02 5.3000000000e-02
DNS: 4.2.2.2: got 3.2000000000e-02 3.2000000000e-02 3.6000000000e-02 3.7000000000e-02 5.3000000000e-02
DNS: 208.67.222.222: got 2.6000000000e-02 6.1000000000e-02 6.4000000000e-02 6.9000000000e-02 9.3000000000e-02
DNS: query=/usr/bin/dig @8.8.8.8 google.com
DNS: query=/usr/bin/dig @1.1.1.1 google.com
DNS: query=/usr/bin/dig @208.67.220.220 google.com
DNS: query=/usr/bin/dig @1.0.0.1 google.com
DNS: 8.8.8.8: got 1.7000000000e-02 3.0000000000e-02 3.2000000000e-02 3.2000000000e-02 3.8000000000e-02
DNS: 1.1.1.1: got 3.1000000000e-02 3.1000000000e-02 3.2000000000e-02 3.3000000000e-02 3.8000000000e-02
DNS: 1.0.0.1: got 3.2000000000e-02 3.2000000000e-02 4.4000000000e-02 4.6000000000e-02 4.8000000000e-02
DNS: 208.67.220.220: got 2.9000000000e-02 3.7000000000e-02 3.8000000000e-02 4.1000000000e-02 5.8000000000e-02
Calling RRDs::update(/data/DNS/CloudflareDNS1.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5:ping6:ping7:ping8:ping9:ping10 1733972095:U:0:2.2000000000e-02:1.6300000000e-02:1.6500000000e-02:1.7300000000e-02:1.7300000000e-02:1.7600000000e-02:2.2000000000e-02:3.1100000000e-02:3.1300000000e-02:3.9200000000e-02:4.4100000000e-02)
Calling RRDs::update(/data/DNS/L3-1.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5:ping6:ping7:ping8:ping9:ping10 1733972095:U:0:4.4800000000e-02:4.4200000000e-02:4.4300000000e-02:4.4300000000e-02:4.4400000000e-02:4.4400000000e-02:4.4800000000e-02:4.7400000000e-02:5.4500000000e-02:8.5300000000e-02:9.4100000000e-02)
Calling RRDs::update(/data/DNS/GoogleDNS2.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5:ping6:ping7:ping8:ping9:ping10 1733972095:U:0:3.2000000000e-02:1.6000000000e-02:1.6300000000e-02:1.6600000000e-02:1.6700000000e-02:3.2000000000e-02:3.2000000000e-02:4.2700000000e-02:5.9400000000e-02:6.4300000000e-02:6.8900000000e-02)
Calling RRDs::update(/data/DNS/OpenDNS2.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5:ping6:ping7:ping8:ping9:ping10 1733972095:U:0:2.6300000000e-02:1.6500000000e-02:1.6500000000e-02:1.6600000000e-02:1.6600000000e-02:2.0700000000e-02:2.6300000000e-02:6.2700000000e-02:7.2300000000e-02:7.8000000000e-02:9.5600000000e-02)
Calling RRDs::update(/data/DNS/Quad9.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5:ping6:ping7:ping8:ping9:ping10 1733972095:U:0:1.7500000000e-02:1.6500000000e-02:1.6600000000e-02:1.6800000000e-02:1.6800000000e-02:1.7300000000e-02:1.7500000000e-02:1.8600000000e-02:3.0400000000e-02:3.3300000000e-02:4.5500000000e-02)
Calling RRDs::update(/data/DNS/CloudflareDNS2.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5:ping6:ping7:ping8:ping9:ping10 1733972095:U:0:2.2900000000e-02:1.6900000000e-02:1.7000000000e-02:1.7200000000e-02:1.7200000000e-02:1.7300000000e-02:2.2900000000e-02:2.9500000000e-02:3.1700000000e-02:3.7800000000e-02:6.0100000000e-02)
Calling RRDs::update(/data/DNS/L3-2.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5:ping6:ping7:ping8:ping9:ping10 1733972095:U:0:6.1400000000e-02:4.3700000000e-02:4.3800000000e-02:4.4000000000e-02:4.4200000000e-02:4.4400000000e-02:6.1400000000e-02:6.3800000000e-02:7.7600000000e-02:8.0000000000e-02:8.4100000000e-02)
Calling RRDs::update(/data/DNS/GoogleDNS1.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5:ping6:ping7:ping8:ping9:ping10 1733972095:U:0:2.8800000000e-02:1.6500000000e-02:1.6600000000e-02:1.7100000000e-02:2.1600000000e-02:2.8700000000e-02:2.8800000000e-02:6.0400000000e-02:6.2000000000e-02:7.6000000000e-02:8.1100000000e-02)
Calling RRDs::update(/data/DNS/OpenDNS1.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5:ping6:ping7:ping8:ping9:ping10 1733972095:U:0:3.1800000000e-02:1.7100000000e-02:1.7600000000e-02:1.7600000000e-02:2.4900000000e-02:2.9300000000e-02:3.1800000000e-02:3.2300000000e-02:4.5600000000e-02:6.2600000000e-02:8.3900000000e-02)
Calling RRDs::update(/data/Europe/Germany/TelefonicaDE.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5:ping6:ping7:ping8:ping9:ping10 1733972095:U:0:5.0500000000e-02:4.9700000000e-02:4.9800000000e-02:4.9800000000e-02:4.9900000000e-02:5.0100000000e-02:5.0500000000e-02:5.6600000000e-02:6.6000000000e-02:8.0800000000e-02:8.3100000000e-02)
Calling RRDs::update(/data/Europe/Sweden/Stockholm.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5:ping6:ping7:ping8:ping9:ping10 1733972095:U:0:1.7400000000e-02:1.6800000000e-02:1.6900000000e-02:1.7000000000e-02:1.7300000000e-02:1.7400000000e-02:1.7400000000e-02:1.8800000000e-02:2.5700000000e-02:3.1400000000e-02:7.9300000000e-02)
Calling RRDs::update(/data/Europe/Switzerland/CernIXP.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5:ping6:ping7:ping8:ping9:ping10 1733972095:U:0:7.4700000000e-02:4.9600000000e-02:4.9600000000e-02:4.9800000000e-02:5.3200000000e-02:6.0800000000e-02:7.4700000000e-02:7.4800000000e-02:7.4900000000e-02:8.4100000000e-02:1.0300000000e-01)
Calling RRDs::update(/data/Europe/Switzerland/SBB.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5:ping6:ping7:ping8:ping9:ping10 1733972095:U:10:U:U:U:U:U:U:U:U:U:U:U)
Calling RRDs::update(/data/Europe/UK/CambridgeUni.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5:ping6:ping7:ping8:ping9:ping10 1733972095:U:0:3.1600000000e-02:1.6700000000e-02:1.6700000000e-02:2.1800000000e-02:2.8500000000e-02:3.0800000000e-02:3.1600000000e-02:4.2500000000e-02:5.8300000000e-02:5.9200000000e-02:7.2000000000e-02)
Calling RRDs::update(/data/InternetSites/JupiterBroadcasting.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5:ping6:ping7:ping8:ping9:ping10 1733972095:U:0:3.2900000000e-02:2.2700000000e-02:2.3100000000e-02:2.3100000000e-02:2.3200000000e-02:2.3400000000e-02:3.2900000000e-02:3.5500000000e-02:3.8500000000e-02:4.5100000000e-02:6.2800000000e-02)
Calling RRDs::update(/data/InternetSites/GoogleSearch.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5:ping6:ping7:ping8:ping9:ping10 1733972095:U:0:2.9000000000e-02:1.5900000000e-02:1.6400000000e-02:1.6500000000e-02:1.6800000000e-02:2.4600000000e-02:2.9000000000e-02:3.1600000000e-02:3.1900000000e-02:1.0100000000e-01:1.0800000000e-01)
Calling RRDs::update(/data/InternetSites/Facebook.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5:ping6:ping7:ping8:ping9:ping10 1733972095:U:0:5.9100000000e-02:3.9000000000e-02:3.9500000000e-02:3.9700000000e-02:4.9100000000e-02:4.9700000000e-02:5.9100000000e-02:7.0400000000e-02:7.3800000000e-02:9.3000000000e-02:1.1700000000e-01)
Calling RRDs::update(/data/InternetSites/Youtube.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5:ping6:ping7:ping8:ping9:ping10 1733972095:U:0:3.0700000000e-02:1.6600000000e-02:1.6900000000e-02:1.7100000000e-02:2.1000000000e-02:2.4700000000e-02:3.0700000000e-02:3.0700000000e-02:3.5800000000e-02:4.1000000000e-02:5.6500000000e-02)
Calling RRDs::update(/data/InternetSites/linuxserverio.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5:ping6:ping7:ping8:ping9:ping10 1733972095:U:0:4.7900000000e-02:4.7100000000e-02:4.7500000000e-02:4.7500000000e-02:4.7500000000e-02:4.7800000000e-02:4.7900000000e-02:5.4600000000e-02:5.6800000000e-02:6.3600000000e-02:7.7900000000e-02)
Calling RRDs::update(/data/LocalNetwork/NetworkEquipment/Router.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5:ping6:ping7:ping8:ping9:ping10 1733972095:U:0:5.3400000000e-04:3.7500000000e-04:3.8600000000e-04:4.1400000000e-04:4.8100000000e-04:4.8400000000e-04:5.3400000000e-04:5.3500000000e-04:6.0300000000e-04:7.1000000000e-04:7.1400000000e-04)
Calling RRDs::update(/data/DNSProbes/OpenDNS2.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5 1733972095:U:0:3.8000000000e-02:2.9000000000e-02:3.7000000000e-02:3.8000000000e-02:4.1000000000e-02:5.8000000000e-02)
Calling RRDs::update(/data/DNSProbes/Quad9.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5 1733972095:U:0:3.2000000000e-02:2.9000000000e-02:3.1000000000e-02:3.2000000000e-02:3.6000000000e-02:4.8000000000e-02)
Calling RRDs::update(/data/DNSProbes/CloudflareDNS2.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5 1733972095:U:0:4.4000000000e-02:3.2000000000e-02:3.2000000000e-02:4.4000000000e-02:4.6000000000e-02:4.8000000000e-02)
Calling RRDs::update(/data/DNSProbes/L3-2.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5 1733972095:U:0:3.6000000000e-02:3.2000000000e-02:3.2000000000e-02:3.6000000000e-02:3.7000000000e-02:5.3000000000e-02)
Calling RRDs::update(/data/DNSProbes/GoogleDNS1.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5 1733972095:U:0:3.2000000000e-02:1.7000000000e-02:3.0000000000e-02:3.2000000000e-02:3.2000000000e-02:3.8000000000e-02)
Calling RRDs::update(/data/DNSProbes/OpenDNS1.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5 1733972095:U:0:6.4000000000e-02:2.6000000000e-02:6.1000000000e-02:6.4000000000e-02:6.9000000000e-02:9.3000000000e-02)
Calling RRDs::update(/data/DNSProbes/CloudflareDNS1.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5 1733972095:U:0:3.2000000000e-02:3.1000000000e-02:3.1000000000e-02:3.2000000000e-02:3.3000000000e-02:3.8000000000e-02)
Calling RRDs::update(/data/DNSProbes/L3-1.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5 1733972095:U:0:3.7000000000e-02:2.0000000000e-02:3.5000000000e-02:3.7000000000e-02:3.7000000000e-02:5.3000000000e-02)
Calling RRDs::update(/data/DNSProbes/GoogleDNS2.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5 1733972095:U:0:3.6000000000e-02:1.6000000000e-02:3.2000000000e-02:3.6000000000e-02:3.8000000000e-02:5.2000000000e-02)
Calling RRDs::update(/data/USA/OSUOSL.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5:ping6:ping7:ping8:ping9:ping10 1733972095:U:0:2.1600000000e-01:1.9800000000e-01:1.9900000000e-01:1.9900000000e-01:2.0500000000e-01:2.0500000000e-01:2.1600000000e-01:2.1600000000e-01:2.1700000000e-01:2.1700000000e-01:2.2200000000e-01)
Calling RRDs::update(/data/USA/UCB.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5:ping6:ping7:ping8:ping9:ping10 1733972095:U:0:1.7600000000e-02:1.6900000000e-02:1.7200000000e-02:1.7500000000e-02:1.7500000000e-02:1.7500000000e-02:1.7600000000e-02:2.0100000000e-02:3.8600000000e-02:4.6000000000e-02:4.9100000000e-02)
Calling RRDs::update(/data/USA/IU.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5:ping6:ping7:ping8:ping9:ping10 1733972095:U:0:1.4900000000e-01:1.3000000000e-01:1.3900000000e-01:1.3900000000e-01:1.3900000000e-01:1.4200000000e-01:1.4900000000e-01:1.6300000000e-01:1.7800000000e-01:1.7900000000e-01:1.9200000000e-01)
Calling RRDs::update(/data/USA/UCSD.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5:ping6:ping7:ping8:ping9:ping10 1733972095:U:0:4.1200000000e-02:1.6300000000e-02:1.6500000000e-02:1.7000000000e-02:2.8900000000e-02:3.3900000000e-02:4.1200000000e-02:4.1700000000e-02:4.4800000000e-02:5.6000000000e-02:5.6800000000e-02)
Calling RRDs::update(/data/USA/MIT.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5:ping6:ping7:ping8:ping9:ping10 1733972095:U:0:5.1100000000e-02:1.6700000000e-02:1.6900000000e-02:1.7100000000e-02:1.7500000000e-02:4.0000000000e-02:5.1100000000e-02:6.1300000000e-02:7.4900000000e-02:7.8300000000e-02:9.6100000000e-02)
Calling RRDs::update(/data/USA/UMN.rrd --template uptime:loss:median:ping1:ping2:ping3:ping4:ping5:ping6:ping7:ping8:ping9:ping10 1733972095:U:0:3.1300000000e-02:1.7100000000e-02:1.7100000000e-02:1.7500000000e-02:1.7600000000e-02:1.7600000000e-02:3.1300000000e-02:3.2100000000e-02:3.5700000000e-02:4.7800000000e-02:9.0900000000e-02)

which seems to suggest that fping ran fine and it put a bunch of data in rrd.
But the graphs are still empty.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant