Révision 6b94ef02
Change to DERIVE.
Values can return to 0 on service restart which COUNTER data store will not handle well.
| plugins/network/qos_ | ||
|---|---|---|
| 138 | 138 |
} elsif (exists $ENV{"max$queues{$key}->{handle}"}) {
|
| 139 | 139 |
print $queues{$key}->{queue},$queues{$key}->{handle}, ".max ",$ENV{"max$queues{$key}->{handle}"},"\n";
|
| 140 | 140 |
} |
| 141 |
print $queues{$key}->{queue},$queues{$key}->{handle}, ".type COUNTER\n";
|
|
| 141 |
print $queues{$key}->{queue},$queues{$key}->{handle}, ".type DERIVE\n";
|
|
| 142 | 142 |
if($count == 0){
|
| 143 | 143 |
print $queues{$key}->{queue},$queues{$key}->{handle}, ".draw AREA\n";
|
| 144 | 144 |
} else {
|
Formats disponibles : Unified diff