fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

8.8K
active users

#smokeping

0 posts0 participants0 posts today
Alex Kretzschmar<p>Cloudflare oopsie just now</p><p><a href="https://techhub.social/tags/smokeping" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>smokeping</span></a></p>
OSTechNix<p>How to Measure and Monitor Network Latency in Linux Using ping, mtr, and smokeping <a href="https://floss.social/tags/network" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>network</span></a> <a href="https://floss.social/tags/ping" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ping</span></a> <a href="https://floss.social/tags/mtr" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mtr</span></a> <a href="https://floss.social/tags/smokeping" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>smokeping</span></a> <a href="https://floss.social/tags/linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linux</span></a> <a href="https://floss.social/tags/linuxnetworking" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linuxnetworking</span></a> <a href="https://floss.social/tags/troubleshooting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>troubleshooting</span></a> <a href="https://floss.social/tags/commandline" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commandline</span></a> <br><a href="https://ostechnix.com/monitor-network-latency-linux-ping-mtr-smokeping/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">ostechnix.com/monitor-network-</span><span class="invisible">latency-linux-ping-mtr-smokeping/</span></a></p>
Melroy van den Berg<p><span class="h-card" translate="no"><a href="https://fosstodon.org/@dillo" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>dillo</span></a></span> I got it running here now: <a href="https://smokeping.melroy.org/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">smokeping.melroy.org/</span><span class="invisible"></span></a></p><p>I just setup it up. Although I'm also running Grafana (Like: <a href="https://stats.melroy.org/public-dashboards/f628b3a1abe5417fa9549c0a210c953d?orgId=1&amp;refresh=5m" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">stats.melroy.org/public-dashbo</span><span class="invisible">ards/f628b3a1abe5417fa9549c0a210c953d?orgId=1&amp;refresh=5m</span></a>)</p><p>Smokeping has its own web interface. It should be feasible to create fping with influxdb/Prometheus and create graphs in Grafana as well. But for now I just setuped <a href="https://smokeping.melroy.org/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">smokeping.melroy.org/</span><span class="invisible"></span></a></p><p><a href="https://mastodon.melroy.org/tags/smokeping" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>smokeping</span></a> <a href="https://mastodon.melroy.org/tags/ping" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ping</span></a> <a href="https://mastodon.melroy.org/tags/fping" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>fping</span></a> <a href="https://mastodon.melroy.org/tags/opensource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>opensource</span></a></p>
Melroy van den Berg<p><span class="h-card" translate="no"><a href="https://fosstodon.org/@dillo" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>dillo</span></a></span> I there. There is another tool, which I like even more. It's called <a href="https://mastodon.melroy.org/tags/fping" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>fping</span></a> and <a href="https://mastodon.melroy.org/tags/smokeping" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>smokeping</span></a> <a href="https://github.com/oetiker/SmokePing" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/oetiker/SmokePing</span><span class="invisible"></span></a>. And they just released a new version v2.9.0: <a href="https://oss.oetiker.ch/smokeping/pub/smokeping-2.9.0.tar.gz" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">oss.oetiker.ch/smokeping/pub/s</span><span class="invisible">mokeping-2.9.0.tar.gz</span></a>. Smokeping is using <code>fping</code> under the hood. You can also run fping solo.</p><p>Anyhow, here are my results of just the ping command:</p><pre><code>--- google.com ping statistics ---<br>100 packets transmitted, 100 received, 0% packet loss, time 20287ms<br>rtt min/avg/max/mdev = 6.139/7.144/8.523/0.586 ms<br></code></pre>
Perry<p>More progress on the <a href="https://infosec.exchange/tags/homelab" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>homelab</span></a> renovation.. mostly software-related at the moment though. Managed to get <a href="https://infosec.exchange/tags/nomad" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nomad</span></a> to correctly mount the NFS volumes I needed for <a href="https://infosec.exchange/tags/smokeping" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>smokeping</span></a> and <a href="https://infosec.exchange/tags/mariadb" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mariadb</span></a>, and figured out how template files work for simple config files being passed in to containers.</p><p>I'm currently using my old <a href="https://infosec.exchange/tags/unraid" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>unraid</span></a> server as the storage backend.. but I'll most likely still be upgrading to a new unraid server soon so what I setup now can easily be translated to the next server. Once I have everything transferred I'll setup a backup task across the storage on unraid so that I have all application states protected.</p><p>Last thing to figure out is the load balancing for my services. I want them all accessible via IP/port on my LAN and by service under <a href="https://infosec.exchange/tags/tailscale" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tailscale</span></a>. Not sure how this will all fit together - I probably need a dedicated box for the LB.. maybe just a simple <a href="https://infosec.exchange/tags/nginx" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nginx</span></a> proxy with <a href="https://infosec.exchange/tags/consul" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>consul</span></a> configuration so that it's somewhat dynamic. Would love to get feedback on this, and if you know of a simpler/better way!</p>
BoxyBSD<p>You can now find some <a href="https://mastodon.bsd.cafe/tags/smokeping" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>smokeping</span></a> graph on <a href="https://mastodon.bsd.cafe/tags/BoxyBSD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>BoxyBSD</span></a>'s status page: <a href="https://boxybsd.com/status/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">boxybsd.com/status/</span><span class="invisible"></span></a></p><p>Do you miss any destination? Let us know!</p>
gyptazyJust added some <a href="https://gyptazy.ch/snac?t=smokeping" class="mention hashtag" rel="nofollow noopener" target="_blank">#smokeping</a> graphs to <a href="https://gyptazy.ch/snac?t=boxybsd" class="mention hashtag" rel="nofollow noopener" target="_blank">#BoxyBSD</a> - you can find them right here: <a href="https://boxybsd.com/status/" rel="nofollow noopener" target="_blank">https://boxybsd.com/status/</a><br><br>Any desired destinations missing? Let me know!<br>
zl2tod<p>One ring to rule them all<br><a href="https://mastodon.online/tags/RRDTool" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RRDTool</span></a> <a href="https://mastodon.online/tags/Munin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Munin</span></a> <a href="https://mastodon.online/tags/MRTG" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MRTG</span></a> <a href="https://mastodon.online/tags/SmokePing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SmokePing</span></a></p>
Marko Jahnke<p>I have more than enough technical hobby projects, and <a href="https://bonn.social/tags/HomeAutomation" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HomeAutomation</span></a> runs flawlessly with <a href="https://bonn.social/tags/HomeMatic" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HomeMatic</span></a>/ <a href="https://bonn.social/tags/RaspberryMatic" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RaspberryMatic</span></a> and <a href="https://bonn.social/tags/CUxD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CUxD</span></a>.</p><p>But taking a look at <a href="https://bonn.social/tags/HomeAssistant" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HomeAssistant</span></a> as an umbrella front-end is definitively worthwhile. Tons of supported 3rd party systems and protocols, a flexible modern GUI, and a resource efficient <a href="https://bonn.social/tags/docker" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>docker</span></a> container are only a few advantages. Also helps to retire some obsolete services like, e.g. <a href="https://bonn.social/tags/SmokePing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SmokePing</span></a>. </p><p><a href="https://github.com/home-assistant/docker" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/home-assistant/dock</span><span class="invisible">er</span></a></p>
Marud :mastodont_v2:<p><span>J'ai installé un </span><a href="https://social.marud.fr/tags/smokeping" rel="nofollow noopener" target="_blank">#smokeping</a><span> sur un raspberry pour en faire un outil d'analyse portable.<br><br>J'aimerais pouvoir avoir une vue de nom d'hôte sur les graphs, là où il y a juste un nombre. On peut voir dans le preview du lien en bas quel est l'hôte, mais je voudrais que ça soit visible directement dans le titre. <br><br>J'ai cherché une variable d'hostname, mais j'ai pas trouvé...Des idées ?</span></p>
Baggypants<p>I love and hate <a href="https://mstdn.social/tags/smokeping" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>smokeping</span></a></p>
Perry<p>Awesome! Seems I've figured out most of <a href="https://infosec.exchange/tags/nomad" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nomad</span></a>'s networking quirks and have <a href="https://infosec.exchange/tags/smokeping" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>smokeping</span></a> running, finally..</p><p>Even managed to get NFS mounting configured over a CSI so I can host app data externally. All in <a href="https://infosec.exchange/tags/terraform" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>terraform</span></a>!</p>
Joost RuisUsing <a class="hashtag" href="https://mastodon.tech/tag/mocaccinoos" rel="nofollow noopener" target="_blank">#Mocaccinoos</a> as a <a class="hashtag" href="https://mastodon.tech/tag/headless" rel="nofollow noopener" target="_blank">#headless</a> server is really getting in shape. At least "it works on my pc" i must say!<br>After installing it on my old I3 PC I was able to remove all graphical stuff so it was down to a core system. Then after installing <a class="hashtag" href="https://mastodon.tech/tag/docker" rel="nofollow noopener" target="_blank">#docker</a> I installed <a class="hashtag" href="https://mastodon.tech/tag/portainer" rel="nofollow noopener" target="_blank">#Portainer</a> and added some stuff I wanted to use like <a class="hashtag" href="https://mastodon.tech/tag/plex" rel="nofollow noopener" target="_blank">#plex</a> and <a class="hashtag" href="https://mastodon.tech/tag/smokeping" rel="nofollow noopener" target="_blank">#smokeping</a> and even host <a class="hashtag" href="https://mastodon.tech/tag/valheim" rel="nofollow noopener" target="_blank">#valheim</a> on it for my gamer friends. The system has a minimal footprint and upgrading it is just 3 packages (layers that have everything bundled inside). You get the stability from <a class="hashtag" href="https://mastodon.tech/tag/gentoo" rel="nofollow noopener" target="_blank">#Gentoo</a> with minimal effort to maintain it!
James Devine<p>Deploying <a href="https://friends.devinemarsa.com/tags/smokeping" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>smokeping</span></a> now</p>
Yeri<p>Allow ping from USG <a href="https://yeri.be/allow-ping-from-usg" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="">yeri.be/allow-ping-from-usg</span><span class="invisible"></span></a> <a href="https://m.superuser.one/tags/Networking" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Networking</span></a> <a href="https://m.superuser.one/tags/smokeping" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>smokeping</span></a> <a href="https://m.superuser.one/tags/Software" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Software</span></a> <a href="https://m.superuser.one/tags/firewall" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>firewall</span></a> <a href="https://m.superuser.one/tags/ubiquiti" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ubiquiti</span></a> <a href="https://m.superuser.one/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a></p>
Andreas Sikkema<p>What is a modern replacement for <a href="https://chaos.social/tags/Smokeping" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Smokeping</span></a> or is there nothing better? Don’t need monsters like Zabbix or Prometheus, I just want some nice RTT/latency graphs for a handful of destinations. Was kind of looking for a <a href="https://chaos.social/tags/netdata" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>netdata</span></a> plug-in, but default <a href="https://chaos.social/tags/ubuntu" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ubuntu</span></a> package doesn’t allow for go plugins which is what I need apparently. Don’t really want to go outside of default Ubuntu…</p>
Rune 🇨🇦<p>Another quick entry in my series on how and what I <a href="https://social.intothecloud.net/tags/SelfHost" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SelfHost</span></a>: <a href="https://social.intothecloud.net/tags/Monitoring" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Monitoring</span></a></p><p><a href="https://social.intothecloud.net/tags/UptimeKuma" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>UptimeKuma</span></a> monitors and alarms all of the services and hosts I run, <a href="https://social.intothecloud.net/tags/HealthChecks" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HealthChecks</span></a>(.io) for monitoring and alarming cron jobs, and <a href="https://social.intothecloud.net/tags/SmokePing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SmokePing</span></a> for network monitoring (no alarming). I've used <a href="https://social.intothecloud.net/tags/Pushover" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Pushover</span></a> for years to deliver notifications to my phone, but I'm slowly switching things to <a href="https://social.intothecloud.net/tags/SelfHosted" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SelfHosted</span></a> <a href="https://social.intothecloud.net/tags/Gotify" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Gotify</span></a></p><p>With servers, laptops, and a ton of docker containers, I run network caches to be a good neighbour, and prevent duplicate requests to upstream repos when I'm doing updates, builds, or deployments. For Apt-based repositories, I use Apt-Cacher-NG, for Docker images (runs on swarm), I have a Docker Registry Mirror (runs on swarm), <a href="https://social.intothecloud.net/tags/DevPi" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DevPi</span></a> as a <a href="https://social.intothecloud.net/tags/PyPi" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PyPi</span></a> cache (on swarm), and I have Squid running on pfSense for the odd HTTP-cacheable content.</p><p>🏷️ <a href="https://social.intothecloud.net/tags/SelfHosting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SelfHosting</span></a></p>
Nick Buraglio<p>Back at the beginning of 2020 I spun up this <a href="https://dial.modem.show/tags/dns" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dns</span></a> anycast test “framework” <a href="http://dns.qosbox.com" rel="nofollow noopener" target="_blank"><span class="invisible">http://</span><span class="">dns.qosbox.com</span><span class="invisible"></span></a><br>Wondering if anyone in the <a href="https://dial.modem.show/tags/fediverse" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>fediverse</span></a> would like to cm tribute. It’s fairly low tech but it’s got several years of data at this point. If anyone is interested please reach out here!! </p><p><a href="https://dial.modem.show/tags/neteng" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>neteng</span></a> <a href="https://dial.modem.show/tags/ipv6" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ipv6</span></a> <a href="https://dial.modem.show/tags/internet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>internet</span></a> <a href="https://dial.modem.show/tags/smokeping" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>smokeping</span></a> <a href="https://dial.modem.show/tags/latency" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>latency</span></a></p>
Mark Gardner<p><span class="h-card"><a href="https://blogs.linux.pizza/" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>jselea</span></a></span> TIL <a href="https://mastodon.sdf.org/tags/OmniOS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OmniOS</span></a> Community Edition Association’s president is <span class="h-card"><a href="https://hachyderm.io/@oetiker" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>oetiker</span></a></span>, also developer of <a href="https://mastodon.sdf.org/tags/RRDtool" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RRDtool</span></a> and the <a href="https://mastodon.sdf.org/tags/Perl" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Perl</span></a> based <a href="https://mastodon.sdf.org/tags/MRTG" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MRTG</span></a> and <a href="https://mastodon.sdf.org/tags/SmokePing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SmokePing</span></a></p>
Yeri<p>I have a few devices running <a href="https://m.superuser.one/tags/Smokeping" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Smokeping</span></a> for fun and giggles. They are listed on <a href="https://smokeping.eu/" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="">smokeping.eu/</span><span class="invisible"></span></a>.</p>