diff options
author | Danijel Tasov <m@rbfh.de> | 2023-10-04 10:21:41 +0200 |
---|---|---|
committer | Danijel Tasov <m@rbfh.de> | 2023-10-04 10:21:41 +0200 |
commit | 396bcf50ce23fc34d14e4ef8fb6d9843b977f95c (patch) | |
tree | 437f30f5fadb39e8d5692b425ff4a27e3ad98b1a /plugins-root/check_icmp.c | |
parent | a0eb21988917f81a369208872c92465785ee866f (diff) | |
download | monitoring-plugins-396bcf50ce23fc34d14e4ef8fb6d9843b977f95c.tar.gz |
adjust check_icmp tests
Diffstat (limited to 'plugins-root/check_icmp.c')
-rw-r--r-- | plugins-root/check_icmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c index f7e091af..a9a24ee8 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) |