How-to group services in table view
If you have hosts like database hosts or switches showing a lot of services in Checkmk, there is a way to group the services in the table view.
LAST TESTED ON CHECKMK 2.3.0P1
Table of Contents
Step-by-step guide
Here you can add the regular expression of the grouped services. In this case, we want to group all Oracle Services starting with "ORA", by using the ORA.* regex:
.
Setup → General → Global settings → User interface → Grouping of services in table views
.
After saving the rule, the Service view of the host will be changed like that.
Checkmk will show only the ORA WARN/CRIT/UNKN/PEND Services outside the group. All the ORA OK Services will be displayed inside the group:
Related articles