Projet

Général

Profil

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

root / plugins / git @ 09b88141

# Date Auteur Commentaire
09b88141 2020-10-24 11:29 Lars Kruse

Improve documantion of many plugins

Specifically the configuration examples are now indented properly.

c6f88968 2020-10-05 18:29 Lars Kruse

Improve perlpod formatting for multiple plugins

Escpecially the final marker ("=cut") was missing in these plugins.

852aa41a 2020-08-19 16:47 Lars Kruse

Remove global flake8 override

7761514c 2020-08-19 16:42 pcy

[plugins/git/gitlab_statistics] added plugin to display GitLab stats

Graphs common GitLab statistics (user, repo, fork, ... count) using its
HTTP API statistics endpoint (requires a token to be set and passed to
the plugin)

646a6c69 2018-08-22 12:34 Neraud

Fixed user detection.
The USER environment variable is not populated when the plugin is executed. Switched to checking the effective user.

d5caa85c 2018-08-22 09:37 Neraud

Fixed error when using a user which doesn't have a default shell (like the default munin user on Debian/Ubuntu)

69422624 2018-08-04 12:08 Neraud

Added example graphs

e29c89c0 2018-08-04 11:56 Neraud

Removed the use of the DEBUG environmant variable, kept only MUNIN_DEBUG

eb9681a7 2018-08-04 11:37 Neraud

Changed the graph_category to file_transfer

0d538451 2018-08-04 11:36 Neraud

Improved CONFIGURATION comment to better describe the user property

1027f5e5 2018-08-04 11:35 Neraud

Fixed NOTES comment to better explain the fetch munin/cron modes

81b129dd 2018-08-04 11:31 Neraud

Renamed get_info to print_info

d079f0fa 2018-08-03 10:40 Neraud

Improved the update methods : added the munin mode

61241b80 2018-08-03 10:40 Neraud

Improved munin state file handling

c169373f 2018-08-03 10:40 Neraud

Improved shell command generation to protect the injected configuration values

e0b243ba 2018-08-03 10:40 Neraud

Improved how the statefile last modified date is updated

7bc4d133 2018-08-03 10:39 Neraud

Improved configuration documentation

397052a8 2018-08-03 10:39 Neraud

Misc code improvements

a26b9e8d 2018-07-20 06:13 Neraud

Added git_commit_behind