Skip to content

Commit

Permalink
Merge pull request #1349 from clinta/entropy-collectd
Browse files Browse the repository at this point in the history
entropy DS name is value.
  • Loading branch information
laf committed Jun 26, 2015
2 parents 322d6ec + 02780b8 commit aed0fed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions html/includes/collectd/definitions.php
Expand Up @@ -397,9 +397,9 @@ function load_graph_definitions($logarithmic = false, $tinylegend = false) {
'GPRINT:avg:LAST:%4.1lf\l');
$GraphDefs['entropy'] = array(
#'-v', 'Bits',
'DEF:avg={file}:entropy:AVERAGE',
'DEF:min={file}:entropy:MIN',
'DEF:max={file}:entropy:MAX',
'DEF:avg={file}:value:AVERAGE',
'DEF:min={file}:value:MIN',
'DEF:max={file}:value:MAX',
'COMMENT: Min Avg Max Cur\l',
"AREA:max#$HalfBlue",
"AREA:min#$Canvas",
Expand Down

0 comments on commit aed0fed

Please sign in to comment.