From: Frédéric Péters Date: Sat, 18 Jul 2020 20:24:40 +0000 (+0200) Subject: templates: add vlabel to munin graphs X-Git-Tag: v2021~110 X-Git-Url: https://git.0d.be/?p=django-panik-nonstop.git;a=commitdiff_plain;h=b0026f4967d0d100d560c010c67468f7e0bdc2a8 templates: add vlabel to munin graphs --- diff --git a/nonstop/templates/nonstop/munin_tracks.txt b/nonstop/templates/nonstop/munin_tracks.txt index 015b4a4..b4b1a2c 100644 --- a/nonstop/templates/nonstop/munin_tracks.txt +++ b/nonstop/templates/nonstop/munin_tracks.txt @@ -3,6 +3,7 @@ multigraph nonstop_general graph_title Nonstop Tracks graph_category Nonstop +graph_vlabel count nonstop_general_total.label Total nonstop_general_active.label Active @@ -21,6 +22,7 @@ nonstop_percentages_langset.label (%language set) multigraph nonstop_{{zone.slug|cut:"-"}} graph_title Nonstop Tracks ({{zone.title|safe}}) graph_category Nonstop +graph_vlabel count nonstop_{{zone.slug|cut:"-"}}_total.label (total) nonstop_{{zone.slug|cut:"-"}}_instru.label (instru) nonstop_{{zone.slug|cut:"-"}}_cfwb.label (cfwb)