Projet

Général

Profil

Révision 0d593014

ID0d593014b4baf33c5c12b88cbac83df4b49fccf2
Parent e91f7ecb
Enfant 89003f01

Ajouté par Lars Kruse il y a plus de 6 ans

Plugin lxc: fix printing of "${graph_period}"

This specific text token ("${graph_period}") is interpreted by munin and
should not be interpreted by the shell. Thus it needs to be escaped.

Voir les différences:

plugins/lxc/lxc-multigraph
257 257
multigraph lxc_net
258 258
graph_title Network traffic
259 259
graph_args --base 1000
260
graph_vlabel bits in (-) / out (+) per ${graph_period}
260
graph_vlabel bits in (-) / out (+) per \${graph_period}
261 261
graph_category lxc
262 262
graph_info This graph shows the traffic of active LXC containers.
263 263
EOF

Formats disponibles : Unified diff