Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / plugins / lxc / lxc-multigraph @ f69587c2

Historique | Voir | Annoter | Télécharger (11,1 ko)

# Date Auteur Commentaire
f69587c2 2019-08-11 20:36 Lars Kruse

Plugin lxc: move to category "virtualization"

See http://guide.munin-monitoring.org/en/latest/reference/graph-category.html#well-known-categories

3f8ef105 2019-08-11 20:36 Lars Kruse

Plugin lxc: enable "set -eu" for better error handling

The code should be suitable for "exit-on-error" and "error-on-unset".

856572ad 2019-08-11 20:36 Lars Kruse

Plugin lxc: verify the availability of "lxc-ls"

Previously "autoconf" only verified, that /var/lib/lxc exists. But this
could be just a remainder of a formerly installed lxc package.

59cb851c 2019-08-11 20:36 Lars Kruse

Plugin lxc: add support for MUNIN_CAP_DIRTYCONFIG

f00f28cf 2019-08-11 20:36 Lars Kruse

Plugin lxc: use functions for top-level activities

This clarifies the flow of control and allows to use
MUNIN_CAP_DIRTYCONFIG later.

4356a024 2019-08-11 20:36 Lars Kruse

Plugin lxc: clarify name for function "active_guests"

Previously a variable and a function used the same name.
This was no problem, but it can cause confusion.

55b88187 2019-08-11 20:36 Lars Kruse

Plugin lxc: change the plugin from "bash" to "sh"

No more bashisms were left.

6bb47198 2019-08-11 20:36 Lars Kruse

Plugin lxc: separate function for title beautification

This avoids a bashism.

8b1d5376 2019-08-11 20:36 Lars Kruse

Plugin lxc: simplify interface of "lxc_cgroup" and rename function

33b2f3ed 2019-08-11 20:36 Lars Kruse

Plugin lxc: use comprehensible names for variables

8b955667 2019-08-11 20:36 Lars Kruse

Plugin lxc: fix handling of "excludes" parameter

Previously only the first item in the "excludes" environment variable
was really excluded.

199b4517 2019-08-11 20:36 Lars Kruse

Plugin lxc: use "grep -E" instead of "egrep"

46626b99 2019-08-11 20:36 Lars Kruse

Plugin lxc: simplify implementation of function "active_guests"

276e96c0 2019-08-11 20:36 Lars Kruse

Plugin lxc: remove ineffective "sort -u" from function "active_guests"

The output of "lxc-ls" is not line-splitted. Thus all active guests
are printed in a single line and "sort -u" (removal of non-unique
entries) had no effect.

6413375c 2019-08-11 20:36 Lars Kruse

Plugin lxc: simplify processing in function "active_guests"

9cdea3c3 2019-08-11 20:36 Lars Kruse

Plugin lxc: clarify variable names used in functions

da8a74fd 2019-08-11 20:36 Lars Kruse

Plugin lxc: omit output of "max" if the network interface speed is unknown

The "U" value is not defined for the "max" field.

914d1c5f 2019-08-11 20:36 Lars Kruse

Plugin lxc: clarify network bandwidth calculation

313d195f 2019-08-11 20:36 Lars Kruse

Plugin lxc: simplify interface of "lxc_netdev"

89003f01 2019-08-11 20:36 Lars Kruse

Plugin lxc: fix quoting issues

0d593014 2019-08-11 20:36 Lars Kruse

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.

e91f7ecb 2019-08-11 20:36 Lars Kruse

Plugin lxc: remove ineffective usage of "bc"

The command "wc -w" already outputs the final result.
Thus we do not need this command (and do not have to depend on it).

d415877c 2019-08-11 20:36 Lars Kruse

Plugin lxc: explicitly assign all accepted environment variables

ec3a7f40 2019-08-11 20:36 Lars Kruse

Plugin lxc: function "lxc_count_processes" now outputs its result

Previously the result was returned as the exit code of the function
(which would prevent the usage of "set -e").
Additionally the fallback value that was previously calculated outside
of the function is now part of it.

9af96d2c 2019-08-11 20:36 Lars Kruse

Plugin lxc: draw stacked RAM graphs by default

Previously "ram_display_stacked" defaulted to "false" (non-stacked
graphs). The new default should be suitable for most situations.

ab6f4e3c 2019-08-11 20:36 Lars Kruse

Plugin lxc: fix configurable RAM graphing

Previously (before the multigraph conversion) the configuration setting
for "lxc_ram" was called "areastack". The multigraph conversion
documented a new configuration setting "ram_areastack", but it was not
used, yet....

d004990b 2019-08-11 20:36 Lars Kruse

Plugin lxc: exit after autoconf

Previously processing continued after a successful autoconf operation.

6696a4d8 2019-08-11 20:35 Lars Kruse

Plugin lxc: unify whitespace

c0fe6dc3 2019-08-11 17:09 Marc SCHAEFER

Compatibility with older field names

784b06fe 2019-08-11 17:09 Marc SCHAEFER

Sections and small fix

4e321bbc 2019-08-11 17:09 Marc SCHAEFER

First multigraph version