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

[BUG] No Chart Data #143

Closed
1 task done
Maynardnaze opened this issue Mar 10, 2023 · 11 comments
Closed
1 task done

[BUG] No Chart Data #143

Maynardnaze opened this issue Mar 10, 2023 · 11 comments

Comments

@Maynardnaze
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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

- 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
Copy link

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
Copy link

github-actions bot commented Apr 9, 2023

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
Copy link

xPLAYRZx commented Apr 10, 2023

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
Copy link

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

@icehuntman
Copy link

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
Copy link

gareth-c commented May 21, 2023

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

@github-actions
Copy link

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
Copy link

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
Copy link

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

@github-actions
Copy link

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.

@LinuxServer-CI LinuxServer-CI closed this as not planned Won't fix, can't repro, duplicate, stale Sep 23, 2023
@github-actions
Copy link

This issue is locked due to inactivity

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

6 participants