From f3036702652d73104c4f1227284d22bb23c97d16 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Fri, 11 Jul 2008 15:21:13 -0700 Subject: [PATCH] misc/munin: rename plugins to make munin happy: use underscores rather than hyphens, remove .py suffix --- misc/munin/{tahoe_cpu_watcher.py => tahoe_cpu_watcher} | 0 misc/munin/{tahoe_estimate_files.py => tahoe_estimate_files} | 0 misc/munin/{tahoe-files.py => tahoe_files} | 0 .../{tahoe-helperstats-active.py => tahoe_helperstats_active} | 0 .../{tahoe-helperstats-fetched.py => tahoe_helperstats_fetched} | 0 misc/munin/{tahoe-introstats.py => tahoe_introstats} | 0 misc/munin/{tahoe-nodememory.py => tahoe_nodememory} | 0 misc/munin/{tahoe-rootdir-space.py => tahoe_rootdir_space} | 0 misc/munin/{tahoe_spacetime.py => tahoe_spacetime} | 0 misc/munin/{tahoe-stats.py => tahoe_stats} | 0 misc/munin/{tahoe-storagespace.py => tahoe_storagespace} | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename misc/munin/{tahoe_cpu_watcher.py => tahoe_cpu_watcher} (100%) rename misc/munin/{tahoe_estimate_files.py => tahoe_estimate_files} (100%) rename misc/munin/{tahoe-files.py => tahoe_files} (100%) rename misc/munin/{tahoe-helperstats-active.py => tahoe_helperstats_active} (100%) rename misc/munin/{tahoe-helperstats-fetched.py => tahoe_helperstats_fetched} (100%) rename misc/munin/{tahoe-introstats.py => tahoe_introstats} (100%) rename misc/munin/{tahoe-nodememory.py => tahoe_nodememory} (100%) rename misc/munin/{tahoe-rootdir-space.py => tahoe_rootdir_space} (100%) rename misc/munin/{tahoe_spacetime.py => tahoe_spacetime} (100%) rename misc/munin/{tahoe-stats.py => tahoe_stats} (100%) rename misc/munin/{tahoe-storagespace.py => tahoe_storagespace} (100%) diff --git a/misc/munin/tahoe_cpu_watcher.py b/misc/munin/tahoe_cpu_watcher similarity index 100% rename from misc/munin/tahoe_cpu_watcher.py rename to misc/munin/tahoe_cpu_watcher diff --git a/misc/munin/tahoe_estimate_files.py b/misc/munin/tahoe_estimate_files similarity index 100% rename from misc/munin/tahoe_estimate_files.py rename to misc/munin/tahoe_estimate_files diff --git a/misc/munin/tahoe-files.py b/misc/munin/tahoe_files similarity index 100% rename from misc/munin/tahoe-files.py rename to misc/munin/tahoe_files diff --git a/misc/munin/tahoe-helperstats-active.py b/misc/munin/tahoe_helperstats_active similarity index 100% rename from misc/munin/tahoe-helperstats-active.py rename to misc/munin/tahoe_helperstats_active diff --git a/misc/munin/tahoe-helperstats-fetched.py b/misc/munin/tahoe_helperstats_fetched similarity index 100% rename from misc/munin/tahoe-helperstats-fetched.py rename to misc/munin/tahoe_helperstats_fetched diff --git a/misc/munin/tahoe-introstats.py b/misc/munin/tahoe_introstats similarity index 100% rename from misc/munin/tahoe-introstats.py rename to misc/munin/tahoe_introstats diff --git a/misc/munin/tahoe-nodememory.py b/misc/munin/tahoe_nodememory similarity index 100% rename from misc/munin/tahoe-nodememory.py rename to misc/munin/tahoe_nodememory diff --git a/misc/munin/tahoe-rootdir-space.py b/misc/munin/tahoe_rootdir_space similarity index 100% rename from misc/munin/tahoe-rootdir-space.py rename to misc/munin/tahoe_rootdir_space diff --git a/misc/munin/tahoe_spacetime.py b/misc/munin/tahoe_spacetime similarity index 100% rename from misc/munin/tahoe_spacetime.py rename to misc/munin/tahoe_spacetime diff --git a/misc/munin/tahoe-stats.py b/misc/munin/tahoe_stats similarity index 100% rename from misc/munin/tahoe-stats.py rename to misc/munin/tahoe_stats diff --git a/misc/munin/tahoe-storagespace.py b/misc/munin/tahoe_storagespace similarity index 100% rename from misc/munin/tahoe-storagespace.py rename to misc/munin/tahoe_storagespace -- 2.45.2