diff options
Diffstat (limited to 'qa/views/NoSuchHost')
-rw-r--r-- | qa/views/NoSuchHost | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qa/views/NoSuchHost b/qa/views/NoSuchHost new file mode 100644 index 0000000..2d9c6ad --- /dev/null +++ b/qa/views/NoSuchHost @@ -0,0 +1,6 @@ +#kmchart +version 1 + +chart title "IOPS over all Disks [%h]" style stacking + plot legend "Reads" color #ffff00 host no.such.host metric disk.all.read + plot legend "Writes" color #ee82ee host no.such.host metric disk.all.write |