tweak graph labels of munin plugin
This commit is contained in:
parent
6476b975d4
commit
39c0d3a9a4
@ -3,14 +3,15 @@
|
|||||||
envnik=$(basename "${TILER_ENVIRONMENT}" .js)
|
envnik=$(basename "${TILER_ENVIRONMENT}" .js)
|
||||||
|
|
||||||
if test "$1" = "config"; then
|
if test "$1" = "config"; then
|
||||||
echo "graph_title Tiler fd usage (${envnik})"
|
echo "graph_title fd usage (${envnik})"
|
||||||
cat <<"EOM"
|
cat <<"EOM"
|
||||||
graph_vlabel tiler fds
|
graph_vlabel number of file descriptors
|
||||||
|
graph_category windshaft
|
||||||
procs.label Number of tiler processes
|
procs.label Number of tiler processes
|
||||||
pgsql.label PostgreSQL connections (max)
|
pgsql.label PostgreSQL connections (max)
|
||||||
redis.label Redis connections (max)
|
redis.label Redis connections (max)
|
||||||
http.label Incoming http requests (max)
|
http.label Incoming http requests (max)
|
||||||
nfd.label Number of open file descriptors (max)
|
nfd.label Total file descriptors (max)
|
||||||
EOM
|
EOM
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user