-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
[BUG] No Chart Data #143
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
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. |
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 |
If smokeping is reporting DNS data, but not ping data, then Issue #124 has a potential solution. |
I'm also seeing the same problem described by OP. DNS Probe charts work fine but FPing charts are empty. |
Same issue, DNSProbe works and FPing stopped working in March, running on Synology NAS |
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. |
Unfortunately, steps here didn't fix for me either. |
Pulled a clean image today on my k3s raspberry cluster and it starting working again |
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. |
This issue is locked due to inactivity |
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:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /path/to/smokeping/config:/config
- /path/to/smokeping/data:/data
ports:
- 80:80
restart: unless-stopped
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.
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: