frigo

Results 32 issues of frigo

### Is your feature request related to a problem? Please describe. Wanting to set option ``` queue-on-connection-limit enabled ``` on a pool, but it is not available in any module....

enhancement
awaiting-user-action

As documented here: https://clouddocs.f5.com/api/irules/virtual.html Currently I am using ``` on virtual name return foo on virtual foo return "" ``` But then I cannot check that the virtual server is...

**PROBLEM SUMMARY** Most of the commands (per doc https://github.com/Venafi/vcert/blob/master/README-CLI-TPP-SSH.md) read ``` vcert -t ``` This is insecure as the auth token is given on the command line. A user logged...

enhancement

Providing basic auth parameters through the command line is insecure and raised some eyebrows in https://github.com/prometheus/haproxy_exporter/issues/102 Kingpin in https://github.com/alecthomas/kingpin#reading-arguments-from-a-file provides a way to specify parameters through a file so we...

noticed when resizing the terminal (either with tmux or with resizing my terminal window), py-spy crashes with ``` thread 'main' panicked at src/console_viewer.rs:261:52: attempt to subtract with overflow stack backtrace:...

### Is your feature request related to a problem? Please describe. oneconnect only reuse connections when tmm.http.oc.droponerror is true (default) and server response code is 200 or 206. In situations...

enhancement
awaiting-user-action

### Is your feature request related to a problem ? as in https://github.com/prometheus-community/helm-charts/issues/415, unlike the other charts that moved to quay.io/prometheus-operator/prometheus-config-reloader, snmp-exporter is still using jimmidyson/configmap-reload ### Describe the solution...

enhancement
help wanted
good first issue

## Documentation link https://pan-os-python.readthedocs.io/en/latest/howto.html#optimize-with-bulk-operations ## Describe the problem doc mentions ```delete_similar``` as an alternative to ```delete``` to perform bulk delete, but it's not clear how this feature should be used....

documentation

**What happened**: running kubectl get pod -w, then interrupting with Ctrl-C, will leave "^C" written on the terminal without a new line after. The terminal prompt is drawn right after...

kind/bug
triage/accepted

there are multiple cases where OCF_NOT_RUNNING is returned and unfortunately, there are rare cases where the container is, in fact, running. We add an info log so we have something...