Monitoring Network Latency With Smokeping (Ubuntu 9.04) - Page 2
3.2 Advanced ExampleUntil now, we are only pinging servers, but it would be good if we could do some other tests as well (e.g. measure how fast a DNS server resolves a domain or measure HTTP latency). Therefore we open /etc/smokeping/config.d/Probes and add the following section. vi /etc/smokeping/config.d/Probes
As you see, we've now added tests for DNS (the lookup line should contain a domain/hostname that you'd like the name servers (that we still have to configure in Smokeping) to look up) and HTTP / FTP (using Curl). Now at the end of /etc/smokeping/config.d/Targets, we can add the name servers / HTTP servers / FTP servers we'd like to monitor (you can enable/disable tests by uncommenting them/commenting them out): vi /etc/smokeping/config.d/Targets
As you see, we are monitoring the name servers ns1.example.com and ns2.example.com using the DNS probe we've configured in /etc/smokeping/config.d/Probes. We are also measuring the HTTP latency of server1.example.com and server2.example.com by using the Curl probe. If you like, you can also measure FTP latency using the Curl probe, but make sure that you specify a new urlformat for the FTP section (the default, urlformat = http://%host%/, is configured in /etc/smokeping/config.d/Probes; for FTP it should be urlformat = ftp://%host%/). Restart Smokeping after your changes: /etc/init.d/smokeping restart After a few minutes, you should see some data for your new tests in the Smokeping web interface (http://www.example.com/cgi-bin/smokeping.cgi): You can read up on the Smokeping configuration and further configuration examples here: http://oss.oetiker.ch/smokeping/doc/smokeping_examples.en.html
4 DebuggingIf you think that Smokeping isn't working as expected, you can try to find the problem by running Smokeping in debug mode: /etc/init.d/smokeping stop
5 Links
|







Recent comments
1 day 3 hours ago
1 day 6 hours ago
1 day 18 hours ago
1 day 20 hours ago
2 days 56 min ago
2 days 7 hours ago
2 days 16 hours ago
2 days 18 hours ago
3 days 2 hours ago
3 days 3 hours ago