1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

- Add a sample sub directory. Many of our users are quite creative, so we can all learn from them.

This commit is contained in:
Steve Schnepp 2012-03-21 17:13:46 +01:00
parent 2580942ba2
commit 49e7f2154d
2 changed files with 166 additions and 0 deletions

View file

@ -28,6 +28,10 @@ It makes things way more easy to search for others.
And, it serves as an incubator of SVN `trunk/contrib` :-)
# contrib/samples/ - 3rd-party examples of configs
This serves as a repository for examples of various configs. You know, the ''learn by example'' way of doing things.
## Notes to contributors
We like to have ''elementary'' commits (a good rationale is : one per Changelog entry), as it is much easier to manage for reviewing. Debugging is also usually easier that way.