Changeset 1263
- Timestamp:
- 11/29/06 17:53:47 (5 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
people/ilmari/modularisation-branch/node/lib/Munin/Node/Runner.pm.in
r1262 r1263 168 168 debug ("file: '$file'\n"); 169 169 $services{$file}=1; 170 my @rows = run_service($file,"config" , 1);170 my @rows = run_service($file,"config"); 171 171 my $node = get_var (\%sconf, $file, 'host_name'); 172 172 … … 186 186 187 187 sub run_service { 188 my ($service,$command ,$autoreap) = @_;188 my ($service,$command) = @_; 189 189 $command ||= ''; 190 190 my @lines = ();;
