From 8b1a106868c19857836a633e916e9d926780bfd1 Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Mon, 23 Jul 2012 13:05:04 -0700 Subject: [PATCH] remove redundant README and move BIRD plugin to network directory --- plugins/bird/README | 33 --------------------------------- plugins/{bird => network}/bird | 0 2 files changed, 33 deletions(-) delete mode 100644 plugins/bird/README rename plugins/{bird => network}/bird (100%) diff --git a/plugins/bird/README b/plugins/bird/README deleted file mode 100644 index 8704836a..00000000 --- a/plugins/bird/README +++ /dev/null @@ -1,33 +0,0 @@ -NAME - bird - Munin multigraph plugin to monitor BIRD routing daemon activity - -APPLICABLE SYSTEMS - Every system with running bird - -CONFIGURATION - The plugin must run with a user or group that could connect to bird - control socket. - - This configuration snipplet is an example with the defaults: - - [bird] - user root - protocols BGP - socket /var/run/bird.ctl - -USAGE - Link this plugin to /etc/munin/plugins/ and restart the munin-node. - -MAGIC MARKERS - #%# family=auto - #%# capabilities=autoconf - -BUGS - Not known - -AUTHOR - Luben Karavelov (karavelov at mail.bg) - -LICENSE - Same as perl - diff --git a/plugins/bird/bird b/plugins/network/bird similarity index 100% rename from plugins/bird/bird rename to plugins/network/bird