[Support] Linuxserver.io - SmokePing


Recommended Posts

Thanks @CHBMB and @sparklyballs for resolving this.

 

Amazing how simple it seems in hindsight.

 

I guess it's one of the pitfalls of open source vs closed source.

 

 

Now I finally have some ammunition to take on my ISP regarding packet loss.

Edited by SauRoN
Link to comment
  • 5 months later...

Fixed cgi-bin to be smokeping, so it could find the location.

 

 

 

I dusted this off today and can't get connected to the webserver any longer.  When I attach to the docker it appears that everything is running. the log file appears clean.  

 

I just can get to: 

http://192.168.1.107:8080/cgi-bin/smokeping.cgi

 

I get a message

The requested URL /cgi-bin/smokeping.cgi was not found on this server.

 

If I just go http://192.168.1.107:8080 I get a message "it works"

 

Makes me think I've got something wrong in a config file somewhere.

 

Ideas?

 

thanks

david

Edited by lovingHDTV
updated
Link to comment
  • 4 months later...
  • 3 weeks later...
  • 1 year later...
  • 3 years later...

That is done in your Probes file.  The step and count control the frequency and quantity.  Be aware when you change the step or count you will have to delete the .rrd files associated with the probes you change as the database is governed by the time/count.

Link to comment

I am having a problem with my .rrd data going away, sometimes after a reboot.  I suspect that some part of the container is not pointed to the right place as I do not see a data directory in the smokeping folder on my cache drive.

 

image.thumb.png.8077519de2a4e2181dce5b18e6fef50a.png

 

My server is up 24/7 and all of my graphs should go back months.

image.thumb.png.13654868c534c15108bcd87cf392f22e.png

Link to comment
  • 4 months later...
Is it possible to assign a hostname to this Docker container via Unraid? Saw this question asked on the Github but solution was to set it via the Compose file. https://github.com/linuxserver/docker-smokeping/issues/96
 
EDIT: Solved - had to enable 'Advanced View', then add the following in Extra Parameters: 
--hostname="DESIRED_HOSTNAME"

 


Out of interest why did you want this?


Sent from my iPhone using Tapatalk Pro
Link to comment
  • 2 months later...
On 1/28/2024 at 8:05 AM, ChrisW1337 said:

 

How did you manage to get multiple ping into one graph.
I cant find neither Info nor example to get e.g. 192.168.1.1 and 192.168.1.2 into ONE graph.
FPing says it cant resolve the Hostname "192.168.1.1 192.168.1.2".... ?

 

another example:
https://smokeping.oetiker.ch/?target=multi

 

 

So, the magic is in the Targets file... You build the following it paths to the queries you want to include in the multigraph like so...

++ MultiHostAPPings
menu = MultiHost AP ICMP
title = Consolidated AP Ping Responses
host = /Local/AP/AP1 /Local/AP/AP2 /Local/AP/AP4 /Local/AP/AP5

Link to comment
  • 3 weeks later...
On 2/5/2024 at 3:55 AM, mattw said:

So, the magic is in the Targets file... You build the following it paths to the queries you want to include in the multigraph like so...

++ MultiHostAPPings
menu = MultiHost AP ICMP
title = Consolidated AP Ping Responses
host = /Local/AP/AP1 /Local/AP/AP2 /Local/AP/AP4 /Local/AP/AP5

 

yes, thank you. but what is "/Local/AP/AP1"?
when my pings are for example:

 

+ Local

menu = Local
Title = Local


++ Switch1
menu = Switch1
title = Switch1
host = 192.168.2.3
++ Switch2
menu = Switch2
title = Switch2
host = 192.168.2.4
++ Switch3
menu = Switch3
title = Switch3
host = 192.168.2.5

i dont seem to have any path like this one "/Local/AP/AP1"

Link to comment
3 hours ago, ChrisW1337 said:

 

yes, thank you. but what is "/Local/AP/AP1"?
when my pings are for example:

 

+ Local

menu = Local
Title = Local


++ Switch1
menu = Switch1
title = Switch1
host = 192.168.2.3
++ Switch2
menu = Switch2
title = Switch2
host = 192.168.2.4
++ Switch3
menu = Switch3
title = Switch3
host = 192.168.2.5

i dont seem to have any path like this one "/Local/AP/AP1"

 

DUH - forget it - I see it now - thanks

 

host = Local/Switch1 Local/Switch2 ....

Link to comment
  • 1 month later...

Hi,

I've had smokeping running for several months, but something seems to have broken recently, and no pings are hitting the graphs (historical data is still visible).

 

The logs show:
 

ERROR: we did not get config from the master. Maybe we are not configured as a slave for any of the targets on the master ?
WARNING: No secret found for slave 8090ceb9b10d

 

I dont recall ever messing with a master/slave config, so I'm at a loss.  Anyone have any pointers for where I should investigate?

 

Many thanks!

Edited by mattyx
Changing quote to code for readability.
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.