mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #1368 from clinta/patch-1
Update to the freqency DS used in collectd > 5.0
This commit is contained in:
@@ -422,9 +422,9 @@ function load_graph_definitions($logarithmic = false, $tinylegend = false) {
|
||||
'GPRINT:avg:LAST:%4.1lf\l');
|
||||
$GraphDefs['frequency'] = array(
|
||||
#'-v', 'Hertz',
|
||||
'DEF:avg={file}:frequency:AVERAGE',
|
||||
'DEF:min={file}:frequency:MIN',
|
||||
'DEF:max={file}:frequency:MAX',
|
||||
'DEF:avg={file}:value:AVERAGE',
|
||||
'DEF:min={file}:value:MIN',
|
||||
'DEF:max={file}:value:MAX',
|
||||
"AREA:max#b5b5b5",
|
||||
"AREA:min#$Canvas",
|
||||
"LINE1:avg#$FullBlue:Frequency [Hz]",
|
||||
|
Reference in New Issue
Block a user