• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

images/H27-Apr-2021-138

plugins/H03-May-2022-165,597104,564

samples/munin.conf/H27-Apr-2021-163152

t/H27-Apr-2021-820771

templates/H27-Apr-2021-2,5052,276

tools/H27-Apr-2021-2,4801,616

.codespell.excludeH A D27-Apr-20212.5 KiB4645

.codespell.ignore-wordsH A D27-Apr-202130 65

.flake8H A D27-Apr-202150 43

.gitignoreH A D27-Apr-202124 53

.rubocop.ymlH A D27-Apr-2021162 86

.travis.ymlH A D27-Apr-20212.2 KiB9185

MakefileH A D27-Apr-2021345 85

README.mdH A D27-Apr-20212.9 KiB7441

README.md

1This is the repository for all user contributed stuff related to
2[munin](http://munin-monitoring.org).
3
4
5# contrib/plugins/ - 3rd-party plugins
6
7**This is usually where you want to begin your journey.**
8
9Here you find a plethora of plugins for the most diverse topics. Please take a look and
10improve existing or propose new plugins.
11
12Please read the [hints for plugin contributions](./plugins#contributed-munin-plugins).
13
14See the [gallery](http://gallery.munin-monitoring.org/) for a browsable overview of these plugins.
15
16
17# contrib/templates/ -  3rd-party templates
18
19Feel free to update templates here, or even to create new ones.
20
21Bonus points for mobile-friendly ones :)
22
23Note that the one named `official` is a loose-synced copy of the one distributed with munin.
24It should serves as a base for small editions that can be merged into munin, so for that:
25
26* don't copy the whole template
27* directly edit files in this directory
28
29
30# contrib/tools/ - 3rd-party tools
31
32Here, you can put just any kind of tool. Please use this directory instead of a random place on the internet.
33It makes things way more easy to search for others.
34
35
36# contrib/samples/ - 3rd-party examples of configs
37
38This serves as a repository for examples of various configs. You know, the ''learn by example'' way of doing things.
39
40
41## Notes to contributors
42
43### Commits, Comments & Pull requests
44
45We like to have _elementary_ commits as it is much easier to manage for reviewing and debugging.
46So please **don't** be afraid to make **as many** commits as needed. Merging many commits is as easy
47as merging one, if not easier.
48
49A good rationale is that each commit shall have a one-liner commit comment as its first line.
50Ideally that first line has a prefix that shows the part the commit is about. It makes it very
51easy to see grouped changes, and it enable avoiding to look at the `--stat`. To know the prefix you should
52use, you can have a look at already existing commits. Next lines are optional and should only
53explain the _why_ it is done this particular way.
54
55On the other side, pull requests can regroup many commits at once.
56Just try to explain in the pull comment the ''why'' we should merge it (if it's not obvious).
57
58Tim Pope wrote a [very nice tuto](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) on making good commit comments.
59
60
61### Licenses
62
63All the code here is licensed with the same terms as munin itself (GPLv2), unless specified otherwise inside a file.
64In all cases the code shall have an OSI-compatible license. Asking for a pull implies that you agree with that fact.
65
66This change was made on Jun 1st 2012. If you wrote some code earlier and you do not agree to the new licensing default, you can:
67- submit a licensing change pull
68- submit a removal pull
69
70
71# Building status
72
73master: [![Build Status](https://travis-ci.org/munin-monitoring/contrib.svg?branch=master)](https://travis-ci.org/munin-monitoring/contrib)
74