Nick Satterly

Results 39 issues of Nick Satterly

Use workflow reuse and dependency chaining https://docs.github.com/en/actions/learn-github-actions/reusing-workflows Example docker-alerta/.github/workflows/docker.yml ``` name: Push to DockerHub on: push: tags: - v* env: REPOSITORY_URL: registry.hub.docker.com SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} jobs: test: uses: alerta/docker-alerta/.github/workflows/test.yml@master...

**Is your feature request related to a problem? Please describe.** Does Alerta support SLDAP since Microsoft is deprecating normal LDAP? @cisco92 **Describe the solution you'd like** Alerta LDAP auth should...

needs work

Another possibile solution is honoring the X-Forwarded-User http header. I am running the web UI behind a reverse nginx proxy, which can handle the authorization, and provide the userid via...

Michael Fischer 9 Jun at 01:04 Hi, is someone able to tell me how it's possible to ensure Alerta keeps a record of all instances of a duplicate alert in...

enhancement

In an effort to raise the profile of Alerta so that we all benefit from more users/reviewers/testers/contributors I would like to list company logos of those using Alerta on the...

help wanted
pinned

- [ ] grafana - [ ] icinga2 - [ ] librenms - [ ] netdata - [ ] riemann - [ ] tick https://www.digitalocean.com/community/tutorials/how-to-monitor-system-metrics-with-the-tick-stack-on-centos-7

docs

Looks like https://github.com/dgrubelic/vue-authenticate has published a new release which includes my fix so we should revert back to the upstream version.

priority: medium

"kiosk" url parameter is passed to API calls API knows nothing about it (I guess it actually shouldn't) and returns error I think we should remove this parameter from API...

bug