Chris Young

Results 4 issues of Chris Young

The error above is because of a change between transmission rpc version 15 (e.g. transmission 2.96) and rpc version 16 (e.g. transmission 3.00). In transmission rpc version 15, LastScrapeTimedOut returns...

### Relevant telegraf.conf ```toml [[outputs.http]] url="http://one.example.com/write" [[outputs.http]] url="http://two.example.com/write" ``` ### Logs from Telegraf ```text Aug 23 05:05:35 foo.example.com telegraf[796261]: 2024-08-23T10:05:35Z D! [agent] Attempting connection to [outputs.http] Aug 23 05:05:35 foo.example.com...

bug

### Describe the bug When I run `vmalert-tool-prod unittest --files foo.alerts.test.yml`, it almost always takes a little over 3 seconds. I think this is due to a race condition while...

enhancement
vmalert
waiting for release

We automatically renew TLS certificates periodically and need to restart script_exporter to pick up the new certs. Other exporters such as `node-exporter` and `snmp-exporter` automatically pick up the latest cert...