mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 10:28:36 +00:00
Fix spelling mistakes in comments and descriptions
Thanks, codespell!
This commit is contained in:
parent
561da1a3f1
commit
8713eb3722
162 changed files with 248 additions and 248 deletions
|
@ -4,7 +4,7 @@
|
|||
# Reads number of edits,views,articles,pages,users,admins and images from a Mediawiki
|
||||
# http://www.mediawiki.org/wiki/MediaWiki | http://munin.projects.linpro.no/wiki
|
||||
# by mutante of S23 | http://s23.org/wiki | greets to hundfred
|
||||
# 2007-02-12 | v0.1 first version, didnt really work yet
|
||||
# 2007-02-12 | v0.1 first version, didn't really work yet
|
||||
# 2007-02-16 | v0.2 introduced different retrieval methods, separate graphs for the different values that can be symlinked..
|
||||
|
||||
# What you need to config:
|
||||
|
@ -29,7 +29,7 @@
|
|||
|
||||
# require_once("/home/mutante/wiki_mysql_conf.php");
|
||||
|
||||
# I include the database settings from elsewhere, so i dont have to show the password in /usr/share/..
|
||||
# I include the database settings from elsewhere, so i don't have to show the password in /usr/share/..
|
||||
# I also set "[mediawiki] user mutante" in plugin-conf.d/ so that my user can read the config
|
||||
# alternatively set them in here like:
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
|||
|
||||
## B - URL reading
|
||||
# These methods all retrieve the Special:Statistics?action=raw URL from Mediawiki via the webserver
|
||||
# This is the preferred method to get accurate stats currently, because Mediawiki doesnt use site_stats correctly atm
|
||||
# This is the preferred method to get accurate stats currently, because Mediawiki does not use site_stats correctly atm
|
||||
|
||||
# getmethod="curl"
|
||||
# uses curl via libcurl from PHP, should be fastest but you need the lib installed. if it works, use this.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue