Working with Host and Service Groups in Checkmk

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025

ความคิดเห็น • 2

  • @ScottVieth
    @ScottVieth ปีที่แล้ว

    In the service field where you entered "CPU", is it possible to use RegEx there to catch a larger swath of services?

    • @checkmk-channel
      @checkmk-channel  ปีที่แล้ว

      Hi Scott, yes it is possible.
      Specify a list of service patterns this rule shall apply to. The patterns must match the beginning of the service in question. Adding a $ to the end forces an excact match. Pattern use regular expressions. A .* will match an arbitrary text. The text entered here is handled as a regular expression pattern. The pattern is matched from the beginning. Add a tailing $ to change it to a whole text match. The match is performed case sensitive. Read more about regular expression matching in Checkmk in our user guide. You may paste a text from your clipboard which contains several parts separated by ";" characters into the last input field. The text will then be split by these separators and the single parts are added into dedicated input fields.