Projet

Général

Profil

Révision:

Révisions

# Date Auteur Commentaire
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

ddcc19cd 2019-08-11 17:09 Marc SCHAEFER

Initial version of multigraph version

154ffc10 2019-08-11 17:09 Marc SCHAEFER

Fix

5a3e66be 2019-08-11 17:09 Marc SCHAEFER

version

50a998b4 2019-08-11 17:09 Marc SCHAEFER

areastack option

5105020f 2019-08-11 17:09 Marc SCHAEFER

- added systemd possibility for stats - cleanup

241b0c60 2019-08-11 17:09 Marc SCHAEFER

Fix for lxc < 3

89e0f1c7 2019-08-11 17:09 Marc SCHAEFER

Update

9ef366c7 2019-08-11 17:09 Marc SCHAEFER

- autoconf cleanup - better lxc_clean_fieldname workaround supporting non numeric compatibility - lxc_netdev now compatible with lxc3 and lxc2 at a small CPU cost - lxc_cgroup now compatible with lxc3 and lxc2; may however fail with lxc2 if your config file contains cruft

ab67ad80 2019-08-11 17:09 Marc SCHAEFER

Comment

2cfba9f8 2019-08-11 17:09 Marc SCHAEFER

Comment

3e865223 2019-08-11 17:09 Marc SCHAEFER

lxc < 3 support

ce6e67ff 2019-08-11 16:49 Marc SCHAEFER

lxc: working on buster (gandalf), and almost working on virtual (jessie), except lxc_net

0e0de011 2019-08-11 12:41 Gabriel Filion

asterisk: the confbridge graph is in the wrong category

This was a copy/paste error that slipped by unnoticed :\

550ba544 2019-08-10 22:47 Lars Kruse

Merge pull request #1007 from lelutin/replace_meetme_with_confbridge

  • replace meetme with confbridge
  • unify whitespace
e14659d0 2019-08-10 21:58 Gabriel Filion

asterisk: use eq instead of == for comparing a variable to a string

sumpfralle suggested this change on github, since the comparisons are
meant to be string comparisons.

b8eba4d7 2019-08-10 21:58 Gabriel Filion

asterisk: rename options for enabling/disabling graphs

With this "enable_" prefix, it will be clearer to users that those
options are boolean flags.

5fff12db 2019-08-10 21:58 Gabriel Filion

asterisk: change tabs for spaces for indentation

the plugin currently has inconsistencies with how lines are indented:
some lines only use tab characters while all other lines use spaces.
Let's make the coding style more uniform by using spaces everywhere.

f7ebe683 2019-08-10 15:38 Gabriel Filion

asterisk: turn output into debug-only lines

I apparently forgot to clear out two lines of debugging output from the
script before submitting a pull request.

Those lines of output are super useful for debugging whenever things are
not working as expected (e.g. asterisk has changed its output). So it'll...

74928650 2019-08-10 14:16 Gabriel Filion

asterisk: Add configuration options to disable conference graphs

Since the MeetMe application is not available anymore on Debian, it
makes no sense to keep the graph around. We do however want to keep code
around for parsing stats from MeetMe. So we'll add two "binary" flags...

46b5f4bd 2019-08-10 14:16 Gabriel Filion

asterisk: add graph for confbridge

The MeetMe Asterisk application has been deprecated since Asterisk 1.8.
Debian has also stopped distributing the module with version 11.5.1.
Users now need to migrate to using the ConfBridge application.

Since the application still exists, and some ppl in other Linux distros...

0ca0e78b 2019-08-10 08:17 Lars Kruse

Merge pull request #1005 from lelutin/fix_asterisk_ami_parsing

Fix asterisk ami parsing

38a92191 2019-08-10 02:34 Gabriel Filion

asterisk: another typo in config prevents graphs from showing up

This typo causes the following error during munin-update:

asterisk_codecs.graphs_title Asterisk channels per codec' : Parse error in /var/lib/munin/datafile for asterisk_codecs.graphs_title:...

700b30e1 2019-08-09 17:00 Gabriel Filion

asterisk: fix typoes in multi-graph configuration

d66fef2d 2019-08-09 16:59 Gabriel Filion

asterisk: command replies are now embedded in server responses

Asterisk now replies to "Action: command" with the response embedded,
e.g. with "Response: Success" instead of "Response: Follows".

We need to adjust how we parse the server response otherwise we can't...

b526aee0 2019-07-31 14:48 Steve Schnepp

Revert "Plugin pacman_pending_updates: switch to /bin/sh; update version"

This reverts commit c9cc2f27f6f80526ed9b844adc87fe16502253da.

Actually, it depends on a bashism at line 53:
if hash checkupdates >/dev/null 2>&1; then

2124a49d 2019-07-31 14:46 Steve Schnepp

travis: add Graphics::ColorNames::Windows

a975706f 2019-07-31 14:46 Steve Schnepp

plugins: another round of defined(@array) fixing

c9cc2f27 2019-07-30 21:36 Lars Kruse

Plugin pacman_pending_updates: switch to /bin/sh; update version

The plugin does not use any bash-specific features. Thus it is not
necessary to depend on bash.

72f0546b 2019-07-30 21:33 Lars Kruse

Plugin pacman_pending_updates: fix and clarify conditionals

The "checkupdates" compound statement (" ... || ... && ...") did not
work due to the equal precendence of both operators (introduced in
6cb5c9e104d9a1a95adba7ce6e97651232c3595e).

Closes: #1004
...

d6d5fa80 2019-07-30 21:13 Andreas Perhab

Added plugins for certificates

  • plugin to monitor certificiate lifetime
  • plugin to monitor letsencrypt certificate issue limit
400fe6a3 2019-07-28 15:10 Lars Kruse

Merge pull request #1003 from shtrom/freebox-errors-derive

[router/freebox] Use DERIVE for error correction subgraph

b8002a6c 2019-07-28 08:48 Olivier Mehani

[router/freebox] Update errors example graph

Signed-off-by: Olivier Mehani <>

(601-650/4761) Par page : 50, 100, 200

Formats disponibles : Atom