diff options
author | Ole Mathias Heggem <olemathias.aa.heggem@gmail.com> | 2023-01-21 19:07:38 +0100 |
---|---|---|
committer | Ole Mathias Heggem <olemathias.aa.heggem@gmail.com> | 2023-01-21 19:07:38 +0100 |
commit | 709c78569b26677624e60588fa1166dc659ac93c (patch) | |
tree | 2bd5555af31b637d03693b8563fb24b41bf1f22b /clients/fetch-cubemap-munin.sh | |
parent | f5da0d943401e527f5162e9c6344deb65b19b045 (diff) |
chore: cleanup repo
Diffstat (limited to 'clients/fetch-cubemap-munin.sh')
-rwxr-xr-x | clients/fetch-cubemap-munin.sh | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/clients/fetch-cubemap-munin.sh b/clients/fetch-cubemap-munin.sh deleted file mode 100755 index 0cc62e2..0000000 --- a/clients/fetch-cubemap-munin.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash -tgyear="tg16" -reflector1="finn" -reflector2="rey" - -if [ $# -eq 0 ]; then - epoch_to=`date +%s` - epoch_date="`date +%Y%m%d-%H%M`" -else - epoch_to=`date --date "$1" +%s` - epoch_date="`date --date \"$1\" +%Y%m%d-%H%M`" -fi -let "epoch_from = epoch_to - (60 * 60 * 24)" - -wget -qO"/root/tgmanage/examples/$tgyear/streams/streamstats/cubemap_${reflector1}_detailed-$epoch_date.png" "http://munin.$tgyear.gathering.org/munin-cgi/munin-cgi-graph/$tgyear.gathering.org/${reflector1}.$tgyear.gathering.org/cubemap-pinpoint=$epoch_from,$epoch_to.png?&lower_limit=&upper_limit=&size_x=1280&size_y=720" -wget -qO"/root/tgmanage/examples/$tgyear/streams/streamstats/cubemap_${reflector2}_detailed-$epoch_date.png" "http://munin.$tgyear.gathering.org/munin-cgi/munin-cgi-graph/$tgyear.gathering.org/${reflector2}.$tgyear.gathering.org/cubemap-pinpoint=$epoch_from,$epoch_to.png?&lower_limit=&upper_limit=&size_x=1280&size_y=720" - |