Werk #12701: Add four columns to livestatus for Robotmk

Component Livestatus
Title Add four columns to livestatus for Robotmk
Date Dec 15, 2021
Checkmk Edition Checkmk Raw (CRE)
Checkmk Version 2.1.0b1
Level Trivial Change
Class New Feature
Compatibility Compatible - no manual interaction needed

Add four columns to the services table in order to read Robotmk logs. The columns are

  • robotmk_last_log, the file content of the Robotmk log;
  • robotmk_last_log_gz, the gzipped file content of the Robotmk log;
  • robotmk_last_error_log, the file content of the Robotmk error log;
  • robotmk_last_error_log_gz, the gzipped file content of the Robotmk error log.

The columns return the content of the files or the empty string if they are not present.

To the list of all Werks