diff --git a/plugins/disk/disk-io-multigraph-munin-plugin b/plugins/disk/disk-io-multigraph-munin-plugin deleted file mode 100755 index dfa8811e..00000000 --- a/plugins/disk/disk-io-multigraph-munin-plugin +++ /dev/null @@ -1,20 +0,0 @@ -graph_category other - -=head1 NAME - -PyMunin - Multigraph Plugins using Python - -=head1 DESCRIPTION - -Check http://aouyar.github.com/PyMunin/ to get the most recent version of the -PyMunin Multi graph Munin Plugins and documentation. - -=head1 AUTHOR - -PyMunin has been developed by Ali Onur Uyar (https://github.com/aouyar)). - -=head1 LICENSE - -PyMunin is copyrighted free software made available under the terms of the GPL License Version 3 or later. - -=cut diff --git a/plugins/other/freenet b/plugins/other/freenet deleted file mode 100755 index 777562de..00000000 --- a/plugins/other/freenet +++ /dev/null @@ -1,23 +0,0 @@ -These [munin](http://munin-monitoring.org) plugins allow you to graph -various things happening in a [Freenet](http://freenetproject.org/) -node. To run them you need perl 5.10.0 or later and -[Net::FCP::Tiny](http://search.cpan.org/dist/Net-FCP-Tiny/) from the -CPAN. - -They all talk to `localhost:9481` unless you specify otherwise with -the `FREENET_HOST` and `FREENET_PORT` environmental variables in the -`munin-node` configuration file, e.g.: - - [freenet_*] - env.FREENET_HOST freenet.example.net - env.FREENET_PORT 1337 - -These plugins are maintained -[on GitHub](http://github.com/avar/munin-plugin-freenet) by -[Ævar Arnfjörð Bjarmason](http://github.com/avar/munin-plugin-freenet), -if you need something else graphed hack it up and submit a pull -request. - -This software is available under the terms of the -[DWTFYWWI](http://github.com/avar/DWTFYWWI/blob/master/DWTFYWWI) -license.