mirror of
https://github.com/munin-monitoring/muninlite.git
synced 2024-12-22 05:42:13 +01:00
Update documentation
This commit is contained in:
parent
c4044f749b
commit
b7ecc5699b
2 changed files with 15 additions and 6 deletions
15
README.md
15
README.md
|
@ -10,7 +10,7 @@ does not require root privileges.
|
||||||
|
|
||||||
# Project scope
|
# Project scope
|
||||||
|
|
||||||
Muninlite is supposed to be a minimal portable and shell-based
|
MuninLite is supposed to be a minimal portable and shell-based
|
||||||
implementation of `munin-node`. It provides a small set of
|
implementation of `munin-node`. It provides a small set of
|
||||||
essential plugins suitable for basic monitoring of a host.
|
essential plugins suitable for basic monitoring of a host.
|
||||||
Additionally external plugins can be used.
|
Additionally external plugins can be used.
|
||||||
|
@ -124,11 +124,11 @@ help
|
||||||
list
|
list
|
||||||
df cpu if_eth0 if_eth1 if_err_eth0 if_err_eth1 load memory
|
df cpu if_eth0 if_eth1 if_err_eth0 if_err_eth1 load memory
|
||||||
version
|
version
|
||||||
munins node on example.org version: 0.0.5 (munin-lite)
|
munins node on example.org version: 0.0.5 (muninlite)
|
||||||
quit
|
quit
|
||||||
```
|
```
|
||||||
|
|
||||||
For inetd-test, try to telnet to munin port from allowed host.
|
An (x)inetd setup can be tested via telnet or netcat:
|
||||||
```shell
|
```shell
|
||||||
# telnet localhost 4949
|
# telnet localhost 4949
|
||||||
Trying 127.0.0.1...
|
Trying 127.0.0.1...
|
||||||
|
@ -140,7 +140,7 @@ help
|
||||||
list
|
list
|
||||||
df cpu if_eth0 if_eth1 if_err_eth0 if_err_eth1 load memory
|
df cpu if_eth0 if_eth1 if_err_eth0 if_err_eth1 load memory
|
||||||
version
|
version
|
||||||
munins node on example.org version: 0.0.5 (munin-lite)
|
munins node on example.org version: 0.0.5 (muninlite)
|
||||||
quit
|
quit
|
||||||
Connection closed by foreign host.
|
Connection closed by foreign host.
|
||||||
```
|
```
|
||||||
|
@ -179,8 +179,8 @@ as plugins.
|
||||||
|
|
||||||
## Munin master configuration
|
## Munin master configuration
|
||||||
|
|
||||||
Configure your /etc/munin/munin.conf as you would for a regular
|
Configure /etc/munin/munin.conf on you munin master as you would for a regular
|
||||||
`muninnode`, if you configured MuninLite as a TCP service (e.g. via
|
`munin-node`. If you configured MuninLite as a TCP service (e.g. via
|
||||||
inetd/xinetd):
|
inetd/xinetd):
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -197,6 +197,9 @@ service), you need to configure a transport and execute the script directly:
|
||||||
use_node_name yes
|
use_node_name yes
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The ssh transport obviously requires the use of `authorized_keys` on
|
||||||
|
the host running MuninLite.
|
||||||
|
|
||||||
|
|
||||||
# License and copyright
|
# License and copyright
|
||||||
|
|
||||||
|
|
|
@ -11,3 +11,9 @@ git commit -m "Release $new_version" VERSION Changelog.md
|
||||||
git tag -s "$new_version" -m "$new_version"
|
git tag -s "$new_version" -m "$new_version"
|
||||||
make dist
|
make dist
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Downstream: OpenWrt
|
||||||
|
|
||||||
|
Update the
|
||||||
|
[release references](https://github.com/openwrt/packages/blob/master/admin/muninlite/Makefile)
|
||||||
|
in OpenWrt.
|
||||||
|
|
Loading…
Reference in a new issue