mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix RRD in MySQL (#11740)
This commit is contained in:
@@ -117,7 +117,7 @@ $rrd_def = RrdDefinition::make()
|
||||
->addDataset('IDBLBSe', 'GAUGE', 0, 125000000000)
|
||||
->addDataset('IBLFh', 'DERIVE', 0, 125000000000)
|
||||
->addDataset('IBLWn', 'DERIVE', 0, 125000000000)
|
||||
->addDataset('SRows', 'DERIVE', 0, 125000000000)
|
||||
->addDataset('SRows', 'COUNTER', 0, 125000000000)
|
||||
->addDataset('SRange', 'DERIVE', 0, 125000000000)
|
||||
->addDataset('SMPs', 'DERIVE', 0, 125000000000)
|
||||
->addDataset('SScan', 'DERIVE', 0, 125000000000)
|
||||
|
||||
Reference in New Issue
Block a user