Révision 6ffd5019
Reduce number of categories, use more generic terms
| plugins/disk/xfs | ||
|---|---|---|
| 99 | 99 |
print "graph_title $config{$func}->{title}\n";
|
| 100 | 100 |
print "graph_args --base 1000\n"; |
| 101 | 101 |
print "graph_vlabel $config{$func}->{vtitle}\n";
|
| 102 |
print "graph_category XFS\n";
|
|
| 102 |
print "graph_category filesystem\n";
|
|
| 103 | 103 |
my $iter = 0; |
| 104 | 104 |
foreach my $param (@{$config{$func}->{params}}) {
|
| 105 | 105 |
print "$param.type DERIVE\n"; |
Formats disponibles : Unified diff