summaryrefslogtreecommitdiffstats
path: root/plugins-root/check_icmp.c
diff options
context:
space:
mode:
authorDanijel Tasov <m@rbfh.de>2023-10-04 08:21:41 (GMT)
committerDanijel Tasov <m@rbfh.de>2023-10-04 08:21:41 (GMT)
commit396bcf50ce23fc34d14e4ef8fb6d9843b977f95c (patch)
tree437f30f5fadb39e8d5692b425ff4a27e3ad98b1a /plugins-root/check_icmp.c
parenta0eb21988917f81a369208872c92465785ee866f (diff)
downloadmonitoring-plugins-396bcf50ce23fc34d14e4ef8fb6d9843b977f95c.tar.gz
adjust check_icmp tests
Diffstat (limited to 'plugins-root/check_icmp.c')
-rw-r--r--plugins-root/check_icmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c
index f7e091a..a9a24ee 100644
--- a/plugins-root/check_icmp.c
+++ b/plugins-root/check_icmp.c
@@ -1404,7 +1404,7 @@ finish(int sig)
1404 } 1404 }
1405 } 1405 }
1406 else { /* !icmp_recv */ 1406 else { /* !icmp_recv */
1407 printf("%s ", host->name); 1407 printf("%s:", host->name);
1408 /* rta text output */ 1408 /* rta text output */
1409 if (rta_mode) { 1409 if (rta_mode) {
1410 if (status == STATE_OK) 1410 if (status == STATE_OK)