diff options
author | Niko Tyni <ntyni@iki.fi> | 2009-02-13 15:23:53 +0100 |
---|---|---|
committer | Niko Tyni <ntyni@iki.fi> | 2009-02-13 15:23:53 +0100 |
commit | 16f3a3e84d2c25073d7ac1c40bf42852421ef5cc (patch) | |
tree | 1c83fbf675f3c41e546657c0835bd8ec1a005d59 /lib/Smokeping | |
parent | 3c2ad106f30d111731d460b5274471d7cafe5cf8 (diff) | |
download | smokeping-16f3a3e84d2c25073d7ac1c40bf42852421ef5cc.tar.gz smokeping-16f3a3e84d2c25073d7ac1c40bf42852421ef5cc.tar.xz |
fix a typo in configuration example 4, spotted by Guglielmo Bondioni
Diffstat (limited to 'lib/Smokeping')
-rw-r--r-- | lib/Smokeping/Examples.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping/Examples.pm b/lib/Smokeping/Examples.pm index ce32e12..800fe30 100644 --- a/lib/Smokeping/Examples.pm +++ b/lib/Smokeping/Examples.pm @@ -441,7 +441,7 @@ binary = /usr/bin/curl step = 60 # a default for this target-specific variable -urlformat = http://%host/ +urlformat = http://%host%/ DOC probedoc => <<DOC, This example explains the difference between probe- and target-specific |