Révision 99542938
Reduce number of categories
| plugins/sabnzbd/sabnzbd_dataleft | ||
|---|---|---|
| 44 | 44 |
print <<EOC |
| 45 | 45 |
graph_title Data Remaining |
| 46 | 46 |
graph_vlabel Data Remaining (MB) |
| 47 |
graph_category sabnzbd
|
|
| 47 |
graph_category other
|
|
| 48 | 48 |
rem.label Remaining |
| 49 | 49 |
EOC |
| 50 | 50 |
; |
| ... | ... | |
| 65 | 65 |
#get/output vals |
| 66 | 66 |
my $left = $xmlvals->{mbleft};
|
| 67 | 67 |
$left =~ /(\d+)\./; |
| 68 |
print "rem.value ".$1."\n"; |
|
| 68 |
print "rem.value ".$1."\n"; |
|
Formats disponibles : Unified diff