mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
Keep Grafana snapshots for a long time by default
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -322,7 +322,7 @@ class GrafanaRequest:
|
||||
print('create snapshot')
|
||||
grafanajson_url = self.grafanajson_url + '/api/snapshots'
|
||||
data = self.get_dashboard(title)
|
||||
data['expires'] = 3600
|
||||
data['expires'] = 360000
|
||||
data['external'] = False
|
||||
data['timeout'] = 15
|
||||
print(data)
|
||||
|
||||
Reference in New Issue
Block a user