summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xhosts-state2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts-state b/hosts-state
index 6b405aa..acf7552 100755
--- a/hosts-state
+++ b/hosts-state
@@ -57,7 +57,7 @@ while(<$reports>) {
}
#host[tab]service[tab]status[tab]message[newline]
- print("$short_host\tBcfg2\t$status\t$msg | $perf\n\x17");
+ print("$host\tBcfg2\t$status\t$msg | $perf\n\x17");
}
if ($summary->{bad} > 0) {