diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-07-04 00:22:05 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-07-04 00:22:05 +0200 |
commit | 6c3d9be08286f6bf6b21bfb7e4f8ee77900025df (patch) | |
tree | 7b48fd4513c681c042fee5541d8c135029e78296 | |
parent | f3a0711e88ccf8e43773dc41518b3dbbc2b87a32 (diff) | |
download | smokeping-6c3d9be08286f6bf6b21bfb7e4f8ee77900025df.tar.gz smokeping-6c3d9be08286f6bf6b21bfb7e4f8ee77900025df.tar.xz |
backslash after LinuUp
-rw-r--r-- | lib/Smokeping.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm index 15eb126..6df240b 100644 --- a/lib/Smokeping.pm +++ b/lib/Smokeping.pm @@ -848,7 +848,7 @@ sub get_detail ($$$$){ my $cdir=$cfg->{General}{datadir}."/".(join "/", @dirs)."/"; if (-f "$cdir/${file}.adr") { @upsmoke = (); - @upargs = ('COMMENT:Link Up${BS}: ', + @upargs = ("COMMENT:Link Up${BS}: ", "DEF:uptime=${rrd}:uptime:AVERAGE", "CDEF:duptime=uptime,86400,/", 'GPRINT:duptime:LAST: %0.1lf days ('); |