John Jensen

Results 13 comments of John Jensen

hi @regel - thanks for the reply. Here's my `config.yml` with some bits retracted: ``` --- datasources: - name: influx_[redacted] type: influxdb addr: [redacted]:8086 database: snmp_[redacted] dbuser: admin retention_policy: 30d...

@regel - your config suggestion isn't working. loudml is still trying to create the database. my revised `config.yml`: ``` --- datasources: - name: influx_[redacted] type: influxdb addr: host:8086 database: snmp_[redacted]...

is there any update on this? I have a slightly different configuration but the outcome is still the same. Essentially we're storing AWS credentials encrypted in the KV store. These...

There are re-run options via the CLI: https://docs.stackstorm.com/orquesta/operations.html I have not personally attempted it via CLI however.

I'm running 3.6 via the one-liner install on an Ubuntu 20.04 VM: ``` jjensen@destackstorm:~$ dpkg --list | grep st2 ii st2 3.6.0-3 amd64 StackStorm Event-driven automation ii st2chatops 3.6.0-1 amd64...

Typically the entire workflow, especially if we need some Terraform actions to execute (ie they need to be retried). I've had mixed results on running the individual tasks via the...

Since [version 0.20.0](https://github.com/encode/httpx/releases/tag/0.20.0), httpx no longer follows 3XX redirects in its requests, and instead will `raise_for_status()` on ANY response that isn't a 2XX. In order to fix it you have...

Hi, Synchronous transport is handed by the `requests` module, but asynchronous transport is handled by the `httpx` module. To perform HTTP basic auth with `httpx`, you need to create an...

Hi, I'm not sure where to point you next, as my example code works for me. Have you tested against a different SOAP server to isolate the issue from that...

I'm sure the devs will chime in, but I've also found that config reloads can hang/take some time when the config reload is issued during a polling cycle. When snmpcollector...