Hello again,<br><br>No sooner did I send this I figured out the issue... Arghh....<br><br>The probe (not listed below) had --head in the line....<br><br>Oh well, its working... On to the notification portion of the setup. :)
<br><br>Thanks <br><br><br><br><div><span class="gmail_quote">On 10/12/07, <b class="gmail_sendername">Mostro Mostro</b> <<a href="mailto:mostro713@gmail.com">mostro713@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello all,<br><br>I had my first introduction to Smokeping today. Very nice.. I still have a lot to read though.<br><br>My main objective is to monitor the bandwidth (out-of-band) of three high priority download servers.
<br>
<br>Two of the servers require authentication and the third is open if you have the direct path.<br><br>Anyway, I am able to download an 8MB test file from the two authenticated servers but not the third server.<br><br>Curl is just downloading the header. From the command line Curl defaults to downloading the entire file. From Smokeping it does not.
<br><br>Here is my config:<br><br>** PROBES **<br><br>+Curl<br>binary = /usr/bin/curl<br>forks = 5<br>offset = 50%<br>step = 120<br>pings = 3<br>timeout = 60<br>urlformat = http://%host%/ # mandatory<br><br><br>** TARGETS **
<br><br><br>## Authentication Required<br>+ SERVER1<br>menu = SERVER1<br>title = SERVER1<br>probe = Curl<br>host = xxx.xxx.xxx.xxx<br>urlformat = http://%host%/file.zip<br>extraargs = --user user:password<br><br><br>
## NO Authentication Required<br>
+ SERVER2<br>
menu = SERVER2<br>
title = SERVER2<br>
probe = Curl<br>
host = xxx.xxx.xxx.xxx<br>
urlformat = http://%host%/file.zip<br>
<br><br><br><br><br>[ --nodaemon output]<br><br>Here you will notice the first round first site just grabs the header info. The next site works as anticipated.<br><br> % Total % Received % Xferd Average Speed Time Time Time Current
<br> Dload Upload Total Spent Left Speed<br> 0 8975k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 % Total % Received % Xferd Average Speed Time Time Time Current
<br> Dload Upload Total Spent Left Speed<br> 0 8975k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 % Total % Received % Xferd Average Speed Time Time Time Current
<br> Dload Upload Total Spent Left Speed<br> 0 8975k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0<br> <br> 2 8975k 2 200k 0 0 277k 0 0:00:32 --:--:-- 0:00:32 324k % Total % Received % Xferd Average Speed Time Time Time Current
<br> Dload Upload Total Spent Left Speed<br> 0 8975k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0<br>100 8975k 100 8975k 0 0 399k 0 0:00:22 0:00:22 --:--:-- 454k
<br> % Total % Received % Xferd Average Speed Time Time Time Current<br> Dload Upload Total Spent Left Speed<br>100 8975k 100 8975k 0 0 346k 0 0:00:25 0:00:25 --:--:-- 333k
<br> % Total % Received % Xferd Average Speed Time Time Time Current<br> Dload Upload Total Spent Left Speed<br>100 8975k 100 8975k 0 0 459k 0 0:00:19 0:00:19 --:--:-- 456k
<br> % Total % Received % Xferd Average Speed Time Time Time Current<br> Dload Upload Total Spent Left Speed<br>100 8975k 100 8975k 0 0 297k 0 0:00:30 0:00:30 --:--:-- 378k
<br> % Total % Received % Xferd Average Speed Time Time Time Current<br> Dload Upload Total Spent Left Speed<br>100 8975k 100 8975k 0 0 396k 0 0:00:22 0:00:22 --:--:-- 350k
<br>100 8975k 100 8975k 0 0 549k 0 0:00:16 0:00:16 --:--:-- 753k<br> % Total % Received % Xferd Average Speed Time Time Time Current<br> Dload Upload Total Spent Left Speed
<br><br>Thanks in advance<br><br><br>
</blockquote></div><br>