cp and make symbolic links different name.
our $APCACCESS = $ENV{apcaccess} || "/sbin/apcaccess";
our $UPS_MODEL = $ENV{ups_model} || "ES 725";
+our $VERSION = 1.0;
my %Graph;
my %Metric;
munin plugin to monitor APC UPS via apcupsd by apcaccess.
+=head1 INSTALLATION
+
+ cp apcupsd_pct $MUNIN_LIBDIR/plugsin/
+
+ cd YOUR_MUNIN_PLUGINS_DIR
+ (make symbolic links different name)
+ ln -s $MUNIN_LIBDIR/plugsin/apcupsd_pct apcupsd_pct
+ ln -s $MUNIN_LIBDIR/plugsin/apcupsd_pct apcupsd_volt
+ ln -s $MUNIN_LIBDIR/plugsin/apcupsd_pct apcupsd_time
+
+ restart munin-node
+
=head1 REPOSITORY
L<http://github.com/hirose31/munin-apcupsd-fixme/tree/master>