diff options
author | Joachim Tingvold <joachim@tingvold.com> | 2015-04-02 23:37:38 +0200 |
---|---|---|
committer | root <root@einstein.tg15.gathering.org> | 2015-04-02 23:37:38 +0200 |
commit | 247524e087a9d44eba3cca6f5f2e50764027e45c (patch) | |
tree | 688b6df347c74391917ba3f0eaccc39bed9b7e7e /clients/fetch-cubemap-munin.sh | |
parent | a4fe4862c69d22ec8a2068bfc1f93a9d3d08d92e (diff) |
More changes. Lawl.
Diffstat (limited to 'clients/fetch-cubemap-munin.sh')
-rwxr-xr-x | clients/fetch-cubemap-munin.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/fetch-cubemap-munin.sh b/clients/fetch-cubemap-munin.sh index 7dc1526..2beb8bc 100755 --- a/clients/fetch-cubemap-munin.sh +++ b/clients/fetch-cubemap-munin.sh @@ -5,6 +5,6 @@ epoch_to=`date +%s` let "epoch_from = epoch_to - (60 * 60 * 24)" -wget -qO"/root/tgmanage/examples/tg15/streamstats/cubemap_maggie_detailed_-`date +%Y%m%d_%H%M`.png" "http://munin.tg15.gathering.org/munin-cgi/munin-cgi-graph/tg15.gathering.org/maggie.tg15.gathering.org/cubemap-pinpoint=$epoch_from,$epoch_to.png?&lower_limit=&upper_limit=&size_x=1280&size_y=720" -wget -qO"/root/tgmanage/examples/tg15/streamstats/cubemap_seamus_detailed_-`date +%Y%m%d_%H%M`.png" "http://munin.tg15.gathering.org/munin-cgi/munin-cgi-graph/tg15.gathering.org/seamus.tg15.gathering.org/cubemap-pinpoint=$epoch_from,$epoch_to.png?&lower_limit=&upper_limit=&size_x=1280&size_y=720" +wget -qO"/root/tgmanage/examples/tg15/streamstats/cubemap_maggie_detailed-`date +%Y%m%d-%H%M`.png" "http://munin.tg15.gathering.org/munin-cgi/munin-cgi-graph/tg15.gathering.org/maggie.tg15.gathering.org/cubemap-pinpoint=$epoch_from,$epoch_to.png?&lower_limit=&upper_limit=&size_x=1280&size_y=720" +wget -qO"/root/tgmanage/examples/tg15/streamstats/cubemap_seamus_detailed-`date +%Y%m%d-%H%M`.png" "http://munin.tg15.gathering.org/munin-cgi/munin-cgi-graph/tg15.gathering.org/seamus.tg15.gathering.org/cubemap-pinpoint=$epoch_from,$epoch_to.png?&lower_limit=&upper_limit=&size_x=1280&size_y=720" |