From 272d7ebdae4f7176ec2fbb07adfb3ae9aedfb823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20K=C3=A4stle?= <12514511+RincewindsHat@users.noreply.github.com> Date: Thu, 4 Jun 2026 23:58:33 +0200 Subject: [PATCH] check_real: implement ok summary --- plugins/check_real.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/check_real.c b/plugins/check_real.c index b415578f..0dd649e1 100644 --- a/plugins/check_real.c +++ b/plugins/check_real.c @@ -83,6 +83,9 @@ int main(int argc, char **argv) { time(&start_time); mp_check overall = mp_check_init(); + + mp_set_ok_summary(&overall, "REAL check is OK"); + mp_subcheck sc_connect = mp_subcheck_init(); /* try to connect to the host at the given port number */