Révision 0d593014
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.
| 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