Changeset 3854
- Timestamp:
- 08/07/10 22:40:11 (2 years ago)
- Files:
-
- trunk/node/_bin/munin-async-client.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/node/_bin/munin-async-client.in
r3776 r3854 78 78 print $spoolreader->list(); 79 79 } elsif ($line =~ m/^config (\w+)/) { 80 cat_file("$SPOOLDIR/munin-daemon.$1.config");80 # XXX - Vector-fetching is disabled for now 81 81 print ".\n"; 82 82 } elsif ($vectorfetch && $line =~ m/^fetch (\w+)/) { 83 83 # Fetching all values since last time 84 cat_file("$SPOOLDIR/munin-daemon.$1.data"); 84 85 # XXX - Vector-fetching is disabled for now 85 86 print ".\n"; 86 # XXX - there is a race condition here87 unlink("$SPOOLDIR/munin-daemon.$1.data");88 87 } elsif ($line =~ m/^spoolfetch (\d+)/) { 89 88 my $last_epoch = $1;
