From 2e9eca8ed3c4893d6bb29cb96a8f805997710953 Mon Sep 17 00:00:00 2001 From: "hadaq@countinghouse" Date: Thu, 28 Aug 2014 17:19:25 +0200 Subject: [PATCH] status --- hmon/hmon_nxyter_status.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hmon/hmon_nxyter_status.pl b/hmon/hmon_nxyter_status.pl index ef54cc5..f745265 100755 --- a/hmon/hmon_nxyter_status.pl +++ b/hmon/hmon_nxyter_status.pl @@ -94,7 +94,7 @@ while (1) { $shorttext = "${status_offline_ctr}/${status_receiver_ctr}/${status_validate_ctr}/${status_evtbuffer_ctr}/${status_reset_ctr}/$reset_busy_timeout_ctr"; $longtext = $longtext . "
${status_offline} -- ${status_reset} -- ${status_receiver} -- ${status_validate} -- ${status_evtbuffer} "; if ($reset_busy_timeout_ctr > $reset_timeout_threshold) { - $longtext = $longtext . "

------------ PRESS NxyterRescue BUTTON ----------------- " + $longtext = $longtext . "

------------ PRESS NxyterRescue BUTTON -----------------" ; } } else { $shorttext = "OK"; -- 2.43.0