Talk:Munin (software)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Fair use rationale for Image:Munin logo.png[edit]

Image:Munin logo.png is being used on this article. I notice the image page specifies that the image is being used under fair use but there is no explanation or rationale as to why its use in this Wikipedia article constitutes fair use. In addition to the boilerplate fair use template, you must also write out on the image description page a specific explanation or rationale for why using this image in each article is consistent with fair use.

Please go to the image description page and edit it to include a fair use rationale. Using one of the templates at Wikipedia:Fair use rationale guideline is an easy way to insure that your image is in compliance with Wikipedia policy, but remember that you must complete the template. Do not simply insert a blank template on an image page.

If there is other fair use media, consider checking that you have specified the fair use rationale on the other images used on this page. Note that any fair use images uploaded after 4 May, 2006, and lacking such an explanation will be deleted one week after they have been uploaded, as described on criteria for speedy deletion. If you have any questions please ask them at the Media copyright questions page. Thank you.

BetacommandBot 02:57, 7 November 2007 (UTC)[reply]

Adressed by re-uploading the logo with appropriate and complete Fair use rationale template. Claudelepoisson (talk) 13:18, 27 January 2016 (UTC)[reply]

Title[edit]

Isn't it a computer monitoring application (not a network monitoring one?) From [1]: "Munin the monitoring tool surveys all your computers and remembers what it saw.". Any network graphs are associated with one computer, e.g. usage of eth0 on somehost. Typical graphs include CPU use, memory use, load, disk space, etc. (i.e. nothing to do with network) 80.177.58.134 (talk) 10:21, 7 September 2009 (UTC)[reply]

Counting the number of plugins in the official repositories[edit]

For future reference if someone wants to reproduce my results or update the numbers.

First, clone the repositories.

 git clone https://github.com/munin-monitoring/contrib.git
 git clone https://github.com/munin-monitoring/munin.git

Then chdir to the plugins directory of the munin repo. Use the following pipeline:

 cd munin/plugins
 find -maxdepth 2 -type f '!' -name "*.*" | wc -l
 cd ../..

Then, chdir to the plugins directory of the contrib repo. Simply count the number of directories contained:

 cd contrib/plugins
 ls | wc -l

Claudelepoisson (talk) 13:57, 27 January 2016 (UTC)[reply]

Copyright problem removed[edit]

Prior content in this article duplicated one or more previously published sources. The material was copied from: http://munin-monitoring.org/. Copied or closely paraphrased material has been rewritten or removed and must not be restored, unless it is duly released under a compatible license. (For more information, please see "using copyrighted works from others" if you are not the copyright holder of this material, or "donating copyrighted materials" if you are.)

For legal reasons, we cannot accept copyrighted text or images borrowed from other web sites or published material; such additions will be deleted. Contributors may use copyrighted publications as a source of information, and, if allowed under fair use, may copy sentences and phrases, provided they are included in quotation marks and referenced properly. The material may also be rewritten, providing it does not infringe on the copyright of the original or plagiarize from that source. Therefore, such paraphrased portions must provide their source. Please see our guideline on non-free text for how to properly implement limited quotations of copyrighted text. Wikipedia takes copyright violations very seriously, and persistent violators will be blocked from editing. While we appreciate contributions, we must require all contributors to understand and comply with these policies. Thank you. 2001:2003:54FA:D2:0:0:0:1 (talk) 21:59, 12 August 2017 (UTC)[reply]