There was added VyOS monitoring feature in 1.3 and 1.4.
Documentation
There are some python scripts (scrappers) that are running by telegraf exec input filter (each 10s, with 10s timeout)
The problem is that sometimes LA elevates up to 1.5 (single core system) with no reasons while running these python scripts by influx's telegraf.
It looks strange because I can not catch the bottleneck. Also I've checked system while LA elevation: there were no unusual CPU, RAM and disk usage.
The only I find out is that LA elevation increasing is caused by running these scripts by telegraf. And I see no strange behavior while running it manually.
Description
Description
Details
Details
- Version
- 1.3.1, 1.4.0
- Is it a breaking change?
- Perfectly compatible
- Issue type
- Bug (incorrect behavior)
Related Objects
Related Objects
- Mentioned In
- rVYOSONEX4c2fc0aa110b: T4268: monitoring: Fixed unnatural LA elevation
rVYOSONEX5b2e73944034: Merge pull request #1292 from andriiandrieiev/equuleus
rVYOSONEXa7db4557abd2: T4268: monitoring: Fixed unnatural LA elevation
rVYOSONEX87ccc4626ad2: Merge pull request #1291 from andriiandrieiev/current
Event Timeline
Comment Actions
The answer was found https://github.com/influxdata/telegraf/issues/3465
Thanks @jestabro