mirror of
https://github.com/munin-monitoring/muninlite.git
synced 2024-11-13 07:11:12 +01:00
Fix spelling issues
reported by "codespell"
This commit is contained in:
parent
b0e991d4d4
commit
631e86156e
3 changed files with 3 additions and 4 deletions
|
@ -45,8 +45,7 @@
|
|||
2011-01-14 20:24 runesk
|
||||
|
||||
* munin-node.in: Accepted patch from Jozsef Marton. Plugins might
|
||||
now be added
|
||||
dynamicly using the plugindir_
|
||||
now be added dynamically using the plugindir_
|
||||
|
||||
2009-03-17 12:42 runesk
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ These distributions are known to be working with muninlite:
|
|||
- Remove '[ "${NETWORKING}" = "yes" ] || exit 0' from /etc/inet.d/xinetd
|
||||
- Add /etc/xinetd.d/munin (see examples dir for config)
|
||||
- Add munin (port 4949) to /etc/services
|
||||
- Add "munin-node : <ip adress of munin gatherer>" to /etc/hosts.allow
|
||||
- Add "munin-node : <ip address of munin gatherer>" to /etc/hosts.allow
|
||||
|
||||
* OpenSuSE 10.2
|
||||
- Just works
|
||||
|
|
|
@ -62,7 +62,7 @@ config_memory() {
|
|||
if [ "$VMALLOCUSED" != "" ]; then
|
||||
echo "vmalloc_used.label vmalloc_used"
|
||||
echo "vmalloc_used.draw STACK"
|
||||
echo "vmalloc_used.info Virtual memory used by the kernel (used when the memory does not have to be physically contigious)."
|
||||
echo "vmalloc_used.info Virtual memory used by the kernel (used when the memory does not have to be physically contiguous)."
|
||||
fi
|
||||
if [ "$COMMITTEDAS" != "" ]; then
|
||||
echo "committed.label committed"
|
||||
|
|
Loading…
Reference in a new issue