From 39c0d3a9a4ae61d1c18b1a69cd01122d942da5dd Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 8 Feb 2013 17:05:43 +0100 Subject: [PATCH] tweak graph labels of munin plugin --- tools/checkfds.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/checkfds.sh b/tools/checkfds.sh index 38690394..59b64603 100755 --- a/tools/checkfds.sh +++ b/tools/checkfds.sh @@ -3,14 +3,15 @@ envnik=$(basename "${TILER_ENVIRONMENT}" .js) if test "$1" = "config"; then -echo "graph_title Tiler fd usage (${envnik})" +echo "graph_title fd usage (${envnik})" cat <<"EOM" -graph_vlabel tiler fds +graph_vlabel number of file descriptors +graph_category windshaft procs.label Number of tiler processes pgsql.label PostgreSQL connections (max) redis.label Redis connections (max) http.label Incoming http requests (max) -nfd.label Number of open file descriptors (max) +nfd.label Total file descriptors (max) EOM exit 0 fi