Re: [smokeping-users] How many IPs can be handled by SmokePing?
With a modern computer should be in the 10 if not 100s of thousands. By default, SP only sends a burst of 20 ping every 5 minutes and they remains dormant. The most intensive part is responding to the web requests and the web network traffic. From: smokeping-users On Behalf Of Dmitry Zadorozhnyi Sent: Wednesday, August 8, 2018 3:14 AM To: smokeping-users@lists.oetiker.ch Subject: [smokeping-users] How many IPs can be handled by SmokePing? Hello All, Is there a statistic on how many IPs can be handled by SmokePing? How much CPU and memory is required for particular amount (e.g. 1000 IPs)? Thank you for any help! Dmitriy ___ smokeping-users mailing list smokeping-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
[smokeping-users] Use WinSCP to modify Targets file
Wondering what's the easiest way to modify SmokePing Targets file from Windows? I was thinking of WinSCP. But it appears I can't issue sudo so I can't save the file. Any suggestions? ___ smokeping-users mailing list smokeping-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
Re: [smokeping-users] apt-get install smokeping not working
Marc thanks for the reply. Apparently this is a common problem. If one Googles the error there are many hits indicating other are having the same problem. -Original Message- From: Marc Haber [mailto:mh+smokeping-us...@zugschlus.de] Sent: Wednesday, April 12, 2017 10:57 PM To: Doug Spindler Cc: smokeping-users@lists.oetiker.ch Subject: Re: [smokeping-users] apt-get install smokeping not working On Wed, Apr 12, 2017 at 09:45:10PM -0700, Doug Spindler wrote: > Attempting to install Smokeping on a new install of Ubuntu 16.04. > > > > Entering sudo apt-get install smokeping -y > > I received an error E: > > Unable to locate package s > > > > After running apt-get update I get the following error > > E: Invalid operation Smokeping That looks like an issue with your package manager. While the command lines you pasted look correct, the error messages look like other comamnd lines were actually entered. Please cut and paste directly from your shell. You might get better response on a support medium specific to your distribution, your issue happened well before the first line of smokeping code arrived on your system. Greetings Marc -- - Marc Haber | "I don't trust Computers. They | Mailadresse im Header Leimen, Germany| lose things."Winona Ryder | Fon: *49 6224 1600402 Nordisch by Nature | How to make an American Quilt | Fax: *49 6224 1600421 ___ smokeping-users mailing list smokeping-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
[smokeping-users] apt-get install smokeping not working
Attempting to install Smokeping on a new install of Ubuntu 16.04. Entering sudo apt-get install smokeping -y I received an error E: Unable to locate package s After running apt-get update I get the following error E: Invalid operation Smokeping I have Internet access and can ping 8.8.8.8 and google.com Following the instructions at https://normally.online/2015/06/04/step-by-step-guide-to-installing-smokepin g-on-ubuntu-14-04-lts/ and at https://www.howtoinstall.co/en/ubuntu/xenial/smokeping Any assistance would be appreciated. Thanks ___ smokeping-users mailing list smokeping-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
[smokeping-users] Are the config files for the Demo site available to view?
Are the Demo http://oss.oetiker.ch/smokeping-demo/?target=Customers config files available for viewing? Thanks Doug Spindler ___ smokeping-users mailing list smokeping-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
[smokeping-users] SmokePing IPv6/FPing6 not displaying any results or error
I'm trying to configure SmokePing to plot IPvt4 and IPv6 response times. I have a default install of SmokePing on Ubuntu server. The IPv4 part is working fine. Here's what I've done so far. FPing6 to the Probes file, see below for file contents. Tested FPing6 ::1 from a commend line. Received a response of ::1 is alive (So I'm thinking this part is working.) I then modified the Targets file adding the IPv6 section, + LocalIPv6. This created the graph, but no data. But then I was thinking what activates the FPing6 so I added it as a probe at towards the top of the Targets file. (Contents of Targets file is below.) Now when I restart SmokePing I'm getting an error the probe variable already exists. What am I doing wrong? Do I need multiple Targets files, one for each probe? If so where do I declare the name of each Targets file? Would appreciate any assistance. Thanks, Doug Spindler *** Probes *** + FPing binary = /usr/bin/fping + FPing6 binary = /usr/bin/fping6 *** Targets *** probe = FPing probe = FPing6 menu = Top title = Network Latency Grapher remark = Welcome to the SmokePing website of xxx Company. \ Here you will learn all about the latency of our network. + Local menu = Local title = Local Area Network #parents = owner:/Test/James location:/ ++ LocalMachine menu = Local Machine title = This host host = localhost #alerts = someloss + LocalIPv6 menu = Local IPv6 title = Local IPv6 Test::1 host = ::1 + LocalIPv4 menu = Local IPv4 title = Local IPv4 Test 127.0.0.1 host = 127.0.0.1 ___ smokeping-users mailing list smokeping-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
[smokeping-users] SmokePing to IPv6 hosts
Just getting started with SmokePing. I my Targets files and am plotting response times to IPv4 hosts. I'd like to do the same for IPv6 hosts and could use a little assistance. In reading the documentation it looks like I need to mod the Probes. The default contents of the Probes file is + FPing binary = /usr/bin/fping I'm thinking I have to add the following lines to Probes. + FPing6 binary = /usr/bin/fping And then modify the target's file with something like ++ IPv6 Hosts menu = IPv6 host 1 title = IPv6 host 1 host = FE80::1 Am I missing anything else? Thanks, Doug Spindler ___ smokeping-users mailing list smokeping-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users