From ef23180adc2ee286a8be73c7f84191452aadd887 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Tue, 10 May 2016 11:47:33 +0200 Subject: [PATCH] Decrease length of hostid v2 as hostname is stored already --- include/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions b/include/functions index cab64222..aeb5a221 100644 --- a/include/functions +++ b/include/functions @@ -836,7 +836,7 @@ fi LogText "Hash (hostname): ${HASH_HOSTNAME}" LogText "Hash (ssh): ${HASH_SSH}" - Report "hostid2=${HASH_HOSTNAME}-${HASH_SSH}" + Report "hostid2=${HASH_SSH}" fi fi