summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Smoogen <smooge@redhat.com>2017-02-15 21:05:59 +0000
committerStephen Smoogen <smooge@redhat.com>2017-02-15 21:05:59 +0000
commit0ab3517a448b52000cceb72a9898ea25ede2d933 (patch)
tree1344e354f3fb1032eea4d94c4269ed93e0420c89
parent5642f3950586887bbe12be1e66caa20b375a9912 (diff)
downloadansible-0ab3517a448b52000cceb72a9898ea25ede2d933.tar.gz
ansible-0ab3517a448b52000cceb72a9898ea25ede2d933.tar.xz
ansible-0ab3517a448b52000cceb72a9898ea25ede2d933.zip
more problems with pasting
-rw-r--r--roles/web-data-analysis/files/hotspot.gp6
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/web-data-analysis/files/hotspot.gp b/roles/web-data-analysis/files/hotspot.gp
index dc17471de..78e45d2fd 100644
--- a/roles/web-data-analysis/files/hotspot.gp
+++ b/roles/web-data-analysis/files/hotspot.gp
@@ -19,7 +19,7 @@ unset output
set output "/var/www/html/csv-reports/images/hotspot-all-ma.png"
set title "Moving Average of IPs grabbing hotspot"
plot ["2014-12-01":"2017-12-31"] \
- '/var/www/html/csv-reports/hotspot/hotspotdatadata-all-7day-ma.csv' using 1:2 title 'Average every 5min' with lines lw 4, \
- '/var/www/html/csv-reports/hotspot/hotspotdatadata-all-7day-ma.csv' using 1:3 title 'Least 5min' with lines lw 4, \
- '/var/www/html/csv-reports/hotspot/hotspotdatadata-all-7day-ma.csv' using 1:4 title 'Max 5min' with lines lw 4
+ '/var/www/html/csv-reports/hotspot/hotspotdata-all-7day-ma.csv' using 1:2 title 'Average every 5min' with lines lw 4, \
+ '/var/www/html/csv-reports/hotspot/hotspotdata-all-7day-ma.csv' using 1:3 title 'Least 5min' with lines lw 4, \
+ '/var/www/html/csv-reports/hotspot/hotspotdata-all-7day-ma.csv' using 1:4 title 'Max 5min' with lines lw 4
unset output