root / plugins / other / freenet @ 7e562477
Historique | Voir | Annoter | Télécharger (889 octets)
| 1 |
These [munin](http://munin-monitoring.org) plugins allow you to graph |
|---|---|
| 2 |
various things happening in a [Freenet](http://freenetproject.org/) |
| 3 |
node. To run them you need perl 5.10.0 or later and |
| 4 |
[Net::FCP::Tiny](http://search.cpan.org/dist/Net-FCP-Tiny/) from the |
| 5 |
CPAN. |
| 6 |
|
| 7 |
They all talk to `localhost:9481` unless you specify otherwise with |
| 8 |
the `FREENET_HOST` and `FREENET_PORT` environmental variables in the |
| 9 |
`munin-node` configuration file, e.g.: |
| 10 |
|
| 11 |
[freenet_*] |
| 12 |
env.FREENET_HOST freenet.example.net |
| 13 |
env.FREENET_PORT 1337 |
| 14 |
|
| 15 |
These plugins are maintained |
| 16 |
[on GitHub](http://github.com/avar/munin-plugin-freenet) by |
| 17 |
[Ævar Arnfjörð Bjarmason](http://github.com/avar/munin-plugin-freenet), |
| 18 |
if you need something else graphed hack it up and submit a pull |
| 19 |
request. |
| 20 |
|
| 21 |
This software is available under the terms of the |
| 22 |
[DWTFYWWI](http://github.com/avar/DWTFYWWI/blob/master/DWTFYWWI) |
| 23 |
license. |
