diff options
Diffstat (limited to 'build/storage-schemas.conf')
-rw-r--r-- | build/storage-schemas.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build/storage-schemas.conf b/build/storage-schemas.conf index 551f753..192328a 100644 --- a/build/storage-schemas.conf +++ b/build/storage-schemas.conf @@ -19,6 +19,14 @@ retentions = 10s:1d, 1m:20d pattern = ^ping\. retentions = 1s:1d, 1m:20d +[tele] +pattern = ^snmp\.fw1\.tele\. +retentions = 10s:3d, 1m:40d + +[tele2] +pattern = ^snmp\.vc1\.tele\. +retentions = 10s:3d, 1m:40d + [default_1min_for_14day] pattern = .* retentions = 1m:14d |