Changeset 3854

Show
Ignore:
Timestamp:
08/07/10 22:40:11 (2 years ago)
Author:
steve.schnepp
Message:

- disable vectorfetch, since it's not supported for the moment. Spoolfetch only for now.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/node/_bin/munin-async-client.in

    r3776 r3854  
    7878                print $spoolreader->list(); 
    7979        } elsif ($line =~ m/^config (\w+)/) { 
    80                 cat_file("$SPOOLDIR/munin-daemon.$1.config"); 
     80                # XXX - Vector-fetching is disabled for now 
    8181                print ".\n"; 
    8282        } elsif ($vectorfetch && $line =~ m/^fetch (\w+)/) { 
    8383                # Fetching all values since last time 
    84                 cat_file("$SPOOLDIR/munin-daemon.$1.data"); 
     84 
     85                # XXX - Vector-fetching is disabled for now 
    8586                print ".\n"; 
    86                 # XXX - there is a race condition here 
    87                 unlink("$SPOOLDIR/munin-daemon.$1.data");  
    8887        } elsif ($line =~ m/^spoolfetch (\d+)/) { 
    8988                my $last_epoch = $1;