collectd: fix ubi data source type
authorFlorian Eckert <redacted>
Wed, 24 Jun 2020 09:04:13 +0000 (11:04 +0200)
committerFlorian Eckert <redacted>
Wed, 24 Jun 2020 11:20:26 +0000 (13:20 +0200)
commite7054e7e791566f1908bfd26b7e09dbac04b3dc4
tree81b69f9981979334db95e96b83e6eb8cf31eab67
parenta481a2006ccc27addb1e930e6b760f846a6abc0f
collectd: fix ubi data source type

Currently the values are stored in the ubi plugin as data source type
`counter`. But this makes no sense, because the values change very slowly
and I don't want to know the rate of change. It is better to store the
value as data source type `gauge`. Then I can see the current value.

Signed-off-by: Florian Eckert <redacted>
utils/collectd/patches/920-fix-ubi-data-source-type.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT