mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 18:07:20 +00:00
Ignore sfq child classes for configure.
This commit is contained in:
parent
999f43474e
commit
87efe7091b
1 changed files with 2 additions and 0 deletions
|
@ -106,6 +106,8 @@ if ( exists $ARGV[0] and $ARGV[0] eq 'config' ) {
|
|||
print "graph_data_size $ENV{graph_data_size}\n" if $ENV{graph_data_size};
|
||||
print "graph_order ";
|
||||
foreach my $key (sort by_handle keys %queues) {
|
||||
delete $queues{$key} if $key =~ /sfq/i;
|
||||
next if $key =~ /sfq/i;
|
||||
$haschild = 0;
|
||||
foreach my $key2 (sort by_handle keys %queues) {
|
||||
if($queues{$key}->{id} eq $queues{$key2}->{parent}) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue