From 424f60b365e4f9436cf36d37322881b7b906931d Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Tue, 9 May 2023 09:52:03 +0200 Subject: [PATCH] add cephio --- iml_cephio.ini | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 iml_cephio.ini diff --git a/iml_cephio.ini b/iml_cephio.ini new file mode 100644 index 0000000..8323fc2 --- /dev/null +++ b/iml_cephio.ini @@ -0,0 +1,40 @@ +; ====================================================================== +; +; Ceph IO +; +; show cheph IO in a single graph +; +; ---------------------------------------------------------------------- +; 2023-05-09 <axel.hahn@unibe.ch> initial version +; ====================================================================== + + +; ---------------------------------------------------------------------- +; graph +; ---------------------------------------------------------------------- + +[cephio.graph] +check_command = "Ceph-IO" + + +[cephio.urlparams] +areaAlpha = "0.2" +; areaMode = "first" +areaMode = "all" +colorList = "6699aa,cc66dd" +; ^ ^ +; read write +lineWidth = "2" +min = "0" +yUnitSystem = "binary" + + +[cephio.metrics_filters] +write = "$service_name_template$.perfdata.cephio-write.value" +read = "$service_name_template$.perfdata.cephio-read.value" + + + +[cephio.functions] +write = "alias($metric$, 'Write [byte/s]')" +read = "alias($metric$, 'Read [byte/s]')" -- GitLab