mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Removing max polling restriction for wireguard traffic RRD data (#14710)
This commit is contained in:
@@ -21,8 +21,8 @@ try {
|
||||
|
||||
$rrd_name = [$polling_type, $name, $app->app_id];
|
||||
$rrd_def = RrdDefinition::make()
|
||||
->addDataset('bytes_rcvd', 'DERIVE', 0, 125000000000)
|
||||
->addDataset('bytes_sent', 'DERIVE', 0, 125000000000)
|
||||
->addDataset('bytes_rcvd', 'DERIVE', 0)
|
||||
->addDataset('bytes_sent', 'DERIVE', 0)
|
||||
->addDataset('minutes_since_last_handshake', 'GAUGE', 0);
|
||||
|
||||
$metrics = [];
|
||||
|
||||
Reference in New Issue
Block a user