1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 14:16:00 +00:00
This commit is contained in:
Marc SCHAEFER 2019-08-11 11:12:24 +02:00 committed by Lars Kruse
parent 5a3e66beef
commit 154ffc100b
2 changed files with 2 additions and 2 deletions

View file

@ -8,4 +8,4 @@ Tested on Debian buster and Debian jessie.
See the individual files for copyright and installation/configuration See the individual files for copyright and installation/configuration
information. information.
This is version 1.2 by schaefer@alphanet.ch This is version 1.3 by schaefer@alphanet.ch

View file

@ -69,7 +69,7 @@ EOF
cat <<EOF cat <<EOF
mem_usage_${g}.label ${n}: Mem usage mem_usage_${g}.label ${n}: Mem usage
mem_usage_${g}.type GAUGE mem_usage_${g}.type GAUGE
<<EOF EOF
if [ "$areastack" = "true" ]; then if [ "$areastack" = "true" ]; then
echo "mem_usage_${g}.draw AREASTACK" echo "mem_usage_${g}.draw AREASTACK"
fi fi