%PDF- %PDF-
| Direktori : /proc/self/root/proc/self/root/proc/self/root/usr/share/munin/ |
| Current File : //proc/self/root/proc/self/root/proc/self/root/usr/share/munin/munin-storable2datafile |
#!/usr/bin/perl
# $Id$
use strict;
use warnings;
use Storable;
use Munin::Master::Utils;
while (my $file = shift) {
my $config = Storable::retrieve($file);
munin_writeconfig("stdout", $config, \*STDOUT);
}