From 5d776423104b872d0afbea8b0f7399c9784ec26c Mon Sep 17 00:00:00 2001 From: hahn <axel.hahn@iml.unibe.ch> Date: Wed, 19 Jun 2019 10:59:22 +0200 Subject: [PATCH] shorten label texts in appmonitor tiles --- public_html/appmonitor/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public_html/appmonitor/index.php b/public_html/appmonitor/index.php index 7c331e49..30ed321a 100644 --- a/public_html/appmonitor/index.php +++ b/public_html/appmonitor/index.php @@ -273,7 +273,7 @@ $oMonitor->addCheck( $oMonitor->addCheck( array( "name" => "plugin Load", - "description" => "check current load", + "description" => "current load", "check" => array( "function" => "Loadmeter", "params" => array( @@ -287,7 +287,7 @@ $oMonitor->addCheck( $oMonitor->addCheck( array( "name" => "plugin ApacheProcesses", - "description" => "check count running Apache processes", + "description" => "Apache processes", "check" => array( "function" => "ApacheProcesses", "params" => array( -- GitLab