linuxserver / docker-smokeping

GNU General Public License v3.0
346 stars 95 forks source link

[BUG] No Chart Data #143

Closed Maynardnaze closed 1 year ago

Maynardnaze commented 1 year ago

Is there an existing issue for this?

Current Behavior

Blank Charts in default Internet Sites. Waited 24 hours with no change. DNS Probe charts work fine. Tried it on Ubuntu 22, 20, RPI 4, Blank VMs in Proxmox, even cloud VPS just for kicks.

Expected Behavior

Charts to work.

Steps To Reproduce

Any Docker install. legit copy and pasted with change to path

version: "2.1" services: smokeping: image: lscr.io/linuxserver/smokeping:latest container_name: smokeping environment:

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

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

User UID: 1000 User GID: 1000 ───────────────────────────────────────

[custom-init] No custom files found, skipping... AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 192.168.90.112. Set the 'ServerName' directive globally to suppress this message [ls.io-init] done. WARNING: Hostname 'ipv6.google.com' does currently not resolve to an IPv4 address

parsing dig output...OK

assuming you are using an tcpping copy reporting in milliseconds

assuming you are using an fping copy reporting in milliseconds

assuming you are using an fping copy reporting in milliseconds

Smokeping version 2.007003 successfully launched. Entering multiprocess mode. No targets defined for probe TCPPing, skipping. Child process 190 started for probe FPing. FPing: probing 25 targets with step 300 s and offset 172 s. Child process 191 started for probe DNS. DNS: probing 9 targets with step 300 s and offset 212 s. Child process 192 started for probe FPing6. All probe processes started successfully. FPing6: probing 1 targets with step 300 s and offset 71 s.

Environment

- OS: Ubuntu 22, 20, Raspbian OS, Debian 11 Kali.
- How docker service was installed: 
Curl and manual. Tried it on 5 different machines

All Archs
32 and 64 bit Arm

CPU architecture

x86-64

Docker creation

docker compose up

Container logs

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

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

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

User UID:    1000
User GID:    1000
───────────────────────────────────────

[custom-init] No custom files found, skipping...
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 192.168.90.112. Set the 'ServerName' directive globally to suppress this message
[ls.io-init] done.
WARNING: Hostname 'ipv6.google.com' does currently not resolve to an IPv4 address
### parsing dig output...OK
### assuming you are using an tcpping copy reporting in milliseconds
### assuming you are using an fping copy reporting in milliseconds
### assuming you are using an fping copy reporting in milliseconds
Smokeping version 2.007003 successfully launched.
Entering multiprocess mode.
No targets defined for probe TCPPing, skipping.
Child process 190 started for probe FPing.
FPing: probing 25 targets with step 300 s and offset 172 s.
Child process 191 started for probe DNS.
DNS: probing 9 targets with step 300 s and offset 212 s.
Child process 192 started for probe FPing6.
All probe processes started successfully.
FPing6: probing 1 targets with step 300 s and offset 71 s.
github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

xPLAYRZx commented 1 year ago

I'm also seeing the same problem described by OP. DNS Probe charts work fine but FPing charts are empty.

This is running in Docker on Synology using jwigley/smokeping-speedtest image.

docker run \ -d \ --name=smokeping-speedtest \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Australia/Melbourne \ -p 80:80 \ -v /path/to/smokeping/config:/config \ -v /path/to/smokeping/data:/data \ --restart unless-stopped \ jwigley/smokeping-speedtest

tylerpace commented 1 year ago

If smokeping is reporting DNS data, but not ping data, then Issue #124 has a potential solution.

icehuntman commented 1 year ago

I'm also seeing the same problem described by OP. DNS Probe charts work fine but FPing charts are empty. The potential solution does not work for me.

gareth-c commented 1 year ago

Same issue, DNSProbe works and FPing stopped working in March, running on Synology NAS

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

xPLAYRZx commented 1 year ago

If smokeping is reporting DNS data, but not ping data, then Issue #124 has a potential solution.

Unfortunately, steps here didn't fix for me either.

icehuntman commented 1 year ago

Pulled a clean image today on my k3s raspberry cluster and it starting working again

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 1 year ago

This issue is locked due to inactivity