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',