docker-alerta
docker-alerta copied to clipboard
Run alerta in a docker container
Add a Helm variable in chart to specify the class name of the ingress. Allow to be compliant with `ingress-nginx` `>=1.0.0` I took the opportunity to bump the chart version...
**Issue Summary** Attempting to get Alerta working in Docker with Mongo rather than the more documented Postgres using "alerta/alerta-web:8.7.0" and "mongo:4.4.2" as the hardware has no AVX support and the...
**Issue Summary** Alerta installed using Docker container. Using a client browser (Chrome) I can bring up the Alerta Web-UI on initial startup and return data successfully to the browser using...
In case I do not pass ``` ALERTA_SVR_CONF_FILE ``` to the container the following ``` export SECRET_KEY ``` in docker-entrypoint.sh takes precedence over ``` SECRET_KEY ``` setting in ``` /etc/alertad.conf...
This is my proposal to fix https://github.com/alerta/docker-alerta/issues/370
**Issue Summary** Customer view is enabled and housekeeping is missing permissions, raising this error: `{"code":400,"errors":null,"message":"not allowed to set customer to 'xxxx'","requestId":"f453f56d-4929-464a-b2a6-2871064afcda","status":"error"}`. If we update the permissions of this key, it...
Some Alerta config values are typically multiline constructs, e.g. `SEVERITY_MAP` (see [docs](https://docs.alerta.io/configuration.html#severity-settings)). So far, using multiline values breaks the indentation of this ConfigMap. This change adds indentation to all but...
uWSGI workers all restart at the same time, and because the app takes a couple of seconds to load, this leaves a small window in which connections are not processed...
This PR addresses [docker-alerta Issue #365](https://github.com/alerta/docker-alerta/issues/365) This PR: - Resolves 502 errors due to all uWSGI workers simultaneously - Adds support for uWSGI option `max-worker-lifetime-delta` - Removes `--strict` flag from...
Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.2 to 2.9.3. Changelog Sourced from psycopg2's changelog. Current release What's new in psycopg 2.9.3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alpine (musl) wheels now available (:ticket:[#1148](https://github.com/psycopg/psycopg2/issues/1148)). What's new in psycopg 2.9.2...