From 4dd760aa9a72d8961cbca559b3e4f24ec82c5e52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Thu, 27 Aug 2020 08:37:00 +0300 Subject: [PATCH] MXS-3131: Display monitor module in `show monitor` --- maxctrl/lib/show.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/maxctrl/lib/show.js b/maxctrl/lib/show.js index 996372504..f230b494b 100644 --- a/maxctrl/lib/show.js +++ b/maxctrl/lib/show.js @@ -145,6 +145,11 @@ const monitor_fields = [ path: 'id', description: 'Monitor name' }, + { + name: 'Module', + path: 'attributes.module', + description: 'Monitor module' + }, { name: 'State', path: 'attributes.state',