Skip to content

Commit

Permalink
Release v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BuJo committed Oct 23, 2023
1 parent a4bb4e5 commit 93163ce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Releases

## v1.0 - 2023-10-23 Maintenance

* Revise look of alerts
* Add example connector

## v0.19 - 2023-09-12 Visuals

* Make red alert more readable
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Connectors for
* [Nagios API]
* [Patchman]
* Due [Redmine] tickets
* Static example showing alert types

[Alertmanager]: https://prometheus.io/docs/alerting/latest/alertmanager/
[GitLab]: https://www.gitlab.com
Expand Down Expand Up @@ -90,6 +91,11 @@ export TUWAT_TEMPLATEDIR= TUWAT_STATICDIR=

* Open http://localhost:8988

### Adding a new collector

* See `pkg/connectors/example` for a very basic example on how a connector
is implemented.

### JavaScript Development

Updating the `main.js` used by the HTML code:
Expand All @@ -103,4 +109,4 @@ npm run watch # to watch for changes and re-generate while developing
```

Make sure to add the changed/generated files, so not everyone has to use
nodejs.
`node.js`.

0 comments on commit 93163ce

Please sign in to comment.