Révision 33e95e6f
Review and unify category assignments of plugins
| plugins/omreport/omreport_fan_speed | ||
|---|---|---|
| 92 | 92 |
print "graph_title OpenManage - Fan Probes\n"; |
| 93 | 93 |
print "graph_args --base 1000 -l 0\n"; |
| 94 | 94 |
print "graph_vlabel Speed in RPMs\n"; |
| 95 |
print "graph_category Sensors\n";
|
|
| 95 |
print "graph_category sensors\n";
|
|
| 96 | 96 |
foreach my $j (sort keys %val) {
|
| 97 | 97 |
print "fan_$j.label $val{$j}{\"Probe Name\"}\n";
|
| 98 | 98 |
if ($val{$j}{"Warning Threshold"} !~ m/\[N\/A\]/i) {
|
Formats disponibles : Unified diff