A interval of 5 seconds (previous default) provides a high
resolution, but also a very large number of entries in the Influx
database.
By setting the default 30 seconds the amount of entries is reduced to
1/6th of that and thus saves storage and other resources.
If users want they can change the interval to anything they like.
Signed-off-by: Wido den Hollander <wido@42on.com>
'database': 'ceph',
'username': None,
'password': None,
- 'interval': 5,
+ 'interval': 30,
'ssl': 'false',
'verify_ssl': 'true'
}