The correct configuration option is 'sampling-rate'

This commit is contained in:
2024-10-28 16:12:55 +01:00
parent 78a6f413aa
commit 80058fceed
2 changed files with 2 additions and 2 deletions

View File

@ -169,4 +169,4 @@ acls:
sflow:
header-bytes: 128
polling-interval: 30
sample-rate: 1000
sampling-rate: 1000

View File

@ -119,4 +119,4 @@ acl:
sflow:
header-bytes: int(min=1,max=256,required=False)
polling-interval: int(min=5,max=600,required=False)
sample-rate: int(min=100,max=1000000,required=False)
sampling-rate: int(min=100,max=1000000,required=False)