1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-08-09 07:24:06 +00:00

unfiy labels

This commit is contained in:
Michael Grote 2023-03-02 23:16:48 +01:00
parent b81467effd
commit 1370bcdb43
2 changed files with 8 additions and 6 deletions

View file

@ -72,7 +72,7 @@ fi
if [ "$1" = "config" ]; then
# setze optionen
echo "multigraph production_total"
echo "graph_title Production Total - SN: $SLRM_DEVICE_SN"
echo "graph_title Total Yield- SN: $SLRM_DEVICE_SN"
echo "graph_vlabel kWh"
echo "graph_category sensors"
echo "graph_args -l 0"
@ -83,7 +83,7 @@ if [ "$1" = "config" ]; then
echo "total_inverter.draw AREA"
echo "multigraph production_daily"
echo "graph_title Production Daily - SN: $SLRM_DEVICE_SN"
echo "graph_title Daily Yield- SN: $SLRM_DEVICE_SN"
echo "graph_vlabel kWh"
echo "graph_category sensors"
echo "graph_args -l 0"