005985387e
IFX
2025-04-04 19:01:01 -07:00
TwiN
55d7bcdf2e
feat(ui): Implement ability to hide port from endpoint results via endpoints[].ui.hide-port
( #1038 )
...
* feat(ui): Implement ability to hide port from endpoint results via `endpoints[].ui.hide-port`
Fixes #1036
* Add test
2025-03-20 16:31:14 -04:00
TwiN
b79fb09fe5
fix: Replace # by - for endpoint key
2025-03-17 20:54:36 -04:00
TwiN
46499e13a0
fix(alerting): Ensure that alerting.incident-io.url has the correct prefix ( #1034 )
...
* fix(alerting): Ensure that alerting.incident-io.url has the correct prefix
* Fix test
2025-03-17 19:41:50 -04:00
TwiN
43b0772e7d
build: Fix typo in Dockerfile
2025-03-14 19:33:27 -04:00
dependabot[bot]
6d807e322e
chore(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 ( #1014 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 5.3.1 to 5.4.0.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v5.3.1...v5.4.0 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
2025-03-10 20:59:51 -04:00
dependabot[bot]
efa25c3498
chore(deps): bump golang.org/x/net from 0.33.0 to 0.37.0 ( #1020 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.33.0 to 0.37.0.
- [Commits](https://github.com/golang/net/compare/v0.33.0...v0.37.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-09 20:33:50 -04:00
dependabot[bot]
ee96ba8721
chore(deps): bump github.com/aws/aws-sdk-go from 1.55.5 to 1.55.6 ( #971 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.55.5 to 1.55.6.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.55.5...v1.55.6 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 22:11:36 -05:00
Xetera
e0bdda5225
feat(ui): Allow configuring default dark-mode value ( #1015 )
...
* fix: theme flickering
* chore(ui): added dark mode tests
* feat(ui): Expose new ui.dark-mode parameter to set default theme
* refactor(ui): Rename theme variable to themeFromCookie for clarity
---------
Co-authored-by: TwiN <twin@linux.com>
Co-authored-by: TwiN <chris@twin.sh>
2025-03-07 20:32:05 -05:00
dependabot[bot]
fc07f15b67
chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.36.0 ( #1018 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.31.0 to 0.36.0.
- [Commits](https://github.com/golang/crypto/compare/v0.31.0...v0.36.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
2025-03-07 19:02:25 -05:00
TwiN
168dafe5bb
ci(labeler): Set name to labeler
2025-03-06 22:18:12 -05:00
TwiN
ca2c6899ed
ci(labeler): Don't bother checking the body
2025-03-06 21:48:42 -05:00
TwiN
da3607106c
ci(labeler): Fix permission issue and continue on failure
2025-03-06 21:44:41 -05:00
dependabot[bot]
e3e951aec8
chore(deps): bump github.com/coreos/go-oidc/v3 from 3.11.0 to 3.12.0 ( #1004 )
...
Bumps [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc ) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/coreos/go-oidc/releases )
- [Commits](https://github.com/coreos/go-oidc/compare/v3.11.0...v3.12.0 )
---
updated-dependencies:
- dependency-name: github.com/coreos/go-oidc/v3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-06 21:38:09 -05:00
Konstantin Nosov
a4cb2acd24
docs: Clarify that disable-monitoring-lock is akin to enabling parallel execution ( #1017 )
...
* add keyword to doc
https://github.com/TwiN/gatus/issues/1016
* Update README.md
---------
Co-authored-by: TwiN <twin@linux.com>
2025-03-06 21:16:22 -05:00
TwiN
467e811fd5
ci(labeler): Support area/storage label
2025-03-06 21:10:03 -05:00
TwiN
11292b5f1e
ci: Bump publish-latest's timeout-minutes
2025-03-04 19:50:02 -05:00
TwiN
4cd35ef51d
fix(dev): Add run-binary target in Makefile
2025-03-03 21:40:46 -05:00
TwiN
bb62a400f1
ci(labeler): Support pull request and issue number
2025-03-02 20:10:47 -05:00
TwiN
b750fcd209
fix(dev): Add missing ENVIRONMENT=dev instruction in Makefile
2025-03-02 17:42:15 -05:00
TwiN
62af9e842f
ci: Add labeler workflow ( #1010 )
2025-02-21 23:39:48 -05:00
TwiN
2049601be5
ci: Add publish-custom workflow
2025-02-18 20:59:40 -05:00
Lisovskii Stan
abf5fbee9e
chore(deps): Update TwiN/whois dependency to v1.1.10 ( #1006 )
...
Update whois dependency to v1.1.10
2025-02-18 20:41:18 -05:00
TwiN
8ad8a05535
docs(alerting): Add missing source-url parameter in incident-io provider
2025-02-17 15:09:46 -05:00
TwiN
3f94e16950
docs(alerting): Fix formatting in incident-io section
2025-02-17 15:04:19 -05:00
TwiN
46b24b849f
feat(dns): Support SRV query type ( #1005 )
2025-02-17 10:22:44 -05:00
Alex Maras
a1f7bd7b73
feat(maintenance): Per-endpoint maintenance configuration ( #982 )
...
* feat: add endpoint.maintenance-windows array for per-endpoint maintenance configuration
* doc: initial entry for maintenance windows in endpoint config
* doc: example documentation for per-endpoint configuration of maintenance
windows
* chore: var => :=
* test: add checks for maintenance window defaults in endpoint configuration
* chore: clean up new-lines
---------
Co-authored-by: TwiN <twin@linux.com>
2025-02-16 23:05:13 -05:00
dependabot[bot]
7e122a9fd9
chore(deps): bump github.com/gofiber/fiber/v2 from 2.52.5 to 2.52.6 ( #952 )
...
Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber ) from 2.52.5 to 2.52.6.
- [Release notes](https://github.com/gofiber/fiber/releases )
- [Commits](https://github.com/gofiber/fiber/compare/v2.52.5...v2.52.6 )
---
updated-dependencies:
- dependency-name: github.com/gofiber/fiber/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
2025-02-16 22:55:53 -05:00
TwiN
52c142ec81
ci(test-ui): Fix push trigger
2025-02-10 21:47:06 -05:00
TwiN
18e90d0e63
fix(ui): Don't override body/html background-color ( #1002 )
...
* fix(ui): Don't override body/html background-color
* fix(ui): Don't override body/html background-color
2025-02-10 21:45:44 -05:00
Tore Stendal Lønøy
64b4c53b4e
feat(ui): expose 30d badges and response chart selector for duration ( #994 )
...
* chore: initial commit for 30d badge/chart UI support
* chore revert some changes
* chore build frontend
* chore remove old line
* rebuild frontend
* re-order list
* feat: add support for 1h response chart
* chore(docs): add section about response time chart
* chore(frontend): add missing select
* chore: code format
* chore: new web build
* Revert "chore: code format"
This reverts commit 517f0ce3c85e16e771cddc26ca67c2085703158b.
* chore(responsechart): remove support for 1h charts
response time is only stored at 1h intervals, having a chart for the past 1h does not make sense.
2025-02-10 20:55:19 -05:00
TwiN
9fd134ca9c
ci: Don't comment on pull requests
2025-02-08 11:52:31 -05:00
TwiN
d9e0ee04f9
ci: Run test-ui workflow on push event as well
2025-02-06 19:36:54 -05:00
TwiN
5227da3407
ci: Add workflow to test UI changes ( #998 )
...
* ci: Add workflow to test UI changes
* test
* remove test
2025-02-06 19:33:37 -05:00
Rani
541a70584d
feat(alerting): Add Incident.io alerting provider ( #972 )
...
* feat(alerting): added incident.io provider alerting.
* Tests: added incident.io provider unit tests.
* Documentation: added incidentio documentation.
* Refactor: Changed documentation + types to an alphabetical order.
* Refactor: change wrong comment.
Co-authored-by: Maksim Zhylinski <maksim@zhylinski.me>
* Update README.md
Co-authored-by: Maksim Zhylinski <maksim@zhylinski.me>
* Update alerting/provider/incidentio/incident_io.go
Co-authored-by: Julien Limoges <limoges@users.noreply.github.com>
* Update alerting/provider/incidentio/incident_io.go
Co-authored-by: Julien Limoges <limoges@users.noreply.github.com>
* Update alerting/provider/incidentio/incident_io.go
Co-authored-by: Julien Limoges <limoges@users.noreply.github.com>
* Update alerting/provider/incidentio/incident_io.go
Co-authored-by: Julien Limoges <limoges@users.noreply.github.com>
* Refactor: changed alertSourceID to url.
* Refactor: changed documentation.
* Refactor: refactored tests, removed status from config.
* Readme: updated docs.
* Refactor: removed duplication key in favor of ResolveKey.
* Refactor: change variable format.
* Feat + Test: added support for passing metadata and source url, added resolved-with-metadata-source-url test case.
* Refactor: chaned variable naming
* Update alerting/config.go
* Update README.md
* Update README.md
* Update README.md
* Apply suggestions from code review
* Refactor: sort var by abc
---------
Co-authored-by: Maksim Zhylinski <maksim@zhylinski.me>
Co-authored-by: Julien Limoges <limoges@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
2025-02-06 19:21:35 -05:00
Oleh Rakovych
ea2b7c4bdf
fix(remote): Support partial remote instance failure ( #990 )
...
Failing remotes allowed and logged
Co-authored-by: Oleh Rakovych <oleh@amberoad.ai>
2025-02-05 22:04:13 -05:00
Victor Laborie
9d8928dee0
fix(config): Ignore config files with double dot in it ( #696 ) ( #984 )
2025-02-02 20:37:55 -05:00
dependabot[bot]
41085757f9
chore(deps): bump codecov/codecov-action from 5.1.2 to 5.3.1 ( #980 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 5.1.2 to 5.3.1.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v5.1.2...v5.3.1 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-01 13:58:45 -05:00
Bo-Yi Wu
5b3e0c8074
refactor: periodic operations to use time.Ticker
( #978 )
...
- Use `time.Ticker` instead of `time.After` for periodic operations in `autoSave` function
- Use `time.Ticker` instead of `time.After` for periodic operations in `monitor` function
Signed-off-by: appleboy <appleboy.tw@gmail.com>
2025-01-28 22:23:16 -05:00
Alex Maras
975ac3592e
fix(maintenance): timezone handling offset issue ( #981 )
...
* fix: uses time.Date to construct time at midnight in Timezone instead of Truncate
* test: check for Perth validity using adjusted timezone handling
* chore: remove newlines around day adjustment block
* chore: remove separate define of dayWhereMaintenancePeriodWouldStart
2025-01-28 22:15:35 -05:00
TwiN
dd839be918
chore(logging): Fix typo in log
...
relates to #688
2025-01-20 18:28:34 -05:00
TwiN
1c99386807
fix(logging): Add debug log when skipping alert due to send-on-resolved: false
...
relates to #688
2025-01-20 18:14:59 -05:00
Rani
fa3e5dcc6e
feat(ssh): Support authless SSH health check ( #956 )
...
* Feature + Test + Documentation: added no-auth ssh health cheack feature, changed documentation to fit new behavior, added ssh test cases.
* Refactor: refactored authenticate field to infer from username and password insted of specifying it inside config.
* Refactor: removed non used field.
* Refactor: changed error, removed spaces.
* Refactor: added comments.
2025-01-19 16:22:41 -05:00
Devin Buhl
0bba77ab2b
feat(metrics): add gatus_results_endpoint_success
( #970 )
...
* feat(metrics): add gatus_endpoint_success
Signed-off-by: Devin Buhl <devin@buhl.casa>
* feat(metrics): add gatus_endpoint_success
Signed-off-by: Devin Buhl <devin@buhl.casa>
* chore: update readme
Signed-off-by: Devin Buhl <devin@buhl.casa>
* chore: update readme
Signed-off-by: Devin Buhl <devin@buhl.casa>
* chore: update readme
Signed-off-by: Devin Buhl <devin@buhl.casa>
* chore: update readme
Signed-off-by: Devin Buhl <devin@buhl.casa>
* chore: update readme
Signed-off-by: Devin Buhl <devin@buhl.casa>
---------
Signed-off-by: Devin Buhl <devin@buhl.casa>
2025-01-19 16:12:52 -05:00
dependabot[bot]
31073365ed
chore(deps): bump github.com/prometheus-community/pro-bing from 0.4.0 to 0.5.0 ( #949 )
...
chore(deps): bump github.com/prometheus-community/pro-bing
Bumps [github.com/prometheus-community/pro-bing](https://github.com/prometheus-community/pro-bing ) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/prometheus-community/pro-bing/releases )
- [Changelog](https://github.com/prometheus-community/pro-bing/blob/main/.goreleaser.yaml )
- [Commits](https://github.com/prometheus-community/pro-bing/compare/v0.4.0...v0.5.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus-community/pro-bing
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
2025-01-19 00:30:21 -05:00
TwiN
69dbe4fa23
test: Fix flaky DNS tests that check for valid IP ( #968 )
2025-01-18 20:26:25 -05:00
Zuhair Zaki
9157b5bf67
fix(client): Potential channel blocking issue for SCTP endpoints ( #962 )
...
fixing channel blocking in client.go
Co-authored-by: TwiN <twin@linux.com>
2025-01-13 23:30:15 -05:00
Sascha Voth
1ddaf5f3e5
fix(alerting): replace HTML entities with emojis in teams-workflows provider to prevent rendering issues ( #941 )
...
* replace html entities with emojis to prevent rendering issues
* update teamsworklfows tests as well
---------
Co-authored-by: Sascha Voth <voth@jacob.de>
Co-authored-by: TwiN <twin@linux.com>
2025-01-13 23:18:47 -05:00
TwiN
e1675cc747
docs: Fix test badge
2025-01-13 23:04:45 -05:00
dependabot[bot]
47246ddcf7
chore(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 ( #959 )
...
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.24.0 to 0.25.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.24.0...v0.25.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-12 21:19:22 -05:00
dependabot[bot]
c259364edf
chore(deps): bump modernc.org/sqlite from 1.34.2 to 1.34.4 ( #948 )
...
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite ) from 1.34.2 to 1.34.4.
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.34.2...v1.34.4 )
---
updated-dependencies:
- dependency-name: modernc.org/sqlite
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-07 22:23:37 -05:00
tigattack
b650518ccc
ci: Add image labels, merge publish to Docker Hub/GHCR workflows ( #954 )
...
* Merge publish to Docker Hub/GHCR workflows
* Add labels to images built by publish workflows
2025-01-05 23:03:14 -05:00
TwiN
d69844dc13
docs: Use stable tag in quick start instructions
2024-12-29 10:07:03 -05:00
TwiN
8aae277113
Revert "feat(metrics): Add URL to metrics labels" ( #947 )
...
Revert "feat(metrics): Add URL to metrics labels (#875 )"
This reverts commit e88f47f0f41e25209320dafb3d4ba2808a8a1851.
2024-12-28 16:48:00 -05:00
JamesHillyard
c44d998fb3
feat(api): Expose uptime data as text via API ( #758 )
...
* Expose Raw Uptime Data via API
Signed-off-by: James Hillyard <james.hillyard@payara.fish>
* Add Test for Raw Uptime Data API Endpoint
Signed-off-by: James Hillyard <james.hillyard@payara.fish>
* Document Raw Uptime Data API Endpoint
Signed-off-by: James Hillyard <james.hillyard@payara.fish>
* Fix Test after #759 Core Refactor
Signed-off-by: James Hillyard <james.hillyard@payara.fish>
* Update Raw Data Content Type
Signed-off-by: James Hillyard <james.hillyard@payara.fish>
* Support 30d Data from Raw Uptime Endpoint
Signed-off-by: James Hillyard <james.hillyard@payara.fish>
* Update README.md
* Update README.md
---------
Signed-off-by: James Hillyard <james.hillyard@payara.fish>
Co-authored-by: TwiN <twin@linux.com>
2024-12-28 15:59:28 -05:00
Daniel Santos
e88f47f0f4
feat(metrics): Add URL to metrics labels ( #875 )
...
Co-authored-by: TwiN <twin@linux.com>
2024-12-28 14:07:50 -05:00
dependabot[bot]
19713c2d79
chore(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 ( #923 )
...
chore(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.20.4 to 1.20.5.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.20.4...v1.20.5 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-28 14:01:09 -05:00
dependabot[bot]
6eca0201ce
chore(deps): bump github.com/valyala/fasthttp from 1.56.0 to 1.58.0 ( #940 )
...
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp ) from 1.56.0 to 1.58.0.
- [Release notes](https://github.com/valyala/fasthttp/releases )
- [Commits](https://github.com/valyala/fasthttp/compare/v1.56.0...v1.58.0 )
---
updated-dependencies:
- dependency-name: github.com/valyala/fasthttp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
2024-12-28 13:39:22 -05:00
Mehmet Osmanoglu
f2a82e0681
feat(alerting): Add condition results to Pushover ( #945 )
...
Co-authored-by: TwiN <twin@linux.com>
2024-12-28 11:35:19 -05:00
dependabot[bot]
9a12adbaf5
chore(deps): bump google.golang.org/api from 0.209.0 to 0.214.0 ( #939 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.209.0 to 0.214.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases )
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md )
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.209.0...v0.214.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
2024-12-28 11:28:58 -05:00
TwiN
efbb739a44
feat(ui): Implement Custom CSS configuration ( #943 )
...
* feat(ui): Implement Custom CSS configuration
* Update web/app/public/index.html
2024-12-26 23:08:16 -05:00
Paul Nikonowicz
78c9a1bd41
test(client): add test for insecure flag ( #942 )
...
adds tests to complement work done in
https://github.com/TwiN/gatus/pull/547
it was rumored that tls insecure was not working,
although tls insecure appears to be working fine,
no test was found originally.
this adds a test to ensure that tls insecure works
as expected. the domain badssl.com is used to
verify that the insecure flag works as expected
2024-12-26 22:56:36 -05:00
Ikko Eltociear Ashimine
0440deb6b5
docs: Fix typo in README ( #946 )
...
docs: update README.md
`endpoints[].ui.badge.reponse-time` -> `endpoints[].ui.badge.response-time`
2024-12-25 14:11:02 -05:00
dependabot[bot]
83a555e334
chore(deps): bump github.com/TwiN/deepmerge from 0.2.1 to 0.2.2 ( #922 )
...
Bumps [github.com/TwiN/deepmerge](https://github.com/TwiN/deepmerge ) from 0.2.1 to 0.2.2.
- [Release notes](https://github.com/TwiN/deepmerge/releases )
- [Commits](https://github.com/TwiN/deepmerge/compare/v0.2.1...v0.2.2 )
---
updated-dependencies:
- dependency-name: github.com/TwiN/deepmerge
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-19 18:24:05 -05:00
dependabot[bot]
fcb4c71cda
chore(deps): bump codecov/codecov-action from 5.1.1 to 5.1.2 ( #935 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v5.1.1...v5.1.2 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-19 18:23:39 -05:00
dependabot[bot]
5169c1a91a
chore(deps): bump golang.org/x/net from 0.31.0 to 0.33.0 ( #936 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.31.0 to 0.33.0.
- [Commits](https://github.com/golang/net/compare/v0.31.0...v0.33.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-19 18:23:20 -05:00
dependabot[bot]
126b78fc0e
chore(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1 ( #926 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 5.0.7 to 5.1.1.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v5.0.7...v5.1.1 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-17 23:45:12 -05:00
TwiN
8b2cd2e4b3
docs: Improve alerting documentation
2024-12-17 21:23:19 -05:00
TwiN
79c9f24c15
feat(alerting): Implement alert-level provider overrides ( #929 )
...
* feat(alerting): Implement alert-level provider overrides
Fixes #96
* Fix tests
* Add missing test cases for alerting providers
* feat(alerting): Implement alert-level overrides on all providers
* chore: Add config.yaml to .gitignore
* fix typo in discord provider
* test: Start fixing tests for alerting providers
* test: Fix GitLab tests
* Fix all tests
* test: Improve coverage
* test: Improve coverage
* Rename override to provider-override
* docs: Mention new provider-override config
* test: Improve coverage
* test: Improve coverage
* chore: Rename Alert.OverrideAsBytes to Alert.ProviderOverrideAsBytes
2024-12-16 20:32:13 -05:00
Bryan J.
be9ae6f55d
docs: Fix typo ( #931 )
...
chore: typo fix
Co-authored-by: TwiN <twin@linux.com>
2024-12-14 13:28:57 -05:00
Philip Whiteside
539c7635a1
docs: Change protocol backslash (\\) to forwardslash (//) in README.md ( #933 )
...
Change protocol backslash to forwardslash in README.md
Some of the text examples used `proto:\\` instead of `proto://`. The backslash is not correct and results in "panic: invalid endpoint testgroup-|-testendpoint: unknown endpoint type".
2024-12-14 08:20:47 -05:00
TwiN
d56a8487eb
refactor: Rename HasTlsConfig to HasTLSConfig
2024-12-06 21:35:26 -05:00
TwiN
a1bbc41b62
chore: Remove unnecessary newline
2024-12-06 21:34:44 -05:00
TwiN
cdac5790cb
docs: Fix typo in comment
2024-12-06 21:34:13 -05:00
dependabot[bot]
ff318efb67
chore(deps): bump modernc.org/sqlite from 1.33.1 to 1.34.2 ( #921 )
...
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite ) from 1.33.1 to 1.34.2.
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.33.1...v1.34.2 )
---
updated-dependencies:
- dependency-name: modernc.org/sqlite
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-05 01:05:12 -05:00
dependabot[bot]
504bd8f66c
chore(deps): bump google.golang.org/api from 0.183.0 to 0.209.0 ( #912 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.183.0 to 0.209.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases )
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md )
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.183.0...v0.209.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-03 23:12:25 -05:00
dependabot[bot]
917ad59306
chore(deps): bump github.com/aws/aws-sdk-go from 1.54.10 to 1.55.5 ( #890 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.54.10 to 1.55.5.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.54.10...v1.55.5 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
2024-12-03 19:13:57 -05:00
dependabot[bot]
f04dbfa516
chore(deps): bump golang.org/x/net from 0.29.0 to 0.31.0 ( #894 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.29.0 to 0.31.0.
- [Commits](https://github.com/golang/net/compare/v0.29.0...v0.31.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
2024-12-03 19:12:35 -05:00
dependabot[bot]
4e6e57747f
chore(deps): bump codecov/codecov-action from 4.6.0 to 5.0.7 ( #910 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 4.6.0 to 5.0.7.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v4.6.0...v5.0.7 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-03 19:04:46 -05:00
Stephen
778019590d
feat(alerting): Add overrides for Ntfy provider ( #918 )
...
* Add overrides to Ntfy alert provider
* Update alerting/provider/ntfy/ntfy.go
---------
Co-authored-by: TwiN <twin@linux.com>
2024-11-30 22:09:20 -05:00
Martin Stone
29cbff6774
feat(client): Add support for PTR DNS records ( #886 )
...
Co-authored-by: TwiN <twin@linux.com>
2024-11-28 18:21:44 -05:00
TwiN
2fe991319e
docs: Remove duplicate "Proxy client configuration" section
2024-11-19 20:45:54 -05:00
Tim
52a73125f9
feat(alerting): Update Adaptive Cards design for teams-workflows ( #903 )
...
Update adaptive cards design for msteams
Co-authored-by: Tim-orius <timorius@gmx.de>
2024-11-19 20:24:17 -05:00
TwiN
01131755bc
fix(logging): Replace log-level parameter by GATUS_LOG_LEVEL env var ( #895 )
...
* fix(logging): Replace log-level parameter by GATUS_LOG_LEVEL env var
* Improve log message if GATUS_LOG_LEVEL isn't set
2024-11-13 23:54:00 -05:00
Gary Hodgson
8060a77b1f
feat(logging): Allow configuring logging verbosity level ( #872 )
...
* introduces TwiN/logr library
* use new features of logr library
* minor tweaks and formatting
* Apply suggestions from code review
---------
Co-authored-by: TwiN <twin@linux.com>
2024-11-13 19:02:53 -05:00
dependabot[bot]
92bb42d444
chore(deps): bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 ( #893 )
...
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.23.0 to 0.24.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.23.0...v0.24.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-12 20:33:13 -05:00
TwiN
c758af8791
docs: Fix order of alerting config params
2024-11-10 17:48:30 -05:00
dependabot[bot]
0d38132a15
chore(deps): bump golang.org/x/oauth2 from 0.21.0 to 0.23.0 ( #891 )
...
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.21.0 to 0.23.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.21.0...v0.23.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
2024-11-07 23:53:46 -05:00
Devin Buhl
177feba75b
feat(pushover): priority on resolved ( #879 )
...
* feat(pushover): priority on resolved
Signed-off-by: Devin Buhl <devin@buhl.casa>
* Update README.md
* Update README.md
* Rename ResolvedPriority
* Update README.md
* Update alerting/provider/pushover/pushover.go
* Update README.md
* Update pushover.go
* Update pushover_test.go
* fix: update tests
Signed-off-by: Devin Buhl <devin@buhl.casa>
* fix: update tests
Signed-off-by: Devin Buhl <devin@buhl.casa>
---------
Signed-off-by: Devin Buhl <devin@buhl.casa>
Co-authored-by: TwiN <twin@linux.com>
2024-11-05 19:57:33 -05:00
dependabot[bot]
c6ff6ec583
chore(deps): bump github.com/gofiber/fiber/v2 from 2.52.4 to 2.52.5 ( #888 )
...
Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber ) from 2.52.4 to 2.52.5.
- [Release notes](https://github.com/gofiber/fiber/releases )
- [Commits](https://github.com/gofiber/fiber/compare/v2.52.4...v2.52.5 )
---
updated-dependencies:
- dependency-name: github.com/gofiber/fiber/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 18:52:17 -05:00
TwiN
e061c788de
ci: Update open-pull-requests-limit from 1 to 3
2024-11-04 18:37:31 -05:00
dependabot[bot]
e537758590
chore(deps): bump github.com/coreos/go-oidc/v3 from 3.10.0 to 3.11.0 ( #870 )
...
Bumps [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc ) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/coreos/go-oidc/releases )
- [Commits](https://github.com/coreos/go-oidc/compare/v3.10.0...v3.11.0 )
---
updated-dependencies:
- dependency-name: github.com/coreos/go-oidc/v3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 18:34:33 -05:00
Martin Stone
1c78f659c2
docs: Fix typo in README ( #885 )
2024-10-31 20:29:48 -04:00
Liam Jones
40cbb4b1d4
fix(alerting): Add missing support for default-alert on teams-workflows ( #883 )
...
Fix default-alert on teams-workflows
2024-10-31 19:59:29 -04:00
dependabot[bot]
7103d0a9ae
chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 ( #873 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v4.5.0...v4.6.0 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-21 21:50:03 -04:00
JamesHillyard
ff4b09dff8
feat(alerting): Implement new Teams Workflow alert ( #847 )
...
* POC Teams Workflow Alerting
Signed-off-by: James Hillyard <james.hillyard@payara.fish>
* Document Teams Workflow Alert
Signed-off-by: James Hillyard <james.hillyard@payara.fish>
* Rename 'teamsworkflow' to 'teams-workflows'
Signed-off-by: James Hillyard <james.hillyard@payara.fish>
* Fix README Table Format
Signed-off-by: James Hillyard <james.hillyard@payara.fish>
* Fix Test to Expect Correct Emoji
Signed-off-by: James Hillyard <james.hillyard@payara.fish>
---------
Signed-off-by: James Hillyard <james.hillyard@payara.fish>
Co-authored-by: TwiN <twin@linux.com>
2024-10-15 17:25:02 -04:00
Simon Erhardt
29072da23e
docs: change the url of the helm chart to your repo ( #878 )
...
fix: change the url of the helm chart to your repo
2024-10-14 11:27:37 -04:00
stendler
bb973979d2
feat(alerting): add email and click action to ntfy provider ( #778 )
...
* feat(alerting): add optional email to ntfy provider
https://docs.ntfy.sh/publish/#e-mail-notifications
* feat(alerting): add optional click action to ntfy provider
https://docs.ntfy.sh/publish/#click-action
* feat(alerting): add option to disable firebase in ntfy provider
https://docs.ntfy.sh/publish/#disable-firebase
* feat(alerting): add option to disable message caching in ntfy provider
https://docs.ntfy.sh/publish/#message-caching
* test(alerting): add buildRequestBody tests for email and click properties
* test(alerting): add tests for Send to verify request headers
* feat(alerting): refactor to prefix firebase & cache with "disable"
This avoids the need for a pointer, as omitting these bools in the config defaults to false
and omitting to set these headers will use the server's default - which is enabled on ntfy.sh
2024-10-04 20:23:07 -04:00
dependabot[bot]
3a7be5caff
chore(deps): bump github.com/valyala/fasthttp from 1.54.0 to 1.56.0 ( #869 )
...
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp ) from 1.54.0 to 1.56.0.
- [Release notes](https://github.com/valyala/fasthttp/releases )
- [Commits](https://github.com/valyala/fasthttp/compare/1.54.0...v1.56.0 )
---
updated-dependencies:
- dependency-name: github.com/valyala/fasthttp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-25 23:57:19 -04:00
dependabot[bot]
bd1a544cf7
chore(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.4 ( #867 )
...
chore(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.19.1 to 1.20.4.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.19.1...v1.20.4 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-23 20:43:27 -04:00
dependabot[bot]
aa51b0ad70
chore(deps): bump github.com/miekg/dns from 1.1.61 to 1.1.62 ( #866 )
...
Bumps [github.com/miekg/dns](https://github.com/miekg/dns ) from 1.1.61 to 1.1.62.
- [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release )
- [Commits](https://github.com/miekg/dns/compare/v1.1.61...v1.1.62 )
---
updated-dependencies:
- dependency-name: github.com/miekg/dns
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-22 21:39:41 -04:00
raojinlin
fc09981779
feat(alerting): alert teams add client insecure option ( #864 )
...
* feat: alert teams add client insecure option
* feat(docs): add comment for `ClientConfig` field
* fix typo
---------
Co-authored-by: raojinlin <raojinlin302@gmail.com>
Co-authored-by: TwiN <twin@linux.com>
2024-09-21 20:26:30 -04:00
dependabot[bot]
de2d41ed88
chore(deps): bump github.com/wcharczuk/go-chart/v2 from 2.1.1 to 2.1.2 ( #862 )
...
Bumps [github.com/wcharczuk/go-chart/v2](https://github.com/wcharczuk/go-chart ) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/wcharczuk/go-chart/releases )
- [Commits](https://github.com/wcharczuk/go-chart/compare/v2.1.1...v2.1.2 )
---
updated-dependencies:
- dependency-name: github.com/wcharczuk/go-chart/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-19 22:15:21 -04:00
raojinlin
59842d5e88
feat(alerting): custom alert support endpoint errors ( #844 )
...
* feat(alerting): add support for including endpoint errors in custom alerts
- Updated `buildHTTPRequest` method in `AlertProvider` to accept a `result` parameter.
- Added support for including `[ENDPOINT_ERRORS]` in both the request body and URL, which will be replaced by the errors from `Result.Errors[]`.
- Adjusted `CreateExternalEndpointResult` to capture and store errors from query parameters.
- This allows custom alerts to include detailed error information, enhancing the flexibility of alert notifications.
* feat: add ENDPOINT_ERRORS example
* feat: add tests
* Refactor: code review feedback
* delete unsed errors
* Update README.md
* Apply suggestions from code review
---------
Co-authored-by: raojinlin <raojinlin302@gmail.com>
Co-authored-by: TwiN <twin@linux.com>
2024-09-17 22:26:21 -04:00
Gerrit
b0c2f1eba9
feat(alerting): Add optional field alerting.mattermost.channel ( #823 )
...
* Add optional field alerting.mattermost.channel
* Added omitempty to channel in Body for Mattermost
* Update README.md
* Update alerting/provider/mattermost/mattermost.go
* Expose channel configuration parameter through alerting.mattermost.channel
---------
Co-authored-by: Gerrit <gerrit.abma@logius.nl>
Co-authored-by: TwiN <twin@linux.com>
2024-09-17 21:02:31 -04:00
dependabot[bot]
f55f39fa33
chore(deps): bump golang.org/x/net from 0.26.0 to 0.29.0 ( #861 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.26.0 to 0.29.0.
- [Commits](https://github.com/golang/net/compare/v0.26.0...v0.29.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-17 19:48:51 -04:00
dependabot[bot]
1a0c0af403
chore(deps): bump modernc.org/sqlite from 1.31.1 to 1.33.1 ( #860 )
...
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite ) from 1.31.1 to 1.33.1.
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.31.1...v1.33.1 )
---
updated-dependencies:
- dependency-name: modernc.org/sqlite
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-16 19:04:13 -04:00
dependabot[bot]
12b04802ef
chore(deps): bump golang.org/x/crypto from 0.24.0 to 0.27.0 ( #857 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.24.0 to 0.27.0.
- [Commits](https://github.com/golang/crypto/compare/v0.24.0...v0.27.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-11 21:15:34 -04:00
Mehdi Bounya
d947a6b6f5
feat(alerting): Implement Zulip's alerts ( #845 )
...
* feat(alerting): Add alert type for Zulip
* feat(alerting): Implement Zulip alert provider
* feat(alerting): Add Zulip to alerting/config.go
* docs: Add Zulip alerts to README.md
* fix(alerting): Include alert description in message
* fix(alerting): validate Zuilip interface on compile
* chore(alerting): fix import order
* fix(alerting): rename ChannelId to ChannelID
* Update alerting/provider/zulip/zulip_test.go
---------
Co-authored-by: TwiN <twin@linux.com>
2024-09-03 23:21:08 -04:00
TwiN
54221eff9b
fix(maintenance): Import time/tzdata to support timezones ( #849 )
...
Fix #848
2024-08-28 18:41:21 -04:00
TwiN
d04b68979a
fix(remote): Stream endpoint statuses from remote instances instead of loading them all into memory
2024-08-26 21:30:53 -04:00
Bo-Yi Wu
7de5a1fe48
feat(alerting): implement Gitea alerting provider ( #842 )
...
* feat: implement Gitea alerting provider integration
- Add TypeGitea for the gitea alerting provider
- Introduce a new file for the gitea alerting provider implementation
- Implement the AlertProvider struct with necessary fields for gitea integration
- Add validation logic for the AlertProvider configuration
- Create tests for the AlertProvider's validation and sending functionality
- Update go.mod to include the gitea SDK as a dependency
- Modify the alerting configuration validation to recognize TypeGitea
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* chore: integrate Gitea alerting provider configuration
- Add Gitea alerting provider import to the configuration file
- Update the comment for the RepositoryURL field to reflect Gitea instead of GitHub
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* feat: add Assignees support to AlertProvider functionality
- Add a field for Assignees to the AlertProvider struct
- Update the Send function to include Assignees in the alert payload
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* feat: implement Gitea alerting configuration and documentation
- Add a new image asset for Gitea alerts
- Update the README to include configuration details for Gitea alerts
- Introduce parameters for Gitea alerting, including repository URL and personal access token
- Document the behavior of the Gitea alerting provider regarding issue creation and resolution
- Include an example YAML configuration for Gitea alerts
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Update README.md
Co-authored-by: TwiN <twin@linux.com>
* Update README.md
Co-authored-by: TwiN <twin@linux.com>
* Update README.md
Co-authored-by: TwiN <twin@linux.com>
* feat: refactor AlertProvider for improved client configuration
- Add import for the Gatus client library
- Remove the SkipVerify field from the AlertProvider struct
- Introduce ClientConfig field in the AlertProvider struct for client configuration
- Update validation logic to check for ClientConfig instead of SkipVerify
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Update README.md
Co-authored-by: TwiN <twin@linux.com>
* chore: update configuration for Gitea integration
- Change references from GitHub to Gitea in the configuration section
- Update alerting provider descriptions to reflect the correct platform
- Swap the order of GitHub and Gitea configurations
- Replace Gitea alert image with GitHub alert image
- Adjust the type field from gitea to github in the relevant sections
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* fix: ensure ClientConfig is validated and defaults set
- Add a check for nil ClientConfig in the IsValid function
- Set ClientConfig to a default configuration if it is nil
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
---------
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Co-authored-by: TwiN <twin@linux.com>
2024-08-21 17:51:45 -04:00
TwiN
dd435a8eaf
feat(storage): Support 30d badges ( #836 )
...
* feat(storage): Add support for 30d uptime badge
Fix #714
* Fix typo
* Fix test
* Fix typo
* Improve implementation
* Add check in existing test
* Add extra test to ensure functionality works
* Add support for 30d response time chart too
2024-08-11 22:40:19 -04:00
dependabot[bot]
90ffea9fb6
chore(deps): bump github.com/miekg/dns from 1.1.59 to 1.1.61 ( #829 )
...
Bumps [github.com/miekg/dns](https://github.com/miekg/dns ) from 1.1.59 to 1.1.61.
- [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release )
- [Commits](https://github.com/miekg/dns/compare/v1.1.59...v1.1.61 )
---
updated-dependencies:
- dependency-name: github.com/miekg/dns
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-04 13:13:19 -04:00
dependabot[bot]
c23d0b6f3b
chore(deps): bump modernc.org/sqlite from 1.30.0 to 1.31.1 ( #824 )
...
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite ) from 1.30.0 to 1.31.1.
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.30.0...v1.31.1 )
---
updated-dependencies:
- dependency-name: modernc.org/sqlite
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-31 00:00:47 -04:00
lefes
2c8c456512
feat(alerting): add telegram overriding token and id ( #826 )
...
* feat(alerting): add telegram overriding token and id
* Update alerting/provider/telegram/telegram_test.go
* Update alerting/provider/telegram/telegram_test.go
* Update alerting/provider/telegram/telegram_test.go
---------
Co-authored-by: TwiN <twin@linux.com>
2024-07-27 19:05:17 -04:00
lefes
af00dfdb73
feat(alerting): add timezone for maintenance ( #653 )
...
* feat(alerting): add timezone for maintenance
* Update config/maintenance/maintenance.go
* docs: Add example of maintenance.timezone in readme.md
* fix: Only set time to timezone location if the location is set
* fix: Include the original error in the message
---------
Co-authored-by: TwiN <twin@linux.com>
2024-07-01 19:41:33 -04:00
dependabot[bot]
b2191391f6
chore(deps): bump github.com/aws/aws-sdk-go from 1.53.19 to 1.54.10 ( #814 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.53.19 to 1.54.10.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.53.19...v1.54.10 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-29 23:57:20 -04:00
dependabot[bot]
5399b8a2fc
chore(deps): bump docker/build-push-action from 5 to 6 ( #806 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-22 22:39:52 -04:00
dependabot[bot]
65b77e9525
chore(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0 ( #800 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v4.4.1...v4.5.0 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 23:53:28 -04:00
Chris Smith
23a5da8dc6
docs: Add mTLS docker-compose example ( #744 )
...
Add mTLS docker-compose example
2024-06-10 18:47:47 -04:00
TwiN
11aeec45c9
chore(deps): Update Go to 1.22 and update all Go dependencies ( #794 )
...
* fix: Print the right variable when logging used config path on start
* chore(deps): Update Go to 1.22 and update all Go dependencies
2024-06-08 12:39:26 -04:00
TwiN
714dd4ba09
build: Drop support for linux/arm/v6 ( #773 )
2024-05-21 22:43:59 -04:00
dependabot[bot]
4a41f8c504
chore(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 ( #771 )
...
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
2024-05-21 22:30:55 -04:00
dependabot[bot]
7213add6b7
chore(deps): bump github.com/TwiN/gocache/v2 from 2.2.0 to 2.2.2 ( #772 )
...
---
updated-dependencies:
- dependency-name: github.com/TwiN/gocache/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-21 20:17:55 -04:00
dependabot[bot]
ea7bf2c194
chore(deps): bump codecov/codecov-action from 4.3.0 to 4.4.0 ( #765 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v4.3.0...v4.4.0 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
2024-05-20 21:51:58 -04:00
dependabot[bot]
db8535c3f3
chore(deps): bump github.com/gofiber/fiber/v2 from 2.52.1 to 2.52.4 ( #739 )
...
Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber ) from 2.52.1 to 2.52.4.
- [Release notes](https://github.com/gofiber/fiber/releases )
- [Commits](https://github.com/gofiber/fiber/compare/v2.52.1...v2.52.4 )
---
updated-dependencies:
- dependency-name: github.com/gofiber/fiber/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
2024-05-20 21:48:02 -04:00
TwiN
fdd00e7851
fix(alerting): Remove duplicate code and improve testing
...
Related to #768
2024-05-19 18:31:01 -04:00
TwiN
2a94f76244
fix(alerting): Make sure alert is triggered before attempting to persist it to the database
...
Related to #764 and #679
2024-05-17 18:18:06 -04:00
TwiN
f2c5f5911c
feat(alerting): Persist triggered alerts across application restart ( #764 )
...
* feat(alerting): Persist triggered alerts across application restart
Fixes #679
* test(alerting): Add numerous tests related to alerts
2024-05-15 21:29:45 -04:00
TwiN
9d151fcdb4
refactor: Break core package into multiple packages under config/endpoint ( #759 )
...
* refactor: Partially break core package into dns, result and ssh packages
* refactor: Move core package to config/endpoint
* refactor: Fix warning about overlapping imported package name with endpoint variable
* refactor: Rename EndpointStatus to Status
* refactor: Merge result pkg back into endpoint pkg, because it makes more sense
* refactor: Rename parameter r to result in Condition.evaluate
* refactor: Rename parameter r to result
* refactor: Revert accidental change to endpoint.TypeDNS
* refactor: Rename parameter r to result
* refactor: Merge util package into endpoint package
* refactor: Rename parameter r to result
2024-05-09 22:56:16 -04:00
TwiN
4397dcb5fc
docs: Improve Result.ConditionResults description
2024-05-04 20:05:06 -04:00
Rahul Chordiya
739e6c75a6
fix(alerting): Make Microsoft Teams title customizable ( #731 )
...
* Teams Custom Title
* Update README.md
* Small adjustment
---------
Co-authored-by: TwiN <twin@linux.com>
2024-05-04 19:24:25 -04:00
TwiN
dcfdfd423e
docs: Remove unnecessary badge
2024-04-27 14:39:42 -04:00
dependabot[bot]
28339684bf
chore(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 ( #703 )
...
Bumps [github.com/google/uuid](https://github.com/google/uuid ) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/google/uuid/releases )
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/uuid/compare/v1.5.0...v1.6.0 )
---
updated-dependencies:
- dependency-name: github.com/google/uuid
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
2024-04-18 21:34:26 -04:00
Robert Schelling
519500508a
fix: add crossorigin attribute to manifest.json link in index.html ( #736 )
...
* fix: add crossorigin attribute
* Update index.html
---------
Co-authored-by: Robert Schelling <robert.schelling@neckar.it>
Co-authored-by: TwiN <twin@linux.com>
2024-04-18 21:19:08 -04:00
TwiN
76a84031c2
refactor: Update connectivity.Checker struct to use pointer on receiver
2024-04-18 21:08:43 -04:00
TwiN
b88d0b1c34
chore: Update example.com's IPv4 and IPv6
2024-04-18 21:08:43 -04:00
TwiN
e0ab35e86a
feat(ui): Implement endpoints[].ui.hide-conditions
2024-04-18 21:08:43 -04:00
TwiN
7efe7429dd
docs: Fix formatting
2024-04-11 21:37:15 -04:00
HongKuang
4393a49900
chore: fix some typos ( #725 )
...
Signed-off-by: hongkuang <liurenhong@outlook.com>
Co-authored-by: TwiN <twin@linux.com>
2024-04-11 21:18:30 -04:00
TwiN
241956b28c
fix(alerting): Support alerts with no conditions for external endpoints ( #729 )
2024-04-10 20:46:17 -04:00
TwiN
a4bc3c4dfe
docs: Add missing information on passing a token for external endpoints
2024-04-10 19:03:29 -04:00
TwiN
7cf2b427c9
docs: Add missing description for ui pkg ValidateAndSetDefaults
2024-04-09 18:56:33 -04:00
TwiN
dc9cddfd77
ci: Add codecov token
2024-04-09 18:53:15 -04:00
Chris Smith
f93cebe715
feat(client): add mTLS config ( #665 )
...
* feat: add mtls config to client
* feat: add mtls config to client
* Rework client tls configuration
* Rebase (#3 )
* chore(deps): bump codecov/codecov-action from 3.1.6 to 4.0.1 (#671 )
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 3.1.6 to 4.0.1.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v3.1.6...v4.0.1 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat(client): enhance HTTP client configuration with proxy support (#668 )
* feat: enhance HTTP client configuration with proxy support
- Add `ProxyURL` field to `Config` struct with YAML tag
- Implement proxy URL parsing and setting in `getHTTPClient` method
- Add test case for `getHTTPClient` method with custom proxy URL setting
- Include `net/url` package in both `config.go` and `config_test.go` files
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* docs: enhance README with Proxy and OAuth2 Docs
- Remove empty lines from README.md
- Add documentation for proxy configuration in client examples
- Include YAML examples for client using a proxy, custom DNS resolver, OAuth2, and identity-aware proxy configurations in README.md
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* docs: add proxy client
Signed-off-by: appleboy <appleboy.tw@gmail.com>
* Update client/config.go
* Update README.md
* Update client/config_test.go
---------
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Signed-off-by: appleboy <appleboy.tw@gmail.com>
Co-authored-by: TwiN <twin@linux.com>
* chore: Update Go to 1.21
* chore(deps): bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 (#658 )
chore(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.17.0 to 1.18.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.17.0...v1.18.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump github.com/gofiber/fiber/v2 from 2.49.2 to 2.52.1 (#682 )
Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber ) from 2.49.2 to 2.52.1.
- [Release notes](https://github.com/gofiber/fiber/releases )
- [Commits](https://github.com/gofiber/fiber/compare/v2.49.2...v2.52.1 )
---
updated-dependencies:
- dependency-name: github.com/gofiber/fiber/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* docs(alerting): Fix wrong gitlab terminology (alert key vs. PAT) (#694 )
Fix wrong term (alert key vs. PAT)
* chore(deps): bump github.com/TwiN/deepmerge from 0.2.0 to 0.2.1 (#684 )
* chore(deps): bump github.com/TwiN/deepmerge from 0.2.0 to 0.2.1
Bumps [github.com/TwiN/deepmerge](https://github.com/TwiN/deepmerge ) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/TwiN/deepmerge/releases )
- [Commits](https://github.com/TwiN/deepmerge/compare/v0.2.0...v0.2.1 )
---
updated-dependencies:
- dependency-name: github.com/TwiN/deepmerge
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* build: Add `go mod tidy` in Dockerfile
* ci: Update Go to 1.20
* Update go.mod
* Update test.yml
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
* chore(deps): bump golang.org/x/oauth2 from 0.13.0 to 0.18.0 (#701 )
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.13.0 to 0.18.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.13.0...v0.18.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: add mtls config to client
feat: add mtls config to client
Rework client tls configuration
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Signed-off-by: appleboy <appleboy.tw@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Co-authored-by: TwiN <twin@linux.com>
Co-authored-by: Salim B <git@salim.space>
* Rebase (#4 )
* chore(deps): bump codecov/codecov-action from 3.1.6 to 4.0.1 (#671 )
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 3.1.6 to 4.0.1.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v3.1.6...v4.0.1 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat(client): enhance HTTP client configuration with proxy support (#668 )
* feat: enhance HTTP client configuration with proxy support
- Add `ProxyURL` field to `Config` struct with YAML tag
- Implement proxy URL parsing and setting in `getHTTPClient` method
- Add test case for `getHTTPClient` method with custom proxy URL setting
- Include `net/url` package in both `config.go` and `config_test.go` files
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* docs: enhance README with Proxy and OAuth2 Docs
- Remove empty lines from README.md
- Add documentation for proxy configuration in client examples
- Include YAML examples for client using a proxy, custom DNS resolver, OAuth2, and identity-aware proxy configurations in README.md
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* docs: add proxy client
Signed-off-by: appleboy <appleboy.tw@gmail.com>
* Update client/config.go
* Update README.md
* Update client/config_test.go
---------
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Signed-off-by: appleboy <appleboy.tw@gmail.com>
Co-authored-by: TwiN <twin@linux.com>
* chore: Update Go to 1.21
* chore(deps): bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 (#658 )
chore(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.17.0 to 1.18.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.17.0...v1.18.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump github.com/gofiber/fiber/v2 from 2.49.2 to 2.52.1 (#682 )
Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber ) from 2.49.2 to 2.52.1.
- [Release notes](https://github.com/gofiber/fiber/releases )
- [Commits](https://github.com/gofiber/fiber/compare/v2.49.2...v2.52.1 )
---
updated-dependencies:
- dependency-name: github.com/gofiber/fiber/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* docs(alerting): Fix wrong gitlab terminology (alert key vs. PAT) (#694 )
Fix wrong term (alert key vs. PAT)
* chore(deps): bump github.com/TwiN/deepmerge from 0.2.0 to 0.2.1 (#684 )
* chore(deps): bump github.com/TwiN/deepmerge from 0.2.0 to 0.2.1
Bumps [github.com/TwiN/deepmerge](https://github.com/TwiN/deepmerge ) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/TwiN/deepmerge/releases )
- [Commits](https://github.com/TwiN/deepmerge/compare/v0.2.0...v0.2.1 )
---
updated-dependencies:
- dependency-name: github.com/TwiN/deepmerge
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* build: Add `go mod tidy` in Dockerfile
* ci: Update Go to 1.20
* Update go.mod
* Update test.yml
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
* chore(deps): bump golang.org/x/oauth2 from 0.13.0 to 0.18.0 (#701 )
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.13.0 to 0.18.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.13.0...v0.18.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: add mtls config to client
* feat: add mtls config to client
* Rework client tls configuration
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Signed-off-by: appleboy <appleboy.tw@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Co-authored-by: TwiN <twin@linux.com>
Co-authored-by: Salim B <git@salim.space>
* Rebase (#6 )
* feat(tls): add mtls config to client (#189 )
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Signed-off-by: appleboy <appleboy.tw@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Co-authored-by: TwiN <twin@linux.com>
Co-authored-by: Salim B <git@salim.space>
2024-04-09 18:41:37 -04:00
TwiN
f54c45e20e
feat: Implement push-based external endpoints ( #724 )
...
* refactor: Move SSH outside of endpoint.go
* refactor: Use pointers for Alert receivers
* feat: Implement push-based external endpoints
* Fix failing tests
* Validate external endpoints on start
* Add tests for external endpoints
* refactor some error equality checks
* Improve docs and refactor some code
* Fix UI-related issues with external endpoints
2024-04-08 21:00:40 -04:00
dependabot[bot]
cacfbc0185
chore(deps): bump codecov/codecov-action from 4.0.1 to 4.1.1 ( #715 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 4.0.1 to 4.1.1.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v4.0.1...v4.1.1 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
2024-04-01 21:50:59 -04:00
TwiN
922638e071
refactor: Clean up code and change log format ( #719 )
2024-04-01 21:47:14 -04:00
TwiN
979d467e36
fix(jsonpath): Prevent panic when body is "null"
...
Resolves #718
2024-04-01 20:03:02 -04:00
TwiN
ceb2c7884f
docs: Add discord badge
2024-03-29 21:44:38 -04:00
michael-baraboo
ae750aa367
feat(alerting): add alerting support for jetbrains space ( #713 )
...
* add alerting support for jetbrains space
* readme fixes
* add jetbrainsspace to provider interface compilation check
* add jetbrainsspace to a couple more tests
2024-03-28 18:36:22 -04:00
dependabot[bot]
5aa83ee274
chore(deps): bump golang.org/x/oauth2 from 0.13.0 to 0.18.0 ( #701 )
...
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.13.0 to 0.18.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.13.0...v0.18.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-10 18:59:00 -04:00
dependabot[bot]
1e431c797a
chore(deps): bump github.com/TwiN/deepmerge from 0.2.0 to 0.2.1 ( #684 )
...
* chore(deps): bump github.com/TwiN/deepmerge from 0.2.0 to 0.2.1
Bumps [github.com/TwiN/deepmerge](https://github.com/TwiN/deepmerge ) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/TwiN/deepmerge/releases )
- [Commits](https://github.com/TwiN/deepmerge/compare/v0.2.0...v0.2.1 )
---
updated-dependencies:
- dependency-name: github.com/TwiN/deepmerge
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* build: Add `go mod tidy` in Dockerfile
* ci: Update Go to 1.20
* Update go.mod
* Update test.yml
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
2024-03-06 20:37:42 -05:00
Salim B
143a093e20
docs(alerting): Fix wrong gitlab terminology (alert key vs. PAT) ( #694 )
...
Fix wrong term (alert key vs. PAT)
2024-03-06 19:40:19 -05:00
dependabot[bot]
1eba430797
chore(deps): bump github.com/gofiber/fiber/v2 from 2.49.2 to 2.52.1 ( #682 )
...
Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber ) from 2.49.2 to 2.52.1.
- [Release notes](https://github.com/gofiber/fiber/releases )
- [Commits](https://github.com/gofiber/fiber/compare/v2.49.2...v2.52.1 )
---
updated-dependencies:
- dependency-name: github.com/gofiber/fiber/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-24 15:12:58 -05:00
dependabot[bot]
6299b630ce
chore(deps): bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 ( #658 )
...
chore(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.17.0 to 1.18.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.17.0...v1.18.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-20 22:26:25 -05:00
TwiN
1fcc6c0cc0
chore: Update Go to 1.21
2024-02-18 14:37:29 -05:00
Bo-Yi Wu
408a46f2af
feat(client): enhance HTTP client configuration with proxy support ( #668 )
...
* feat: enhance HTTP client configuration with proxy support
- Add `ProxyURL` field to `Config` struct with YAML tag
- Implement proxy URL parsing and setting in `getHTTPClient` method
- Add test case for `getHTTPClient` method with custom proxy URL setting
- Include `net/url` package in both `config.go` and `config_test.go` files
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* docs: enhance README with Proxy and OAuth2 Docs
- Remove empty lines from README.md
- Add documentation for proxy configuration in client examples
- Include YAML examples for client using a proxy, custom DNS resolver, OAuth2, and identity-aware proxy configurations in README.md
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* docs: add proxy client
Signed-off-by: appleboy <appleboy.tw@gmail.com>
* Update client/config.go
* Update README.md
* Update client/config_test.go
---------
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Signed-off-by: appleboy <appleboy.tw@gmail.com>
Co-authored-by: TwiN <twin@linux.com>
2024-02-14 21:43:57 -05:00
dependabot[bot]
3269e96f49
chore(deps): bump codecov/codecov-action from 3.1.6 to 4.0.1 ( #671 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 3.1.6 to 4.0.1.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v3.1.6...v4.0.1 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-12 23:26:58 -05:00
TwiN
08742e4af3
refactor(alerting): Use pointer for receiver in AlertProvider.GetDefaultAlert method ( #676 )
2024-02-07 20:09:45 -05:00
TwiN
2a623a59d3
fix(web): Allow configuration of read-buffer-size ( #675 )
...
This fixes the `431 Request Header Fields Too Large` error
By default, the read-buffer-size is 8192, up from fiber's default of 4096.
Fixes #674
Fixes #636
Supersedes #637
Supersedes #663
2024-02-07 18:54:30 -05:00
Nicolas Thumann
3d1b4e566d
feat(client): Add network config for ICMP endpoint client ( #661 )
...
* feat(client): Add network to config
* feat(client): Use network client config for pinger
* feat(client): Add client network configuration and demo to README
* feat(client): Add tests for pinger using network config
* feat(client): Drop integration tests
* feat(client): Add comment to tests
* feat(client): Add tests
* Update README.md
---------
Co-authored-by: TwiN <twin@linux.com>
2024-02-06 21:15:51 -05:00
Steven Kreitzer
6cbc59b0e8
feat: shields.io endpoint badge ( #652 )
...
* feat: shields.io endpoint badge
Signed-off-by: Steven Kreitzer <skre@skre.me>
* chore: update readme to include new shields.io badge
Signed-off-by: Steven Kreitzer <skre@skre.me>
---------
Signed-off-by: Steven Kreitzer <skre@skre.me>
Co-authored-by: TwiN <twin@linux.com>
2024-02-01 00:06:08 -05:00
dependabot[bot]
1a7aeb5b35
chore(deps): bump codecov/codecov-action from 3.1.4 to 3.1.6 ( #669 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 3.1.4 to 3.1.6.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v3.1.4...v3.1.6 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-31 23:53:51 -05:00
Bo-Yi Wu
228cd4d1fb
build: refine Makefile targets and build command ( #666 )
...
* build: refine Makefile targets and build command
- Remove `test` from `.PHONY` and add `install`, `run`, and `clean` targets to `.PHONY`
- Replace build command to include verbose flag and remove `-mod vendor` option
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* docs: refine README structure and update tests
- Add a "Table of Contents" section to the README
- Reorganize sections within the README, moving "Configuring AWS SES alerts" and "How to change the color thresholds of the response time badge"
- Remove "Sponsors" section from the README
- Update the test command in the README from `go test ./... -mod vendor` to `go test -v ./...`
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
---------
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2024-01-29 01:12:14 -05:00
dependabot[bot]
bdad56e205
chore(deps): bump modernc.org/sqlite from 1.26.0 to 1.28.0 ( #654 )
...
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite ) from 1.26.0 to 1.28.0.
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.26.0...v1.28.0 )
---
updated-dependencies:
- dependency-name: modernc.org/sqlite
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-17 22:25:54 -05:00
Nicolas Thumann
911902353f
fix: Allow binding IPv6 addresses for web ( #650 )
...
Co-authored-by: TwiN <twin@linux.com>
2024-01-14 15:03:12 -05:00
dependabot[bot]
f76be6df92
chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.18.0 ( #649 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.14.0 to 0.18.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.18.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-13 23:06:52 -05:00
dependabot[bot]
dd6c4142fb
chore(deps): bump actions/setup-go from 4 to 5 ( #634 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-01 23:26:52 -05:00
I-HSIN Cheng
1e82d2f07d
feat: add ability to delay startup ( #631 )
...
* Feat: add ability to delay startup
* Enable ability to set delay seconds before start up gatus
* Update README.md
* Delete .examples/delay-startup/Makefile
---------
Co-authored-by: TwiN <twin@linux.com>
2023-12-24 20:48:43 -05:00
Kloox
3c246f0c69
feat(client): Add Google's Identity-Aware-Proxy in client config ( #600 )
...
* client: config: add Google Identity-Aware-Proxy support
* Add correct sum and mod
* Update README.md
* Update README.md
* client: config: add Google Identity-Aware-Proxy support
* Add correct sum and mod
* Update README.md
* Update README.md
* Change IAP acronym to Identity-Aware-Proxy
* Change IAP acronym to Identity-Aware-Proxy in README.md
* Fix conflict in go.mod
* merge readme from twin/master
* Fix typo error in readme.md
* Update client/config.go
---------
Co-authored-by: TwiN <twin@linux.com>
2023-11-28 22:50:07 -05:00
dependabot[bot]
76111ee133
chore(deps): bump github.com/aws/aws-sdk-go from 1.47.8 to 1.47.9 ( #623 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.47.8 to 1.47.9.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.47.8...v1.47.9 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-13 20:12:39 -05:00
dependabot[bot]
d3a82244a1
chore(deps): bump github.com/aws/aws-sdk-go from 1.45.16 to 1.47.8 ( #621 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.45.16 to 1.47.8.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.45.16...v1.47.8 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-12 17:14:17 -05:00
Bugra Kocabay
807599c05e
docs: add instruction to install as binary ( #615 )
...
* feat(docs): add install binary command to docs
* feat(docs): change go install command format
* Update README.md
---------
Co-authored-by: Bugra Kocabay <kocabay.bugra@gmail.com>
Co-authored-by: TwiN <twin@linux.com>
2023-11-09 12:21:17 -05:00
Calvin Henderson
de7256e671
feat(alerting): make authentication optional for email provider ( #608 )
...
* feat(alerting): Made authentication optional for the email alert provider
* docs: Added parameter to email alert provider docs
* feat(alerting): Updated email alert to set the LocalName attribute based on the From key
* Updated email provider to disable authentication when no credentials are provided
* Removed `disable-authentication` flag from email provider documentation
* Apply suggestions from code review
---------
Co-authored-by: TwiN <twin@linux.com>
2023-11-04 19:28:06 -04:00
Bugra Kocabay
c6515c4b1c
feat(alerting): Add gotify provider ( #605 )
...
* feat(alerting): add gotify provider feature
* feat(alerting): update alert message
* feat(test): add tests for gotify provider
* feat(docs): add documentation for gotify provider
* feat(alerting): rename apptoken to token
* feat(docs): update docs for apptoken renaming to token
---------
Co-authored-by: Bugra Kocabay <kocabay.bugra@gmail.com>
Co-authored-by: TwiN <twin@linux.com>
2023-11-03 18:21:52 -04:00
dependabot[bot]
522b958d0f
chore(deps): bump github.com/coreos/go-oidc/v3 from 3.6.0 to 3.7.0 ( #604 )
...
Bumps [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc ) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/coreos/go-oidc/releases )
- [Commits](https://github.com/coreos/go-oidc/compare/v3.6.0...v3.7.0 )
---
updated-dependencies:
- dependency-name: github.com/coreos/go-oidc/v3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-02 23:06:06 -04:00
dependabot[bot]
16366e169e
chore(deps): bump github.com/valyala/fasthttp from 1.49.0 to 1.50.0 ( #594 )
...
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp ) from 1.49.0 to 1.50.0.
- [Release notes](https://github.com/valyala/fasthttp/releases )
- [Commits](https://github.com/valyala/fasthttp/compare/v1.49.0...v1.50.0 )
---
updated-dependencies:
- dependency-name: github.com/valyala/fasthttp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
2023-10-31 20:51:20 -04:00
Bugra Kocabay
ea3ae52f1e
Feat/modify discord title ( #602 )
...
* feat(alerting): allow discord alert's title to be configurable
* feat(alerting): modify documentation for discord title feature
* feat(test): add tests for discord title modify feature
---------
Co-authored-by: Bugra Kocabay <kocabay.bugra@gmail.com>
Co-authored-by: TwiN <twin@linux.com>
2023-10-31 20:01:54 -04:00
TwiN
5a16151bba
ui: Fix issue back button appearing over title when logo is too small
2023-10-31 19:44:54 -04:00
Kevin Richter
802ad7ff8f
feat(alerting): Add AWS SES Alerting Provider ( #579 )
...
* Add SES Provider
* Formatting
* Rename ses to aws-ses
* Typo
* Parse tag instead of type name
* Use aws.slice to convert string array & rename awsses -> aws-ses
* Rename type
* Update README.md
* Update alerting/config.go
* Rename package aws-ses to awsses
* Update README.md
* PR comments
---------
Co-authored-by: TwiN <twin@linux.com>
2023-10-25 23:52:43 -04:00
dependabot[bot]
619b69f480
chore(deps): bump github.com/wcharczuk/go-chart/v2 from 2.1.0 to 2.1.1 ( #591 )
...
Bumps [github.com/wcharczuk/go-chart/v2](https://github.com/wcharczuk/go-chart ) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/wcharczuk/go-chart/releases )
- [Commits](https://github.com/wcharczuk/go-chart/compare/v2.1.0...v2.1.1 )
---
updated-dependencies:
- dependency-name: github.com/wcharczuk/go-chart/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
2023-10-17 19:46:01 -04:00
TwiN
87e029f555
ci: Increase timeout-minutes for test workflow to 10 minutes
2023-10-16 21:45:00 -04:00
TwiN
71c4d3ade1
ui: Use localStorage instead of sessionStorage for refresh interval + collapsed groups
...
Fixes #509
Supersedes #510
2023-10-16 21:35:43 -04:00
TwiN
315f9b7792
ui(settings): Fix refresh interval padding
2023-10-16 21:33:09 -04:00
dependabot[bot]
bde30b2efb
chore(deps): bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 ( #586 )
...
chore(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.16.0...v1.17.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-11 18:38:05 -04:00
dependabot[bot]
88cb92745b
chore(deps): bump modernc.org/sqlite from 1.24.0 to 1.26.0 ( #585 )
...
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite ) from 1.24.0 to 1.26.0.
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.24.0...v1.26.0 )
---
updated-dependencies:
- dependency-name: modernc.org/sqlite
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
2023-10-10 21:29:13 -04:00
Heitor
744d63abac
fix: Support hexadecimal integers in conditions ( #563 )
...
* Fix parsing hexadecimal integers in conditions
Remove the assumption that JSON contains only decimal integers and
instead identify the base from the prefix of the data.
`strconv.ParseInt` can identify the base of the integer based on its
"prefix":
- 0x -> hexadecimal
- 0o -> octal
- 0b -> binary
- decimal otherwise.
* core: add more tests for condiction.evaluate
* fix isEqual parsing integers as strings
* tests: extend conditions
* Test if we can compare equality of hex in JSON
* Test if we can have hex/oct/bin in conditions
---------
Co-authored-by: TwiN <twin@linux.com>
2023-10-04 20:25:18 -04:00
TwiN
c1cdf50851
chore(deps): Bump github.com/TwiN/whois to v1.1.7
...
Fixes 2bd268670f821ffd2e3b686520f96dfc521c770f
2023-10-04 20:20:27 -04:00
TwiN
2bd268670f
chore(deps): Bump github.com/TwiN/whois to v1.1.7
...
relevant: #548
2023-10-04 20:17:37 -04:00
Max Partenfelder
e88bfa8518
fix(alerting): Add support for client.insecure in email alerting provider ( #583 )
...
* feat: adding client.insecure flag to email configuration
* chore(review): applying suggested changes
---------
Co-authored-by: TwiN <twin@linux.com>
2023-10-02 20:41:12 -04:00
dependabot[bot]
0fa3c5d114
chore(deps): bump github.com/gofiber/fiber/v2 from 2.46.0 to 2.49.2 ( #584 )
...
Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber ) from 2.46.0 to 2.49.2.
- [Release notes](https://github.com/gofiber/fiber/releases )
- [Commits](https://github.com/gofiber/fiber/compare/v2.46.0...v2.49.2 )
---
updated-dependencies:
- dependency-name: github.com/gofiber/fiber/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-02 20:23:16 -04:00
TwiN
0903d28b56
docs: Clean up list of sponsors
2023-09-30 12:06:43 -04:00
dependabot[bot]
b50f3f3646
chore(deps): bump docker/build-push-action from 4 to 5 ( #568 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
2023-09-30 08:20:50 -04:00
dependabot[bot]
1b0dfdd09d
chore(deps): bump docker/setup-buildx-action from 2 to 3 ( #567 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
2023-09-30 08:14:39 -04:00
dependabot[bot]
6d3468d81a
chore(deps): bump actions/checkout from 3 to 4 ( #560 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
2023-09-30 08:06:35 -04:00
dependabot[bot]
200d007eca
chore(deps): bump github.com/miekg/dns from 1.1.55 to 1.1.56 ( #578 )
...
Bumps [github.com/miekg/dns](https://github.com/miekg/dns ) from 1.1.55 to 1.1.56.
- [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release )
- [Commits](https://github.com/miekg/dns/compare/v1.1.55...v1.1.56 )
---
updated-dependencies:
- dependency-name: github.com/miekg/dns
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
2023-09-30 08:03:22 -04:00
wei
24c3a84db9
fix(alerting): add condition results to ntfy ( #582 )
2023-09-30 07:51:03 -04:00
TwiN
0402bdb774
refactor: Clean up code and improve test coverage
2023-09-28 18:35:18 -04:00
TwiN
c7af44bcb0
fix: Get rid of unnecessary new endpoint
2023-09-28 18:15:14 -04:00
dependabot[bot]
494a8594cc
chore(deps): bump docker/setup-qemu-action from 2 to 3 ( #569 )
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 2 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-23 17:46:23 -04:00
dependabot[bot]
81dd84e5f2
chore(deps): bump docker/login-action from 2 to 3 ( #570 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-23 17:38:54 -04:00
Daniel Hill
aa7f8131cd
docs: demonstrate use of environment variables in config ( #571 )
...
* docs: demonstrate use of environment variables in config
* chore: reorder env vars to match order used in DB connection
2023-09-23 17:02:50 -04:00
dependabot[bot]
4dea597726
chore(deps): bump golang.org/x/net from 0.11.0 to 0.15.0 ( #562 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.11.0 to 0.15.0.
- [Commits](https://github.com/golang/net/compare/v0.11.0...v0.15.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
2023-09-23 15:53:18 -04:00
TwiN
8df77b09ed
ci: Fix fork conditional ( #576 )
...
* ci: Fix fork conditional
* ci: Fix fork conditional
* ci: Fix fork conditional
2023-09-23 15:36:19 -04:00
TwiN
d2b274e609
ci: Tweak concurrency group key ( #575 )
...
* ci: Tweak concurrency group key
* ci: Tweak concurrency group key
2023-09-23 15:14:40 -04:00
TwiN
15c81f93d2
ci: Publish only if the workflow is not running on a fork ( #574 )
...
* ci: Publish only if the workflow is not running on a fork
Otherwise, the workflow will attempt to publish on forks from contributors that are using the master branch
2023-09-23 15:02:33 -04:00
Henry Barreto
05565e3d0a
feat(SSH): Add support for SSH endpoint ( #473 )
...
* feat(SSH): Add support for SSH endpoint
This commit adds support for SSH endpoint monitoring. Users can now configure an endpoint to be monitored using an SSH command by prefixing the endpoint's URL with ssh:\\. The configuration options for an SSH endpoint include the username, password, and command to be executed on the remote server. In addition, two placeholders are supported for SSH endpoints: [CONNECTED] and [STATUS].
This commit also updates the README to include instructions on how to configure SSH endpoints and the placeholders that can be used in their conditions. The README has been updated to include the new SSH-related options in the endpoints[] configuration object.
Here's a summary of the changes made in this commit:
Added support for SSH endpoint monitoring
Updated the documentation to include instructions on how to configure SSH endpoints and the placeholders that can be used in their conditions
2023-09-23 13:37:24 -04:00
lolgopher
8fbfba2163
fix(alerting): Set correct email subject to resolved alert ( #572 )
...
fix(alerting): Set correct email subject to resolved alert (#566 )
2023-09-21 21:36:42 -04:00
dependabot[bot]
0e9df7f00f
chore(deps): bump github.com/miekg/dns from 1.1.54 to 1.1.55 ( #545 )
...
Bumps [github.com/miekg/dns](https://github.com/miekg/dns ) from 1.1.54 to 1.1.55.
- [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release )
- [Commits](https://github.com/miekg/dns/compare/v1.1.54...v1.1.55 )
---
updated-dependencies:
- dependency-name: github.com/miekg/dns
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-03 23:36:11 -04:00
Heitor
7d570ce148
websocket: handle error ( #550 )
...
Co-authored-by: TwiN <twin@linux.com>
2023-08-16 21:48:57 -04:00
plantatorbob
67941865db
fix(alerting): correct success threshold for telegram ( #551 )
...
Co-authored-by: dave <dave@pootis.network>
2023-08-16 21:15:32 -04:00
I-HSIN Cheng
5c5a954b68
fix(tls): Honor client.insecure when doing TLS checks ( #547 )
...
* fix(watchdog): Add functions to avoid dangling file descriptors
* Change function name and add comment under core/endpoint.go
- change the function name of CloseHTTPConnection() to Close()
- add some comments above Close() function
* Update core/endpoint.go
* Update core/endpoint.go
* fix(client): Honor client.insecure when doing TLS checking
* add features in client/client.go to enable client.insecure when doing TLS checking
---------
Co-authored-by: Richard Cheng <richard_cheng@trendmicro.com>
Co-authored-by: TwiN <twin@linux.com>
2023-08-08 22:17:26 -04:00
Heitor
5f69351b6b
feat: support monitoring WebSocket endpoints ( #511 )
...
* feat: support monitoring WebSocket endpoints
WebSocket endpoints are automatically identified by the URL protocol
specification: `wss://` or `ws://`. The request body is used as the
"message" written to the server, and the answer is stored in the
`[BODY]`.
Optionally, the user can set the `jsonrpc` flag to automatically wrap
the request body in a JSON RPC 2.0 method call.
* core:websocket: close connection after using it
* test: add tests related to WebSocket support
- test we can identify the endpoint type for WebSockets based on the URL
supplied: `wss://` (with SSL/TLS) and `ws://` (plain text).
- test we can generate a JsonRPC 2.0 message via the new endpoint flag
`JsonRPC`.
* core:endpoint: fix name of jsonrpc parameter
See https://en.wikipedia.org/wiki/JSON-RPC#Version_2.0
* core:websocket: fix dangling open connection on error
Move the `defer ws.Close()` to after opening the connection, so the
socket is closed also in case of errors.
* remove jsonrpc flag
* core:websocket: fix nil pointer dereference
The connection should only be closed if successfully opened.
* Move websocket function to client
* update go.mod
* Fix build errors
* Fix errors
* Update client/client.go
---------
Co-authored-by: TwiN <twin@linux.com>
2023-08-08 22:12:37 -04:00
I-HSIN Cheng
34313bec7e
fix(watchdog): Close dangling file descriptors on shutdown and config reload ( #544 )
...
* fix(watchdog): Add functions to avoid dangling file descriptors
* Change function name and add comment under core/endpoint.go
- change the function name of CloseHTTPConnection() to Close()
- add some comments above Close() function
* Update core/endpoint.go
* Update core/endpoint.go
---------
Co-authored-by: Richard Cheng <richard_cheng@trendmicro.com>
Co-authored-by: TwiN <twin@linux.com>
2023-08-04 18:30:15 -04:00
dependabot[bot]
640e455d33
chore(deps): bump github.com/prometheus-community/pro-bing from 0.2.0 to 0.3.0 ( #543 )
...
chore(deps): bump github.com/prometheus-community/pro-bing
Bumps [github.com/prometheus-community/pro-bing](https://github.com/prometheus-community/pro-bing ) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/prometheus-community/pro-bing/releases )
- [Changelog](https://github.com/prometheus-community/pro-bing/blob/main/.goreleaser.yaml )
- [Commits](https://github.com/prometheus-community/pro-bing/compare/v0.2.0...v0.3.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus-community/pro-bing
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-02 22:57:48 -04:00
dependabot[bot]
2be6a1e5f3
chore(deps): bump golang.org/x/crypto from 0.10.0 to 0.11.0 ( #542 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.10.0 to 0.11.0.
- [Commits](https://github.com/golang/crypto/compare/v0.10.0...v0.11.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-31 23:46:39 -04:00
dependabot[bot]
225e6ac7ae
chore(deps): bump github.com/lib/pq from 1.10.7 to 1.10.9 ( #537 )
...
Bumps [github.com/lib/pq](https://github.com/lib/pq ) from 1.10.7 to 1.10.9.
- [Release notes](https://github.com/lib/pq/releases )
- [Commits](https://github.com/lib/pq/compare/v1.10.7...v1.10.9 )
---
updated-dependencies:
- dependency-name: github.com/lib/pq
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-28 22:03:36 -04:00
dependabot[bot]
87d9722621
chore(deps): bump modernc.org/sqlite from 1.23.1 to 1.24.0 ( #528 )
...
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite ) from 1.23.1 to 1.24.0.
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.23.1...v1.24.0 )
---
updated-dependencies:
- dependency-name: modernc.org/sqlite
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
2023-07-25 18:56:48 -04:00
TwiN
fd17dcd204
fix(tls): Pass certificate and private key files to listener method ( #531 )
...
Fixes #530
2023-07-20 19:02:34 -04:00
TwiN
2f6b8f23f7
test(store): Make sure the write-through cache works
2023-07-19 23:07:42 -04:00
dependabot[bot]
0a37a61619
chore(deps): bump github.com/valyala/fasthttp from 1.47.0 to 1.48.0 ( #524 )
...
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp ) from 1.47.0 to 1.48.0.
- [Release notes](https://github.com/valyala/fasthttp/releases )
- [Commits](https://github.com/valyala/fasthttp/compare/v1.47.0...v1.48.0 )
---
updated-dependencies:
- dependency-name: github.com/valyala/fasthttp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-18 21:35:16 -04:00
macmoritz
70f9f8738c
fix(ui): disable hover effects when not supported ( #514 )
...
* fix(mobile css): disable hover effects when not supported
* fix missing trailing comma in tailwind config
* make css hover fix static
* update static css
---------
Co-authored-by: TwiN <twin@linux.com>
2023-07-16 21:14:43 -04:00
dependabot[bot]
a725e7e770
chore(deps): bump github.com/TwiN/whois from 1.1.2 to 1.1.3
...
Bumps [github.com/TwiN/whois](https://github.com/TwiN/whois ) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/TwiN/whois/releases )
- [Commits](https://github.com/TwiN/whois/compare/v1.1.2...v1.1.3 )
---
updated-dependencies:
- dependency-name: github.com/TwiN/whois
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-13 23:22:08 -04:00
dependabot[bot]
fc29c45e5f
chore(deps): bump github.com/prometheus/client_golang
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.14.0 to 1.16.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.14.0...v1.16.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-12 21:35:28 -04:00
TwiN
6a8c308af7
fix(api): Define unprotected routes first
...
This is because fiber does not work the same way that mux did wrt groups (mux referred to them as subrouters).
I could not apply a middleware to a specific fiber Group due to the groups being prefix-based.
In other words, the only other way to apply middlewares to specific endpoints without changing the path is by applying the security middleware after the routes that did not need to be protected and before the routes that did need to be protected
2023-07-11 22:46:49 -04:00
TwiN
0e33556775
test(security): Make sure router behaves as intended when authn is required
2023-07-11 22:46:49 -04:00
TwiN
6bb65f4eec
feat(api): Migrate from gorilla/mux to fiber
...
Fixes #468
2023-07-11 22:46:49 -04:00
TwiN
9142ff837c
fix(ui): Only show loading icon on initial load and on page change
2023-07-08 17:36:12 -04:00
dependabot[bot]
11eb7fb02e
chore(deps): bump github.com/TwiN/whois from 1.1.1 to 1.1.2 ( #518 )
...
Bumps [github.com/TwiN/whois](https://github.com/TwiN/whois ) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/TwiN/whois/releases )
- [Commits](https://github.com/TwiN/whois/compare/v1.1.1...v1.1.2 )
---
updated-dependencies:
- dependency-name: github.com/TwiN/whois
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-04 22:32:53 -04:00
dependabot[bot]
271b836160
chore(deps): bump modernc.org/sqlite from 1.23.0 to 1.23.1 ( #516 )
...
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite ) from 1.23.0 to 1.23.1.
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.23.0...v1.23.1 )
---
updated-dependencies:
- dependency-name: modernc.org/sqlite
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-03 22:38:58 -04:00
TwiN
c42f3ef787
chore(ui): Rebuild static assets
2023-07-02 23:41:24 -04:00
TwiN
c7a774b213
refactor: Use v-else instead of redundant statement
2023-07-02 23:38:07 -04:00
Karol Danko
36207490b2
feat(ui): Show number of failing checks per group ( #493 )
...
* feat: added number of failing checks
* updated design
---------
Co-authored-by: TwiN <twin@linux.com>
2023-07-02 23:35:05 -04:00
Oskar Carl
5eebe6d9cc
feat(alerting): Add token authorization for ntfy ( #512 )
...
* feat(alerting): Add token authorization for ntfy
* feat(alerting): Fix suggestions for ntfy auth
---------
Co-authored-by: TwiN <twin@linux.com>
2023-07-02 23:10:16 -04:00
dependabot[bot]
ecda4a9987
chore(deps): bump golang.org/x/crypto from 0.9.0 to 0.10.0 ( #513 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.9.0 to 0.10.0.
- [Commits](https://github.com/golang/crypto/compare/v0.9.0...v0.10.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-01 21:46:23 -04:00
dependabot[bot]
162dd9bc7c
chore(deps): bump github.com/prometheus-community/pro-bing from 0.1.0 to 0.2.0 ( #502 )
...
chore(deps): bump github.com/prometheus-community/pro-bing
Bumps [github.com/prometheus-community/pro-bing](https://github.com/prometheus-community/pro-bing ) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/prometheus-community/pro-bing/releases )
- [Changelog](https://github.com/prometheus-community/pro-bing/blob/main/.goreleaser.yaml )
- [Commits](https://github.com/prometheus-community/pro-bing/compare/v0.1.0...v0.2.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus-community/pro-bing
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
2023-06-29 22:41:39 -04:00
Ansil H
60b0f3fa29
docs: Specify that exposing Gatus through a subpath is not supported ( #507 )
...
* Updated README.md
Added Gatus UI custom path supportability to FQA
* Update README.md
* Update README.md
* Update README.md
---------
Co-authored-by: TwiN <twin@linux.com>
2023-06-20 23:21:55 -04:00
dependabot[bot]
0cf7621162
chore(deps): bump modernc.org/sqlite from 1.22.1 to 1.23.0 ( #501 )
...
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite ) from 1.22.1 to 1.23.0.
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.22.1...v1.23.0 )
---
updated-dependencies:
- dependency-name: modernc.org/sqlite
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-11 22:45:53 -04:00
dependabot[bot]
8d27864aaa
chore(deps): bump golang.org/x/image from 0.0.0-20210628002857-a66eb6448b8d to 0.5.0 ( #500 )
...
chore(deps): bump golang.org/x/image
Bumps [golang.org/x/image](https://github.com/golang/image ) from 0.0.0-20210628002857-a66eb6448b8d to 0.5.0.
- [Commits](https://github.com/golang/image/commits/v0.5.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/image
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-07 19:00:23 -04:00
dependabot[bot]
3bf880a199
chore(deps): bump github.com/TwiN/whois from 1.1.0 to 1.1.1 ( #499 )
...
Bumps [github.com/TwiN/whois](https://github.com/TwiN/whois ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/TwiN/whois/releases )
- [Commits](https://github.com/TwiN/whois/compare/v1.1.0...v1.1.1 )
---
updated-dependencies:
- dependency-name: github.com/TwiN/whois
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-07 18:36:05 -04:00
TwiN
719f684982
ci: Update interval to daily
2023-06-07 18:31:41 -04:00
dependabot[bot]
a3df822df3
chore(deps): bump github.com/coreos/go-oidc/v3 from 3.5.0 to 3.6.0 ( #498 )
...
Bumps [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc ) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/coreos/go-oidc/releases )
- [Commits](https://github.com/coreos/go-oidc/compare/v3.5.0...v3.6.0 )
---
updated-dependencies:
- dependency-name: github.com/coreos/go-oidc/v3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-07 18:25:43 -04:00
Sébastien
d62a6c5054
docs: Fix typo ( #494 )
...
Typo on "Monitoring an endpoint using TLS"
2023-06-03 10:12:10 -04:00
dependabot[bot]
fcf8b5d86f
chore(deps): bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 ( #491 )
...
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.7.0 to 0.8.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.7.0...v0.8.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-02 20:25:29 -04:00
TwiN
5bbd240dd9
docs(alerting): Update GitLab issue prefix
2023-05-30 21:58:57 -04:00
Hugues Lismonde
7e163c3fcf
feat(alerting): Add GitLab alerting provider ( #485 )
...
* feat: ✨ add gitlab provider
* docs: 📝 add documentation for gitlab provider
* docs: 📝 fix removed github screenshot
* refactor: ➖ remove uniuri dependency
* refactor: 🎨 correctly capitalize GitLab
* Update alerting/alert/type.go
* fix: 💡 correct comments about webhook url and authorization key
* Update alerting/provider/gitlab/gitlab.go
* Update alerting/provider/gitlab/gitlab_test.go
---------
Co-authored-by: TwiN <twin@linux.com>
2023-05-30 21:57:15 -04:00
dependabot[bot]
1dd0ecf10b
chore(deps): bump modernc.org/sqlite from 1.20.4 to 1.22.1 ( #479 )
...
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite ) from 1.20.4 to 1.22.1.
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.20.4...v1.22.1 )
---
updated-dependencies:
- dependency-name: modernc.org/sqlite
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-29 22:46:53 -04:00
dependabot[bot]
3350e81443
chore(deps): bump codecov/codecov-action from 3.1.3 to 3.1.4 ( #478 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v3.1.3...v3.1.4 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-18 22:05:11 -04:00
Sergey Khokhlov
c3e1835dd6
fix(alerting): Unable to set maintenance interval to all day ( #475 )
2023-05-17 18:45:18 -04:00
dependabot[bot]
2a45a151da
chore(deps): bump golang.org/x/crypto from 0.8.0 to 0.9.0 ( #471 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.8.0 to 0.9.0.
- [Commits](https://github.com/golang/crypto/compare/v0.8.0...v0.9.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-11 22:58:44 -04:00
Sergey Khokhlov
74cde8ae8d
fix(alerting): use same email subject for trigger and resolution alert ( #465 )
2023-05-06 10:09:05 -04:00
dependabot[bot]
669877baf4
chore(deps): bump github.com/miekg/dns from 1.1.53 to 1.1.54 ( #462 )
...
Bumps [github.com/miekg/dns](https://github.com/miekg/dns ) from 1.1.53 to 1.1.54.
- [Release notes](https://github.com/miekg/dns/releases )
- [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release )
- [Commits](https://github.com/miekg/dns/compare/v1.1.53...v1.1.54 )
---
updated-dependencies:
- dependency-name: github.com/miekg/dns
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-04 21:38:52 -04:00
TwiN
447e140479
feat(connectivity): Allow internet connection validation prior to endpoint execution ( #461 )
2023-05-02 22:41:22 -04:00
dependabot[bot]
6908199716
chore(deps): bump golang.org/x/crypto from 0.7.0 to 0.8.0 ( #455 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/golang/crypto/releases )
- [Commits](https://github.com/golang/crypto/compare/v0.7.0...v0.8.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-30 23:35:14 -04:00
dependabot[bot]
b12f652553
chore(deps): bump codecov/codecov-action from 3.1.2 to 3.1.3 ( #459 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v3.1.2...v3.1.3 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-26 22:39:19 -04:00
TwiN
83edca6e80
refactor: Modify implementation of TLS ( #457 )
...
* refactor: Don't generate certificates programmatically
* build: Add testdata folder to .dockerignore
2023-04-22 15:22:09 -04:00
TwiN
636688b43e
chore(deps): Upgrade github.com/TwiN/g8 to v2.0.0
2023-04-22 12:55:30 -04:00
TwiN
4fdb55d632
chore: Update Go to 1.20
2023-04-22 12:13:37 -04:00
Christian Krudewig
a05daeda2e
feat(web): Support TLS encryption ( #322 )
...
* Basic setup to serve HTTPS
* Correctly handle the case of missing TLS configs
* Documenting TLS
* Refactor TLS configuration setup
* Add TLS Encryption section again to README
* Extending TOC in README
* Moving TLS settings to subsection of web settings
* Adding tests for config/web
* Add test for handling TLS
* Rename some variables as suggested
* Corrected error formatting
* Update test module import
* Polishing the readme file
* Error handling for TLSConfig()
---------
Co-authored-by: TwiN <twin@linux.com>
2023-04-22 12:12:56 -04:00
TwiN
0bd0c1fd15
docs(sponsors): Add @8ball030 to list of sponsors
2023-04-20 18:28:03 -04:00
dependabot[bot]
eb3ca71c72
chore(deps): bump golang.org/x/oauth2 from 0.6.0 to 0.7.0 ( #454 )
...
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/golang/oauth2/releases )
- [Commits](https://github.com/golang/oauth2/compare/v0.6.0...v0.7.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-17 20:01:08 -04:00
dependabot[bot]
37325cd78a
chore(deps): bump codecov/codecov-action from 3.1.1 to 3.1.2 ( #453 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v3.1.1...v3.1.2 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-15 12:01:44 -04:00
dependabot[bot]
f6e7e346b6
chore(deps): bump golang.org/x/oauth2 from 0.5.0 to 0.6.0 ( #450 )
...
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/golang/oauth2/releases )
- [Commits](https://github.com/golang/oauth2/compare/v0.5.0...v0.6.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-06 20:14:16 -04:00
TwiN
b5e742acde
fix(ui): Hide endpoint and prev/next arrows while data is being fetched
2023-04-05 19:33:50 -04:00
dependabot[bot]
685351a025
chore(deps): bump github.com/miekg/dns from 1.1.50 to 1.1.53 ( #449 )
...
Bumps [github.com/miekg/dns](https://github.com/miekg/dns ) from 1.1.50 to 1.1.53.
- [Release notes](https://github.com/miekg/dns/releases )
- [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release )
- [Commits](https://github.com/miekg/dns/compare/v1.1.50...v1.1.53 )
---
updated-dependencies:
- dependency-name: github.com/miekg/dns
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-29 20:38:19 -04:00
Flo J
ee8e0c4b40
fix(deps): Replace deprecated go-ping dependency to pro-bing (maintained fork) ( #444 )
...
update go-ping to pro-ping maintained fork
additionally add a hint in the README for previliged mode
Co-authored-by: floj <floj@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
2023-03-26 17:26:40 -04:00
dependabot[bot]
fb94eea914
chore(deps): bump golang.org/x/crypto from 0.6.0 to 0.7.0 ( #446 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/golang/crypto/releases )
- [Commits](https://github.com/golang/crypto/compare/v0.6.0...v0.7.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-26 16:39:05 -04:00
dependabot[bot]
a69ccfdb08
chore(deps): bump actions/setup-go from 3 to 4 ( #447 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-26 16:34:03 -04:00
TwiN
018f723e78
docs: Update list of sponsors
2023-03-16 21:12:15 -04:00
TwiN
038c8c8d8e
fix: Print response body on failure if debug is set to true
2023-03-14 20:02:31 -04:00
TwiN
f8f61deb2c
docs: Add link to managed solution
...
Apparently it's not obvious enough that there's a hosted solution.
2023-03-05 15:50:56 -05:00
dependabot[bot]
32a15decfd
chore(deps): bump golang.org/x/crypto from 0.0.0-20210921155107-089bfa567519 to 0.6.0 ( #443 )
...
chore(deps): bump golang.org/x/crypto
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.0.0-20210921155107-089bfa567519 to 0.6.0.
- [Release notes](https://github.com/golang/crypto/releases )
- [Commits](https://github.com/golang/crypto/commits/v0.6.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-03 20:21:49 -05:00
dependabot[bot]
0dba6e8674
chore(deps): bump modernc.org/sqlite from 1.20.3 to 1.20.4 ( #441 )
...
---
updated-dependencies:
- dependency-name: modernc.org/sqlite
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 22:14:49 -05:00
dependabot[bot]
0c92534432
chore(deps): bump golang.org/x/oauth2 from 0.4.0 to 0.5.0 ( #431 )
...
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/golang/oauth2/releases )
- [Commits](https://github.com/golang/oauth2/compare/v0.4.0...v0.5.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-16 22:21:55 -05:00
TwiN
6ab8899dc6
fix(condition): Partially support numbers with floating point ( #434 )
...
* docs: Don't include Pushover in alerting provider examples
* fix(condition): Partially support numbers with floating point
Fixes #433
Does not add support for decimal numbers, but it converts float64 to int64.
The reason why I'm not just using float64 instead of int64 is because float64 does not support all the numbers that int64 supports, which means this would be a breaking change. Instead, this change at least supports the non-decimal part of floating point numbers.
This is an improvement over the current implementation, as right now, numbers with decimals are just converted to 0 when compared using a non-equal operator
2023-02-15 19:30:29 -05:00
Andrii Vakarev
819abf4263
Helm chart moved from avakarev/gatus-chart to minicloudlabs/helm-charts ( #428 )
2023-02-13 20:04:46 -05:00
Marc Brugger
6950a080df
docs(alerting): Correct newline in docu ( #420 )
2023-02-13 19:55:19 -05:00
TwiN
7d6923730e
fix(config): Support $$
in config for literal $
( #427 )
2023-02-11 22:43:13 -05:00
TwiN
542da61215
fix(ci): Use single quotes instead of double quotes
2023-02-09 21:25:06 -05:00
TwiN
45fe7beb6d
fix(ci): Add missing asterisk to path-ignore elements with nested structure
2023-02-09 21:23:29 -05:00
TwiN
26611b7793
ci: Run benchmark on every new latest image
2023-02-09 21:15:36 -05:00
dependabot[bot]
a29cf158dd
chore(deps): bump golang.org/x/oauth2 from 0.3.0 to 0.4.0 ( #423 )
...
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/golang/oauth2/releases )
- [Commits](https://github.com/golang/oauth2/compare/v0.3.0...v0.4.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-09 20:30:30 -05:00
TwiN
9d14e3011b
docs: Add link to banner
2023-02-08 20:50:30 -05:00
dependabot[bot]
d13998d13d
chore(deps): bump modernc.org/sqlite from 1.19.5 to 1.20.3 ( #409 )
...
---
updated-dependencies:
- dependency-name: modernc.org/sqlite
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-05 22:39:11 -05:00
TwiN
f6a39f6df0
docs(alerting): Update pushover documentation
2023-02-05 21:58:41 -05:00
Marc Brugger
9e2006910d
feat(alerting): Add Pushover sound support ( #417 )
2023-02-05 21:47:39 -05:00
tesibelda
6e4b88dc6e
fix(test): flaky TestStore_InsertCleansUpOldUptimeEntriesProperly ( #418 )
2023-02-01 22:59:31 -05:00
dependabot[bot]
277e805dbb
chore(deps): bump docker/build-push-action from 3 to 4 ( #415 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-01 01:16:25 -05:00
TwiN
941c10ca45
chore: Remove vendor folder ( #414 )
...
* chore: Remove vendor folder
* chore: Add vendor folder to .gitignore
2023-01-30 22:29:30 -05:00
Kevin Woblick
21f62f362f
feat(alerting): Add Pushover provider ( #405 )
...
* Add a new Pushover provider (#129 )
- Adds new provider named Pushover with corresponding tests
- Adds Pushover as a provider to the configuration and adjusts test accordingly
- Adds Pushover to alerting_test.go, provider.go and type.go
- Updates the readme with configuration details
* Correct import order
* Fix some missing pushover references
* Apply suggestions from code review
* Rename application-key to application-token for Pushover
---------
Co-authored-by: TwiN <twin@linux.com>
2023-01-29 17:32:16 -05:00
TwiN
d75180c341
docs: Clarify what the storage is used for
...
Resolves #411
2023-01-29 16:47:25 -05:00
dependabot[bot]
a82b883276
chore(deps): bump github.com/coreos/go-oidc/v3 from 3.4.0 to 3.5.0 ( #404 )
...
Bumps [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc ) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/coreos/go-oidc/releases )
- [Commits](https://github.com/coreos/go-oidc/compare/v3.4.0...v3.5.0 )
---
updated-dependencies:
- dependency-name: github.com/coreos/go-oidc/v3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-22 16:54:53 -05:00
TwiN
24e207c0c6
fix(metrics): Disable compression on prometheus/client_golang's handler
...
Fixes #406
Root cause seems to be that promhttp.Handler() has its own gzip compression https://github.com/prometheus/client_golang/issues/622
2023-01-19 23:06:38 -05:00
TwiN
90bb8f7b5f
test: Don't run tests in parallel
2023-01-19 01:53:52 -05:00
TwiN
0db92f46da
test: Add several tests for numerical conditions
2023-01-19 01:37:21 -05:00
dependabot[bot]
0ffa03f42d
chore(deps): bump github.com/TwiN/deepmerge from 0.1.0 to 0.2.0 ( #401 )
...
Bumps [github.com/TwiN/deepmerge](https://github.com/TwiN/deepmerge ) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/TwiN/deepmerge/releases )
- [Commits](https://github.com/TwiN/deepmerge/compare/v0.1.0...v0.2.0 )
---
updated-dependencies:
- dependency-name: github.com/TwiN/deepmerge
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-11 01:05:17 -05:00
TwiN
e61a42220c
fix: Log GATUS_CONFIG_FILE deprecation message only if it's non-empty
2023-01-10 19:04:19 -05:00
TwiN
78dccc90e1
fix( #400 ): Use proper configuration path when iterating over options
2023-01-10 00:24:56 -05:00
TwiN
6bdd3c94fe
chore: Add deprecation message for GATUS_CONFIG_FILE
2023-01-09 23:24:20 -05:00
TwiN
4225d22369
docs: Add example of docker-compose with multiple configuration files
2023-01-08 18:34:13 -05:00
TwiN
3059e3e028
feat: Support multiple configuration files ( #396 )
...
* Revert "Revert "feat: Support multiple configuration files" (#395 )"
This reverts commit 87740e74a6a352ab433c59d90edebda8014cacad.
* feat: Properly implement support for config directory
2023-01-08 17:53:37 -05:00
TwiN
87740e74a6
Revert "feat: Support multiple configuration files" ( #395 )
...
Revert "feat: Support multiple configuration files (#389 )"
This reverts commit 8e1430276569c87dc1729d8c548221f89986fbda.
2023-01-07 03:45:43 -05:00
Henning Janßen
8e14302765
feat: Support multiple configuration files ( #389 )
...
* Allow configuration to be distributed
* catch iteration errors when collecting config files
* rm unused func
* Fix suffix check for config loading
* test configuration loading
* GATUS_CONFIG_PATH can be a file or a directory now
* Add deprecation note
* Fix cs
Co-authored-by: TwiN <twin@linux.com>
* cs fixes
Co-authored-by: TwiN <twin@linux.com>
* cs fixes
Co-authored-by: TwiN <twin@linux.com>
* cs fixes
Co-authored-by: TwiN <twin@linux.com>
* cs + rm useless line
Co-authored-by: TwiN <twin@linux.com>
* Update config/config.go
Co-authored-by: TwiN <twin@linux.com>
2023-01-06 23:46:19 -05:00
TwiN
844f417ea1
docs: Update sponsor list
2023-01-06 20:06:56 -05:00
TwiN
2f7f782f11
docs: Improve documentation and add ghcr Docker image link
2023-01-06 20:04:21 -05:00
dependabot[bot]
37bea336ca
chore(deps): bump github.com/TwiN/health from 1.5.0 to 1.6.0 ( #394 )
...
Bumps [github.com/TwiN/health](https://github.com/TwiN/health ) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/TwiN/health/releases )
- [Commits](https://github.com/TwiN/health/compare/v1.5.0...v1.6.0 )
---
updated-dependencies:
- dependency-name: github.com/TwiN/health
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-04 01:37:24 -05:00
TwiN
616a654b27
fix: Compress everything with Gzip
2022-12-30 21:37:52 -05:00
TwiN
a1c8422c2f
ci: Make release also push latest tag
2022-12-23 10:00:17 -05:00
TwiN
947173bf71
fix: Prevent jsonpath from causing panic when body is expected to be array but isn't ( #392 )
...
* fix: Prevent jsonpath from causing panic when body is expected to be array but isn't
Fixes #391
2022-12-23 09:55:17 -05:00
TwiN
a81a83e2d4
docs: Update example
2022-12-22 17:38:27 -05:00
Salim B
4599fe4da7
Clarify description of len()
function
2022-12-21 22:37:49 -05:00
TwiN
19e90cdf31
test(condition): Add has-key-of-map
test case
2022-12-17 23:58:01 -05:00
TwiN
ecc0636a59
feat(alerting): Implement GitHub alerting provider
2022-12-15 23:38:44 -05:00
TwiN
27502acd10
chore: Improve oauth2 configuration error
2022-12-15 23:25:37 -05:00
TwiN
51255e33ea
refactor(alerting): Use reflection to retrieve provider based on alert type
2022-12-15 21:37:34 -05:00
TwiN
be0962112e
refactor: Remove unnecessary logs
2022-12-15 21:37:34 -05:00
TwiN
dfcea93080
fix(alerting): Use reflection to set invalid providers to nil instead of re-validating on every alert trigger/resolve
2022-12-15 21:37:34 -05:00
dependabot[bot]
a5f135c675
chore(deps): bump github.com/miekg/dns from 1.1.43 to 1.1.50 ( #385 )
...
Bumps [github.com/miekg/dns](https://github.com/miekg/dns ) from 1.1.43 to 1.1.50.
- [Release notes](https://github.com/miekg/dns/releases )
- [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release )
- [Commits](https://github.com/miekg/dns/compare/v1.1.43...v1.1.50 )
---
updated-dependencies:
- dependency-name: github.com/miekg/dns
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-14 23:51:19 -05:00
TwiN
9acace7d37
Revert "ci: Allow triggering releases manually"
...
This reverts commit 184c7f23ad9c63a413f54b8887fbc83a16354449.
2022-12-10 16:29:07 -05:00
TwiN
184c7f23ad
ci: Allow triggering releases manually
2022-12-10 16:24:35 -05:00
TwiN
5ce890bbff
ci: Don't run tests for workflow changes
2022-12-10 16:24:01 -05:00
TwiN
b0bec5ff94
fix(ci): Don't prevent publish-release-to-ghcr from running
2022-12-10 16:08:46 -05:00
dependabot[bot]
e503dd3861
chore(deps): bump github.com/coreos/go-oidc/v3 from 3.1.0 to 3.4.0 ( #383 )
...
Bumps [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc ) from 3.1.0 to 3.4.0.
- [Release notes](https://github.com/coreos/go-oidc/releases )
- [Commits](https://github.com/coreos/go-oidc/compare/v3.1.0...v3.4.0 )
---
updated-dependencies:
- dependency-name: github.com/coreos/go-oidc/v3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-08 23:20:27 -05:00
TwiN
f2d51f3e50
docs: Update Gatus diagram
2022-12-06 23:03:27 -05:00
TwiN
a1a2fba326
docs: Link Alerting section in valid alert types
2022-12-06 22:36:33 -05:00
TwiN
fdd51869a3
test: Improve condition validation test coverage
2022-12-06 21:57:24 -05:00
TwiN
f6a621da28
chore: Bump module version to v5
2022-12-06 01:41:18 -05:00
TwiN
2346a6ee4f
fix!: Enforce mandatory space around condition operator ( #382 )
...
BREAKING CHANGE: The comparator in each condition must now be wrapped by a space (e.g. [STATUS] == 200) or the condition will not be valid.
2022-12-06 01:37:05 -05:00
TwiN
741109f25d
chore!: Remove deprecated "services" in favor of "endpoints" ( #381 )
...
BREAKING CHANGE: `services` has been replaced by `endpoints` in v3.3.0, but backward compatibility has been retained until now. v5.0.0, however, will no longer support `services`, so make sure to update your configuration to use `endpoints` instead.
See #374 for more information
2022-12-06 01:27:31 -05:00
TwiN
d058d7a54b
fix!: Default Alert.Enabled to true ( #380 )
...
BREAKING CHANGE: It used to default to false, which meant that users had to explicitly set endpoints[].alerts[].enabled to true
2022-12-05 23:15:19 -05:00
TwiN
7dccf5f08c
docs: Clarify that alerts still have to be defined when using default-alerts
2022-12-05 22:40:25 -05:00
BondarSlavik
9e46e3972d
feat: Add necessary files for PWA ( #347 )
...
* feat: PWA Implementation
* feat: PWA Implementation. fix comments
* feat: PWA Implementation. fix comments
Co-authored-by: Viacheslav Bondar <bondarslavik@gmail.com>
2022-12-04 15:11:26 -05:00
TwiN
9fc8374a4d
docs: Fix typos
2022-12-03 21:26:46 -05:00
TwiN
1aeb045703
test: Fix failing tests
2022-12-01 20:26:14 -05:00
TwiN
cdec353744
chore(deps): Update sqlite dependencies
2022-12-01 20:19:56 -05:00
TwiN
080563bd4f
fix(alerting): Improve ntfy alert
2022-12-01 20:19:11 -05:00
TwiN
bcb565ba37
ci: Remove workflow_dispatch
2022-11-23 18:15:01 -05:00
TwiN
2327854641
ci: Update workflows
2022-11-23 18:12:55 -05:00
TwiN
79eacc5e50
ci: Re-add other platforms
2022-11-22 22:02:38 -05:00
TwiN
048a1d4a88
ci: Only publish for linux/amd64 during tests
2022-11-22 21:53:28 -05:00
TwiN
c09ee0b82f
ci: Create workflow to publish latest to GHCR
2022-11-22 21:08:40 -05:00
TwiN
7908eea2df
ci: Update workflow dependency name
2022-11-22 20:56:49 -05:00
TwiN
f8140e0d96
fix(alerting): Resolve issue with blank GoogleChat messages ( #364 )
...
* debug: Print GoogleChat request body
* chore: Update TwiN/whois to v1.1.0
* fix: Add missing client changes
* test: Improve DNS tests
* chore: Remove accidental change
* docs: Add note for future change to default behavior
* fix(alerting): Don't include URL in Google Chat alert if endpoint type isn't HTTP
Fixes #362
2022-11-22 20:12:26 -05:00
TwiN
4f569b7a0e
fix(jsonpath): Properly handle len of object in array, len of int and len of bool ( #372 )
2022-11-19 17:25:40 -05:00
dependabot[bot]
e9f46c58f8
chore(deps): bump github.com/prometheus/client_golang
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.13.0...v1.14.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-16 21:58:14 -05:00
TwiN
502e159dca
test: Add case for making sure pat() works inside a JSON array
2022-11-16 18:27:28 -05:00
TwiN
cdbf5902c7
build: Remove -mod vendor flag from Dockerfile
2022-11-15 21:58:24 -05:00
TwiN
c7f80f1301
ci: Rename build.yml to test.yml
2022-11-15 21:51:40 -05:00
TwiN
eb4e22e76b
chore: Replace 1.1.1.1 by 8.8.8.8 everywhere due to 1.1.1.1 being unreliable
2022-11-15 21:50:54 -05:00
TwiN
f37a0ef2d7
test: Replace DNS 1.1.1.1 by 8.8.8.8
2022-11-15 21:50:54 -05:00
TwiN
114b78c75c
test: Replace DNS 1.1.1.1 by 8.8.8.8
2022-11-15 21:50:54 -05:00
TwiN
d24ff5bd07
refactor: Move whois to client package and implement caching
2022-11-15 21:50:54 -05:00
TwiN
c172e733be
chore(deps): Update TwiN/gocache to v2.2.0
2022-11-15 21:50:54 -05:00
TwiN
f1ce83c211
chore(deps): Update TwiN/whois to v1.1.0
2022-11-15 00:25:02 -05:00
TwiN
64f4dac705
fix: Wrap error properly (%s -> %w)
2022-11-12 14:56:25 -05:00
dependabot[bot]
861c443842
chore(deps): bump loader-utils from 1.4.0 to 1.4.2 in /web/app ( #365 )
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.2 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-12 14:51:39 -05:00
TwiN
b801cc5801
fix(alerting): Prevent empty keyValue from being marshalled
2022-11-10 22:12:20 -05:00
TwiN
f1711b5c0b
fix(alerting): Omit empty KeyValue parameters when marshalling to JSON
2022-11-10 22:12:20 -05:00
TwiN
0ebd6c7a67
chore: Clean up old commented code
2022-11-10 22:12:20 -05:00
TwiN
967124eb43
fix(alerting): Resolve GoogleChat issue with bad payload when condition has "
in it
...
Fixes #362
2022-11-10 22:12:20 -05:00
Ian Chen
fa47a199e5
feat: support SCTP & UDP as endpoint type ( #352 )
...
* feat: support SCTP & UDP as endpoint type
* update README
* modify endpoint type test for sctp & udp
2022-11-09 19:22:13 -05:00
TwiN
1f84f2afa0
fix: Make sure len([BODY]) works if the body is a JSON array
...
Fixes #359
2022-11-03 20:50:40 -04:00
dependabot[bot]
ed3683cb32
chore(deps): bump github.com/lib/pq from 1.10.3 to 1.10.7
...
Bumps [github.com/lib/pq](https://github.com/lib/pq ) from 1.10.3 to 1.10.7.
- [Release notes](https://github.com/lib/pq/releases )
- [Commits](https://github.com/lib/pq/compare/v1.10.3...v1.10.7 )
---
updated-dependencies:
- dependency-name: github.com/lib/pq
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-02 19:40:52 -04:00
dependabot[bot]
6e92c0eb40
chore(deps): bump github.com/prometheus/client_golang
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.11.0 to 1.13.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.11.0...v1.13.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-01 23:48:39 -04:00
TwiN
cd927f630b
ci: Remove unnecessary dependabot labels
2022-11-01 23:41:35 -04:00
TwiN
c6c9bc8fa5
ci: Update dependabot labels
2022-11-01 23:36:40 -04:00
dependabot[bot]
a3facc3887
chore(deps): bump docker/setup-qemu-action from 1 to 2
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 1 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-01 23:34:49 -04:00
dependabot[bot]
991d7e876d
chore(deps): bump docker/setup-buildx-action from 1 to 2
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-01 23:34:40 -04:00
dependabot[bot]
3b7fb083ca
chore(deps): bump codecov/codecov-action from 2.1.0 to 3.1.1
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 2.1.0 to 3.1.1.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v2.1.0...v3.1.1 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-01 23:34:14 -04:00
dependabot[bot]
ebdf5bde49
chore(deps): bump github.com/TwiN/health from 1.4.0 to 1.5.0
...
Bumps [github.com/TwiN/health](https://github.com/TwiN/health ) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/TwiN/health/releases )
- [Commits](https://github.com/TwiN/health/compare/v1.4.0...v1.5.0 )
---
updated-dependencies:
- dependency-name: github.com/TwiN/health
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-01 23:33:21 -04:00
TwiN
d4983733f5
ci: Add dependabot.yml
2022-11-01 23:30:35 -04:00
TwiN
fed021826a
ui: Generate static assets
2022-11-01 00:45:04 -04:00
TwiN
8f9eca51c0
ui: Show "now" if the pretty time difference is less than 500ms
2022-11-01 00:44:41 -04:00
TwiN
e13730f119
docs: Fix table format
2022-11-01 00:43:42 -04:00
David Wheatley
22d74a5ea8
feat(ui): Allow configuring meta description ( #342 )
...
* feat: add description prop to HTML template
* feat: add desc property to backend config validation
* test: add desc field to ui config test
* chore: add default description text
* test: add test for description default
* docs: add description config option explanation
* Update README.md
* Update config/ui/ui_test.go
Co-authored-by: TwiN <twin@linux.com>
2022-11-01 00:33:19 -04:00
TwiN
fe4d9821f3
fix(alerting): Fix Discord alert payload missing required field
2022-10-20 20:23:10 -04:00
TwiN
d01a5d418b
test: Improve error readability
2022-10-20 20:23:10 -04:00
TwiN
34f8cd1eca
docs: Update screenshot of Mattermost alerts
2022-10-20 20:23:10 -04:00
TwiN
d101c17136
fix(alerting): Resolve Mattermost issue with bad payload when condition has "
in it
2022-10-20 20:23:10 -04:00
TwiN
ade3d05983
fix(alerting): Use required Field.Title in Slack provider even if it's not enforced
...
Just to prevent future issues
2022-10-20 20:23:10 -04:00
TwiN
fbab0ef7ca
fix(alerting): Resolve Discord issue with bad payload when condition has "
in it
2022-10-20 20:23:10 -04:00
TwiN
9121ec1cc8
fix(alerting): Resolve Matrix issue with bad payload when condition has "
in it
2022-10-20 20:23:10 -04:00
TwiN
6ddf1258e5
fix(alerting): Resolve PagerDuty issue with bad payload when alert description has "
in it
2022-10-20 20:23:10 -04:00
TwiN
490610ccfd
fix(alerting): Resolve Teams issue with bad payload when condition has "
in it
2022-10-20 20:23:10 -04:00
TwiN
0eb6958085
fix(alerting): Resolve Telegram issue with bad payload when condition has "
in it
2022-10-20 20:23:10 -04:00
TwiN
d20a41c7a7
fix(alerting): Make sure to close response body
2022-10-20 20:23:10 -04:00
TwiN
4c18e0d602
chore(alerting): Remove unnecessary cast
2022-10-20 20:23:10 -04:00
TwiN
da24b7e8ac
fix(alerting): Resolve Slack issue with bad payload when condition has "
in it
2022-10-20 20:23:10 -04:00
TwiN
c619066e25
docs: Swap conditions/dark screenshots
2022-10-19 18:00:53 -04:00
TwiN
3688dd6e6f
chore: Clean up unused assets
2022-10-19 17:53:43 -04:00
TwiN
fc778300be
ci: Update Go to 1.19
2022-10-19 17:52:53 -04:00
TwiN
df560ad872
ui: Replace and reposition old icons by SVG icons ( #349 )
2022-10-19 17:38:32 -04:00
TwiN
de9c366777
docs: Add Keeping your configuration small
section
2022-10-19 16:51:14 -04:00
TwiN
6a5fec2c55
perf: Improve jsonpath speed ( #348 )
2022-10-19 15:52:20 -04:00
TwiN
01d2ed3f02
ui: Make it more obvious that the response time can be toggled between avg and min-max
2022-10-17 00:49:33 -04:00
TwiN
92b85ee1ab
ui: Improve login page
2022-10-17 00:48:40 -04:00
TwiN
a789deb8c2
ui: Render div instead of a when link is blank ( #346 )
...
Fixes #343
2022-10-17 00:03:15 -04:00
David Wheatley
e5a94979dd
fix: add Google Chat to list of alert types when determining valid providers ( #341 )
2022-10-15 17:56:38 -04:00
TwiN
3c0ea72a5c
ci: Bump docker/build-push-action to v3
2022-10-10 22:11:19 -04:00
TwiN
d17e893131
docs: Uniformize number of newlines between each header
2022-10-10 22:05:48 -04:00
TwiN
7ea34ec8a8
docs: Add link for sponsoring below description
2022-10-10 21:49:55 -04:00
TwiN
f6b99f34db
ci: Add missing concurrency.group parameter
2022-10-09 23:08:52 -04:00
TwiN
37495ac3f3
ci: Prevent publish-latest workflow from running concurrently
2022-10-09 23:02:05 -04:00
TwiN
557f696f88
fix(alerting): Encode messagebird request body using json.Marshal
2022-10-09 22:59:18 -04:00
TwiN
c86492dbfd
fix(alerting): Encode ntfy request body using json.Marshal
...
Relevant: #336
2022-10-09 22:58:18 -04:00
TwiN
8a4db600c9
test: Add tests for endpoint display name
2022-10-09 21:34:36 -04:00
TwiN
02879e2645
ci: Bump docker/build-push-action to v3 and add "stable" tag
2022-10-09 21:33:55 -04:00
TwiN
00b56ecefd
feat: Bundle assets in binary using go:embed ( #340 )
...
Fixes #47
2022-10-09 21:33:31 -04:00
TwiN
47dd18a0b5
test(alerting): Add coverage for ntfy's request body
2022-10-09 16:45:01 -04:00
TwiN
1a708ebca2
test(alerting): Fix tests following change to defaults
2022-10-09 16:45:01 -04:00
TwiN
5f8e62dad0
fix(alerting): Make priority and url optional for ntfy
2022-10-09 16:45:01 -04:00
TwiN
b74f7758dc
docs(alerting): Document how to configure ntfy alerts
2022-10-09 16:45:01 -04:00
TwiN
899c19b2d7
fix: Swap tag for resolved and triggered
2022-10-09 16:45:01 -04:00
TwiN
35038a63c4
feat(alerting): Implement ntfy provider
...
Closes #308
Work remaining:
- Add the documentation on the README.md
- Test it with an actual Ntfy instance (I've only used https://ntfy.sh/docs/examples/#gatus as a reference; I haven't actually tested it yet)
2022-10-09 16:45:01 -04:00
TwiN
7b2af3c514
chore: Fix alerting provider order
2022-10-09 16:45:01 -04:00
TwiN
4ab7428599
chore: Format code
2022-10-09 16:45:01 -04:00
TwiN
be88af5d48
chore: Update Go to 1.19 + Update dependencies
2022-09-21 20:16:00 -04:00
TwiN
5bb3f6d0a9
refactor: Use %w instead of %s for formatting errors
2022-09-20 21:54:59 -04:00
TwiN
17c14a7243
docs(alerting): Provide better Matrix examples
2022-09-19 22:08:39 -04:00
TwiN
f44d4055e6
refactor(alerting): Clean up Matrix code
2022-09-19 22:08:18 -04:00
TwiN
38054f57e5
feat: Set minimum interval for endpoints with [DOMAIN_EXPIRATION] to 5m
2022-09-15 21:23:14 -04:00
TwiN
33ce0e99b5
chore: Fix typo in deprecation message
2022-09-15 17:41:24 -04:00
TwiN
b5e6466c1d
docs(security): Link "Securing Gatus with OIDC using Auth0" article
2022-09-09 22:59:13 -04:00
TwiN
f89ecd5c64
fix(ui): Decrease size of error message
2022-09-09 22:58:45 -04:00
TwiN
e434178a5c
test(alerting): Make sure ClientConfig is set after IsValid() call in Telegram provider
2022-09-07 19:02:30 -04:00
Lukas Schlötterer
7a3ee1b557
feat(alerting): add client config for telegram ( #324 )
2022-09-07 18:50:59 -04:00
TwiN
e51abaf5bd
chore: Add check-domain-expiration to placeholder configuration file
2022-09-07 18:19:57 -04:00
TwiN
46d6d6c733
test(alerting): Improve coverage for custom alerting provider
2022-09-07 18:19:20 -04:00
TwiN
d9f86f1155
fix(storage): Default domain_expiration to 0 for SQL when the column doesn't already exist
...
This will prevent temporary issues with the parsing of old results that would otherwise
have a value of NULL for domain_expiration
Fixes an issue introduced by #325
2022-09-07 18:18:26 -04:00
TwiN
01484832fc
feat: Add [DOMAIN_EXPIRATION] placeholder for monitoring domain expiration using WHOIS ( #325 )
...
* feat: Add [DOMAIN_EXPIRATION] placeholder for monitoring domain expiration using WHOIS
* test: Fix issue caused by possibility of millisecond elapsed during previous tests
* test: Fix test with different behavior based on architecture
* docs: Revert accidental change to starttls example
* docs: Fix mistake in comment for Condition.hasIPPlaceholder()
2022-09-06 21:22:02 -04:00
TwiN
4857b43771
test: Improve coverage for Endpoint.Type()
2022-09-01 21:12:29 -04:00
TwiN
52d7cb6f04
ux: Improve endpoint validation by checking type on start
2022-09-01 21:12:29 -04:00
TwiN
5c6bf84106
ux: Improve error message when endpoint is invalid
2022-09-01 21:12:29 -04:00
TwiN
c84ae1cd55
refactor: Remove unused file
2022-09-01 21:12:29 -04:00
TwiN
daf8e3a16f
test(chart): Improve coverage for response time charts
2022-08-30 20:00:04 -04:00
TwiN
df719958cf
chore(remote): Log message about feature being a candidate for removal
2022-08-23 21:38:50 -04:00
TwiN
2be81b8e1a
docs(remote): Add "Remote instances (EXPERIMENTAL)" section
2022-08-22 18:26:36 -04:00
TwiN
4bed86dec9
ui(event): Add divider between each event
2022-08-18 20:24:52 -04:00
TwiN
072cf20cc6
chore(dependencies): Update tailwindcss to 3.1.8
2022-08-18 20:24:08 -04:00
TwiN
cca421e283
refactor(storage): Remove TODO comment about writeThroughCache
2022-08-18 19:29:39 -04:00
TwiN
a044f1d274
docs(storage): Add documentation for storage.caching
2022-08-18 19:29:39 -04:00
TwiN
9de6334f21
feat(storage): Add optional write-through cache to sql store
2022-08-18 19:29:39 -04:00
TwiN
f01b66f083
refactor(storage): Remove decommissioned path for memory store ( #313 )
2022-08-11 20:42:56 -04:00
TwiN
262d436533
ci: Remove paths-ignore since workflow_run doesn't support it
2022-08-11 20:33:25 -04:00
TwiN
b8ab17eee1
ci: Decrease timeout-minutes to 20
2022-08-11 20:31:36 -04:00
TwiN
7bbd7bcee3
ci: Stop publish-latest from being triggered by changes in .github folder
2022-08-11 20:29:33 -04:00
TwiN
4865d12147
chore(ci): Remove redundant input
...
Since we now get to pick from what branch to execute the workflow, it is no longer necessary to have a branch input.
2022-08-11 20:27:48 -04:00
TwiN
0713ca1c1a
chore(ci): Remove useless "description" parameter
2022-08-11 20:25:10 -04:00
TwiN
dce202d0be
feat(ci): Add publish-experimental workflow
2022-08-11 20:24:23 -04:00
TwiN
4673d147db
chore(ci): Update docker/login-action to v2
2022-08-11 20:17:17 -04:00
TwiN
0943c45ae6
test(badge): Add test cases for custom response-time badge thresholds
2022-08-10 21:26:36 -04:00
TwiN
798c4248ff
refactor(badge): Fix formatting
2022-08-10 21:09:22 -04:00
Jesibu
1bce4e727e
feat(api): Configurable response time badge thresholds ( #309 )
...
* recreated all changes for setting thresholds on Uptime Badges
* Suggestion accepted: Update core/ui/ui.go
Co-authored-by: TwiN <twin@linux.com>
* Suggestion accepted: Update core/ui/ui.go
Co-authored-by: TwiN <twin@linux.com>
* implemented final suggestions by Twin
* Update controller/handler/badge.go
* Update README.md
* test: added the suggestons to set the UiConfig at another line
Co-authored-by: TwiN <twin@linux.com>
2022-08-10 21:05:34 -04:00
TwiN
1aa94a3365
feat(remote): Implement lazy distributed feature ( #64 )
...
THIS IS AN EXPERIMENTAL FEATURE/IMPLEMENTATION, AND IT MAY BE REMOVED IN THE FUTURE.
Note that for now, it will be an undocumented feature.
2022-07-28 20:29:29 -04:00
TwiN
319f460553
docs: Update GetHTTPClient comment
2022-07-28 20:29:29 -04:00
TwiN
7daf2b5cac
legal: Revert change to copyright appendix
...
relevant: #203
2022-07-28 17:55:23 -04:00
TwiN
f0fc275f67
legal: Update copyright dates
2022-07-28 09:20:42 -04:00
Kalissaac
04a682eddc
style(alerting): Alphabetically sort Matrix provider
2022-07-20 19:00:12 -04:00
Kalissaac
2fb807632c
style(alerting): Add comments and rename character bytes constant
2022-07-20 19:00:12 -04:00
Kalissaac
4b339bca37
fix(alerting): Update Matrix send endpoint to v3
2022-07-20 19:00:12 -04:00
Kalissaac
09c3a6c72b
fix(alerting): Reuse MatrixProviderConfig struct
2022-07-20 19:00:12 -04:00
Kalissaac
755c8bb43a
fix(alerting): Alphabetically sort Matrix provider
2022-07-20 19:00:12 -04:00
Kalissaac
9d4a639f31
test(alerting): Add Matrix tests
2022-07-20 19:00:12 -04:00
Kalissaac
60e6b2b039
docs(alerting): Add Matrix alerts to README
2022-07-20 19:00:12 -04:00
Kalissaac
37f3f964ea
feat(alerts): Add Matrix alert provider
2022-07-20 19:00:12 -04:00
TwiN
4a1a8ff380
ci: Increase timeout-minutes to 60
2022-07-18 20:45:42 -04:00
TwiN
6787fed062
docs: Update feedback/question contact
2022-07-14 18:13:46 -04:00
TwiN
ab2bee9c4b
chore!: Update module from v3 to v4
2022-06-20 21:25:14 -04:00
TwiN
d1ced94030
fix(badge): Regenerate assets and tweak health badge width
2022-06-20 14:27:05 -04:00
asymness
a3e35c862c
feat(badge): Implement UP/DOWN status badge ( #291 )
...
* Implement status badge endpoint
* Update integration tests for status badge generation
* Add status badge in the UI
* Update static assets
* Update README with status badge description
* Rename constants to pascal-case
* Check for success of the endpoint conditions
* Rename status badge to health badge
2022-06-20 13:59:45 -04:00
TwiN
0193a200b8
refactor(ci): Wrap benchmark workflow inputs with quotes
2022-06-19 22:37:19 -04:00
TwiN
7224464202
fix(ci): Set default repository to TwiN/gatus
2022-06-18 14:09:24 -04:00
TwiN
c457aadcab
feat(ci): Add benchmark workflow
2022-06-18 14:04:11 -04:00
TwiN
f38b12d55b
refactor(ci): Clean up steps
2022-06-18 13:06:24 -04:00
TwiN
e4c9ad8796
chore(ci): Update actions/checkout to v3
2022-06-18 12:58:26 -04:00
TwiN
5be1465b13
refactor(ci): Uniformize job names
2022-06-18 12:50:31 -04:00
TwiN
7215aa4bd6
docs(metrics): Update Grafana/Prometheus example
2022-06-18 12:42:41 -04:00
TwiN
829a9c2679
fix(dns): Use Cloudflare's DNS instead of Google's DNS
2022-06-16 20:21:44 -04:00
TwiN
dfcdc57a18
test(dns): Fix case with inconsistent results
2022-06-16 20:09:25 -04:00
TwiN
43e8c57701
test(dns): Fix case with inconsistent results
2022-06-16 20:02:46 -04:00
TwiN
076f5c45e8
test(metrics): Improve test coverage
2022-06-16 20:02:46 -04:00
TwiN
6d3c3d0892
refactor(metrics): Rename metric to metrics
2022-06-16 20:02:46 -04:00
TwiN
e620fd1214
docs: List possible values for Result.DNSRCode
2022-06-16 20:02:46 -04:00
asymness
5807d76c2f
feat(ui): Implement parameter to hide URL from results ( #294 )
...
* Add support for HideURL UI config parameter
* Redact whole URL when hide-url parameter is set to true
* Add integration test for hide-url functionality
* Document the hide-url config parameter in README
* Apply suggestions from code review
Co-authored-by: TwiN <twin@linux.com>
* Update test to have client config with 1ms timeout
* Re-align README tables
* Update core/endpoint_test.go
* Update core/endpoint_test.go
Co-authored-by: TwiN <twin@linux.com>
2022-06-16 17:53:03 -04:00
mindcrime-ilab
017847240d
feat(alerting): Add overrides for Mattermost ( #292 )
...
* add override support for mattermost
* add documentation for override Mattermost webhooks
* Apply suggestions from code review
Co-authored-by: TwiN <twin@linux.com>
* fix formatting
Co-authored-by: Michael Engelhardt <me@mindcrime.dev>
Co-authored-by: TwiN <twin@linux.com>
2022-06-15 23:25:37 -04:00
TwiN
c873b0ba0c
feat(security)!: Remove deprecated SHA512 parameter for password hashing
2022-06-14 23:48:28 -04:00
TwiN
6f3150d936
feat(api)!: Remove deprecated paths
2022-06-14 23:40:26 -04:00
TwiN
0792f5490b
feat(storage)!: Remove persistence for memory storage
2022-06-14 23:36:18 -04:00
TwiN
326ea1c3d1
refactor(client): Clean up client dns resolver
2022-06-13 20:35:51 -04:00
TwiN
fea95b8479
perf(storage): Improve benchmarks and fix race condition
2022-06-13 20:35:51 -04:00
TwiN
6d64c3c250
chore: Reformat some code and docs
2022-06-12 19:18:58 -04:00
TwiN
2b9d3e99d3
refactor: Fix indent
2022-06-12 19:18:50 -04:00
TwiN
9a5f245440
chore(ui): Update dependencies and rebuild static assets
2022-06-12 19:18:50 -04:00
TwiN
793172c783
feat(ux): Display loading animation while waiting for data to be retrieved
...
Fixes #275
2022-06-12 19:18:50 -04:00
TwiN
9f343bacf7
chore(ui): Move prettifyTimeDifference to helper as generatePrettyTimeDifference
2022-06-12 19:18:50 -04:00
TwiN
c31cb7540d
fix(ui): Second shouldn't be plural if value is 1
2022-06-12 19:18:50 -04:00
TwiN
f9efa28223
fix(ui): Set default refresh interval to 300 (5m)
2022-06-12 19:18:50 -04:00
Andre Bindewald
2cbb35fe3b
feat(client): Added client configuration option for using a custom DNS resolver ( #284 )
2022-06-12 18:45:08 -04:00
TwiN
f23fcbedb8
docs: Specify what type of applications can be monitored with TCP
2022-06-12 16:32:08 -04:00
TwiN
ad10f975b4
docs: Set example interval to 5m
2022-06-12 16:31:43 -04:00
TwiN
1c03524ca8
chore(alerting): Order types alphabetically
2022-06-12 14:18:18 -04:00
TwiN
4af135d1fb
docs: Fix table formatting
2022-06-11 22:17:34 -04:00
TwiN
93b5a867bb
chore(alerting): Add missing opsgenie compile-time interface validation
2022-06-07 19:43:23 -04:00
TwiN
f899f41d16
feat(alerting): Add ENDPOINT_GROUP and ENDPOINT_URL placeholders for custom provider
...
related: #282
note: this also phases out the deprecated [SERVICE_NAME] placeholder
2022-06-07 19:37:42 -04:00
TwiN
ab52676f23
build: Prevent Makefile test target from accidentally targeting test folder
2022-06-07 18:04:56 -04:00
mani9223-oss
27fc784411
feat(alerting): Add group-specific WebHook URL for Slack ( #279 )
2022-05-30 22:03:09 -04:00
Chris Grindstaff
d929c09c56
docs(cert): list valid units for CERTIFICATE_EXPIRATION ( #285 )
...
Fixes #246
2022-05-29 15:14:25 -04:00
TwiN
cff06e38cb
docs(kubernetes): Add probes to example
2022-05-25 23:59:34 -04:00
TwiN
5b1aeaeb0c
chore(test): Use io instead of io/ioutil
2022-05-16 22:19:42 -04:00
TwiN
90e9b55109
docs(metrics): Document available metrics
2022-05-16 22:18:38 -04:00
wei
cf9c00a2ad
feat(metrics): Add more metrics ( #278 )
...
* add gatus_results_success and gatus_results_duration_seconds
* add metrics namespace
* add result http metrics
* add more metrics
* update
* extract endpoint type method
* initializedMetrics
* remove too many metrics
* update naming
* chore(metrics): Refactor code and merge results_dns_return_code_total, results_http_status_code_total into results_code_total
* docs(metrics): Update results_certificate_expiration_seconds description
* add TestEndpoint_Type
* remove name in table test
Co-authored-by: TwiN <twin@linux.com>
2022-05-16 21:10:45 -04:00
TwiN
fbdb5a3f0f
test(maintenance): Add tests for edge cases
2022-05-07 16:46:51 -04:00
Bo-Yi Wu
dde930bed7
feat(alerting): Add group-specific WebHook URL for Google Chat ( #272 )
2022-05-07 14:34:21 -04:00
TwiN
a9fc876173
docs: Update description
2022-04-28 17:56:02 -04:00
TwiN
08b31ba263
chore: Update frontend dependencies
2022-04-25 20:47:01 -04:00
TwiN
9ede992e4e
feat(ui): Add support for buttons below header ( #106 )
2022-04-25 20:20:32 -04:00
TwiN
dcb997f501
docs: Fix table format
2022-04-25 19:55:17 -04:00
TwiN
c8efdac23a
chore(ci): Update actions/setup-go to v3
2022-04-15 14:32:48 -04:00
Bo-Yi Wu
e307d1ab35
feat(alerting): Add group-specific WebHook URL for Discord ( #271 )
...
* feat(alerting): Add group-specific webhook URL for discord
Add group-specific webhook URL for discord alert
Provides support for paging multiple Discords based on the group selector while keeping backward compatibility to the old Discords configuration manifest
integration per team can be specified in the overrides sections in an array form.
ref: #96
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* docs: update
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Update README.md
* Update README.md
* Update alerting/provider/discord/discord.go
Co-authored-by: TwiN <twin@linux.com>
* Update README.md
Co-authored-by: TwiN <twin@linux.com>
* test: revert testing name
* Update alerting/provider/discord/discord_test.go
Co-authored-by: TwiN <twin@linux.com>
Co-authored-by: TwiN <twin@linux.com>
2022-04-11 20:30:21 -04:00
TwiN
e6c6b4e06f
chore: Update TwiN/health to v1.4.0
2022-04-11 01:39:47 -04:00
TwiN
5843c58a36
chore: Update Go to 1.18
2022-03-26 02:15:32 -04:00
Bo-Yi Wu
5281f8068d
feat(alerting): Add group-specific webhook URL for teams ( #266 )
...
* feat(alert): Add group-specific webhook URL for teams
Add group-specific webhook URL for teams alert
ref: https://github.com/TwiN/gatus/issues/96
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Update README.md
* Update README.md
2022-03-23 20:31:10 -04:00
TwiN
86d5dabf90
security: Pin dependency versions
...
Too many cases of open source projects in the JS ecosystem just going wild lately
2022-03-22 19:34:55 -04:00
Bo-Yi Wu
a81c81e42c
feat(alert): Add group-specific to email list ( #264 )
...
* feat(alert): Add group-specific to email list
Add group-specific to list for email alert
https://github.com/TwiN/gatus/issues/96
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* docs: update
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Update README.md
* Update README.md
* Update README.md
* chore: update
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Update README.md
2022-03-20 21:54:20 -04:00
Bo-Yi Wu
bec2820969
docs(example): move config.yaml to config folder ( #265 )
...
ref: https://github.com/TwiN/gatus/issues/151#issuecomment-912932934
update all exmaple in docker-compose file.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2022-03-20 00:04:13 -04:00
TwiN
0bf2271a73
test: Improve coverage for endpoint health evaluation edge cases ( #262 )
2022-03-15 20:53:03 -04:00
TwiN
bd4b91bbbd
fix: Display "<redacted>" instead of "host" in errors ( #262 )
2022-03-15 20:51:59 -04:00
Shashank D
fdec317df0
fix(config): replace hostname in error string if opted ( #262 )
2022-03-15 20:17:57 -04:00
TwiN
8970ad5ad5
refactor: Align new code from #259 with existing code
2022-03-09 21:05:57 -05:00
Andre Bindewald
c4255e65bc
feat(client): OAuth2 Client credential support ( #259 )
...
* Initial implementation
* Added OAuth2 support to `client` config
* Revert "Initial implementation"
This reverts commit 7f2f3a603ae018b1cd1c6a282104f44cd9a1a1d1.
* Restore vendored clientcredentials
* configureOAuth2 is now a func (including tests)
* README update
* Use the same OAuth2Config in all related tests
* Cleanup & comments
2022-03-09 20:53:51 -05:00
Jonah
fcf046cbe8
feat(alerting): Add support for custom Telegram API URL ( #257 )
2022-03-05 15:44:11 -05:00
TwiN
6932edc6d0
docs: Fix Google Chat alerting configuration example
2022-02-14 20:03:08 -05:00
TwiN
3f961a7408
fix(ui): Prettify event timestamps
...
Closes #243
2022-02-03 20:16:13 -05:00
TwiN
4d0f3b6997
chore: Update Vue dependencies
2022-02-03 20:08:48 -05:00
TwiN
5a06599d96
chore: Update front-end dependencies
2022-01-30 18:10:39 -05:00
Azaria
d2a73a3590
chore: Fix grammatical issues in README ( #241 )
2022-01-23 20:06:55 -05:00
TwiN
932ecc436a
test(security): Replace password-sha512 by password-bcrypt-base64 for test case
2022-01-17 11:55:05 -05:00
TwiN
1613274cb0
style(ui): Improve login UI design
2022-01-17 10:37:09 -05:00
TwiN
0b4720d94b
build(gha): Increase timeout from 30 to 45 minutes
2022-01-16 23:26:24 -05:00
TwiN
16df341581
refactor: Remove unused function prettifyUptime
2022-01-16 22:02:58 -05:00
TwiN
a848776a34
refactor(alerting): Sort alert types alphabetically
2022-01-16 00:07:19 -05:00
TwiN
681b1c63f1
docs: Fix broken Google Chat references
2022-01-16 00:06:03 -05:00
Kostiantyn Polischuk
51a4b63fb5
feat(alerting): Add Google Chat alerting provider ( #234 )
2022-01-14 21:00:00 -05:00
Khinshan Khan
3a7977d086
build(docker): support all platforms that publish release supports ( #238 )
2022-01-13 21:37:25 -05:00
TwiN
c682520dd9
fix(security): Use LRU eviction policy for OIDC sessions
2022-01-13 18:42:19 -05:00
TwiN
24b7258338
docs: Re-order parameters in Opsgenie and PagerDuty
2022-01-11 20:22:44 -05:00
TwiN
89e6e4abd8
fix(alerting): Omit nil structs within alerting provider struct
2022-01-11 20:13:37 -05:00
TwiN
4700f54798
docs: Remove outdated comment
2022-01-11 20:11:25 -05:00
TwiN
9ca4442e6a
docs: Add missing section "Configuring Opsgenie alerts"
2022-01-11 20:10:06 -05:00
Tom Moitié
ce6f58f403
feat(alerting): Allow specifying a different username for email provider ( #231 )
...
* Update email alerting provider to supply a username, maintaining backwards compatibility with from
* Update README.md
Co-authored-by: Tom Moitié <tomm@gendius.co.uk>
Co-authored-by: TwiN <twin@twinnation.org>
2022-01-11 20:07:25 -05:00
TwiN
c466542990
test(security): Add tests for basic auth with bcrypt
2022-01-08 19:59:45 -05:00
TwiN
9cb8c37298
fix(security): Make sure to panic on start if the security middlewares return an error
2022-01-08 19:59:45 -05:00
TwiN
f6f7e15735
docs(security): Add warning about using a high cost for bcrypt
2022-01-08 19:59:45 -05:00
TwiN
c712133df0
feat(security): Implement Bcrypt for basic auth and deprecate SHA512
...
I've re-written the code for this several times before but always ended up not going through with it because a hashed Bcrypt string has dollar signs in it, which caused issues with the config due to environment variable support.
I finally decided to go through with it by forcing users to base64 encode the bcrypt hash
2022-01-08 19:59:45 -05:00
TwiN
fc016bd682
feat(ui): Make logo link and header configurable
...
Closes #213
2022-01-08 15:24:22 -05:00
TwiN
0e586e4152
refactor: Split direct and indirect modules
2022-01-06 23:24:07 -05:00
TwiN
ea425773e0
style: Use SVG instead of PNG for GitHub's logo
2022-01-03 21:41:53 -05:00
TwiN
10949b11f4
fix(oidc): Default isAuthenticated to true, not false
2022-01-02 21:37:15 -05:00
TwiN
0e022d04b1
chore: Fix inconsistent indentation + Rebuild assets
2022-01-02 21:14:01 -05:00
TwiN
3319e158b5
branding: Update logo
2022-01-02 21:14:01 -05:00
TwiN
f467a77ae2
chore: Upgrade Tailwind from v2 to v3
2022-01-02 21:14:01 -05:00
TwiN
56048725e4
oidc: Display error if applicable
2022-01-02 21:14:01 -05:00
TwiN
425c1d3674
oidc: Add /api/v1/config route for determining whether to display a login button on the UI
2022-01-02 21:14:01 -05:00
TwiN
8838f6f2ad
oidc: Add documentation
2022-01-02 21:14:01 -05:00
TwiN
139a78b2f6
oidc: Log when a subject tries to authenticate but isn't allowed
2022-01-02 21:14:01 -05:00
TwiN
dd5e3ee7ee
Add tests for OIDC
2022-01-02 21:14:01 -05:00
TwiN
9f8f7bb45e
Fix codecov configuration
2022-01-02 21:14:01 -05:00
TwiN
27e246859e
Use code coverage target instead of threshold
2022-01-02 21:14:01 -05:00
TwiN
f1688ac87a
Set code coverage threshold to 75%
2022-01-02 21:14:01 -05:00
TwiN
54779e1db8
Fix basic security tests
2022-01-02 21:14:01 -05:00
TwiN
be9087bee3
#205 : Work on supporting OpenID Connect for auth
2022-01-02 21:14:01 -05:00
TwiN
4ab5724fc1
Default to dark theme
2022-01-02 21:14:01 -05:00
TwiN
45a47940ad
#205 : Start working on adding support for IODC
2022-01-02 21:14:01 -05:00
TwiN
1777d69495
Remove unnecessary check
2021-12-14 23:26:18 -05:00
Bastien Ogier
8676b83fe3
Changed: add maintenance to README on root config table
2021-12-14 19:55:40 -05:00
TwiN
b67701ff6d
BREAKING: Replace metrics
2021-12-13 19:38:20 -05:00
TwiN
eb9acef9b5
Minor update
2021-12-13 19:38:20 -05:00
TwiN
00aec70fb8
Update dependencies
2021-12-13 19:38:20 -05:00
TwiN
18d28fc362
Add tests for validation of description
2021-12-12 17:03:11 -05:00
TwiN
eb3545e994
Add tests for Slack alert body with endpoint that has a group
2021-12-12 17:03:11 -05:00
TwiN
ad71c8db34
Support displaying group name when applicable for every alert provider
2021-12-12 17:03:11 -05:00
TwiN
6da281bf4e
Disallow certain characters in endpoint name, group and alert description
2021-12-12 17:03:11 -05:00
TwiN
3dd8ba1a99
Add missing alert type
2021-12-09 21:18:44 -05:00
TwiN
2503d21522
Refactor Opsgenie alerting provider code
2021-12-09 21:18:25 -05:00
TwiN
36a3419aec
Update .gitignore
2021-12-09 20:40:28 -05:00
Vinicius Reis
7353fad809
Opsgenie Alert Provider ( #214 )
...
* ✨ opsgenie alert provider
* ✅ add unit tests
* ✏️ typofix
* 📝 update readme
* ✨ add details
* ✨ use group to previne colisions
* ✏️ typofix
* ✏️ typofix
2021-12-09 20:32:38 -05:00
TwiN
b5a26caa08
Merge pull request #217 from ianagbip1oti/patch-3
...
Grammatical Fix
2021-12-09 01:19:54 -05:00
Princess Lana
d7206546af
Grammatical Fix
2021-12-08 22:16:06 -08:00
TwiN
4fa86a2c46
Merge pull request #216 from ianagbip1oti/patch-2
...
Grammatical Fix
2021-12-09 01:14:51 -05:00
Princess Lana
a6ed23b169
Grammatical Fix
2021-12-08 22:13:12 -08:00
TwiN
d9201c5084
Merge pull request #215 from ianagbip1oti/patch-1
...
Grammatical fix
2021-12-09 01:08:27 -05:00
Princess Lana
d0ba8261e3
Grammatical fix
2021-12-08 22:07:04 -08:00
TwiN
f89447badc
Merge pull request #211 from Juneezee/deprecate-ioutil
...
refactor: move from io/ioutil to io and os packages
2021-12-03 20:31:31 -05:00
TwiN
14c42f6e6d
Fix #212 : Stale endpoint on dashboard after config change
2021-12-03 18:20:14 -05:00
Eng Zer Jun
7a05bdcb82
refactor: move from io/ioutil to io and os packages
...
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil . This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-12-03 14:44:17 +08:00
TwiN
5eb7763052
Implement email alerts
2021-12-02 23:31:14 -05:00
TwiN
8c73ae6035
Fix #22 : Improve alerting provider tests by mocking HTTP client
2021-12-02 23:10:21 -05:00
TwiN
6954e9dde7
Move alerting provider mocked tests at the watchdog level
2021-12-02 22:15:51 -05:00
TwiN
f6336eac4e
Fix #117 : Implement email alerts
2021-12-02 21:05:17 -05:00
TwiN
0331c18401
Make sure cache is disabled for badges and charts
2021-11-24 18:36:31 -05:00
TwiN
1f8fd29dad
Get rid of Discord link
...
I don't have time to manage a community 😩
2021-11-23 19:18:29 -05:00
TwiN
5877c4b2be
Update TwiN/health to v1.3.0
2021-11-19 23:43:24 -05:00
TwiN
c6d0809ecc
Hide Alert.ResolveKey and Alert.Triggered
2021-11-18 00:11:32 -05:00
TwiN
cf8a601104
Add more images to README.md
2021-11-17 21:47:38 -05:00
TwiN
96a0eebc0c
Change license to Apache 2 ( #203 )
...
Call me indecisive if you want, since I've done this once before (see 70c9c4b87c8e595f4374b895853312cefc2152f2), but after thing about the pros and cons, I decided that Apache 2 offers better protection for Gatus
2021-11-17 21:47:06 -05:00
TwiN
2af3425b9e
Fix #202 : Postgres error when an endpoint has a second page but others do not
2021-11-16 22:56:16 -05:00
TwiN
31bf2aeb80
Update TwiN/health to v1.1.0
2021-11-15 20:11:13 -05:00
TwiN
787f6f0d74
Add feedback email address
2021-11-12 00:32:11 -05:00
TwiN
17a431321c
Pass http.NoBody instead of nil as body
2021-11-11 00:14:00 -05:00
TwiN
05e9add16d
Regenerate static assets
2021-11-09 00:16:48 -05:00
TwiN
c4ef56511d
Update dependencies
2021-11-09 00:07:44 -05:00
TwiN
cfa2c8ef6f
Minor updates
2021-11-09 00:06:41 -05:00
TwiN
f36b6863ce
Minor update
2021-11-08 23:54:06 -05:00
TwiN
24482cf7a0
Fix icon_url for Mattermost
2021-11-08 21:07:16 -05:00
TwiN
d661a0ea6d
Add logo.png in .github/assets
2021-11-08 21:05:16 -05:00
TwiN
a0ec6941ab
Display number of days rather than hours if >72h
2021-11-08 20:57:58 -05:00
TwiN
5e711fb3b9
Use http.Error instead of writer.Write
2021-11-08 20:56:35 -05:00
TwiN
ab66e7ec8a
Fix badge examples
2021-11-08 02:22:43 -05:00
TwiN
08aba6cd51
Minor updates
2021-11-04 21:40:05 -04:00
TwiN
d3805cd77a
Fix #197 ; Fix #198 : Deprecate storage.file in favor of storage.path and deprecate persistence with memory storage type
2021-11-04 21:33:13 -04:00
TwiN
dd70136e6c
Omit empty hostname and errors field
2021-11-03 22:18:23 -04:00
TwiN
a94c480c22
Fix typo in comment
2021-11-03 22:17:58 -04:00
TwiN
10fd4ecd6b
Minor fixes
2021-11-03 19:48:58 -04:00
TwiN
9287e2f9e2
Move store initialization to store package
...
This will allow importing storage.Config without importing every SQL drivers in the known universe
2021-10-28 19:35:46 -04:00
TwiN
257f859825
Rename getPagerDutyIntegrationKeyForGroup to getIntegrationKeyForGroup
2021-10-27 23:16:05 -04:00
TwiN
3a4ab62ddd
#191 : Handle memory issue caused by migration from Service to Endpoint
2021-10-24 21:20:01 -04:00
TwiN
a4e9d8e9b0
Revert "Add GATUS_DONT_EXPAND_ENV env var"
2021-10-24 18:34:39 -04:00
TwiN
3be6d04d29
Add GATUS_DONT_EXPAND_ENV env var
2021-10-24 16:20:24 -04:00
TwiN
b59ff6f89e
Add ServiceAccount to Kubernetes example
2021-10-24 15:33:15 -04:00
TwiN
813fea93ee
#167 : Rename examples/minimal to .examples/docker-minimal
2021-10-24 15:27:25 -04:00
TwiN
8f50e44b45
#167 : Rename examples/ to .examples/
2021-10-24 15:20:39 -04:00
TwiN
fb2448c15a
Omit fields that are not set
2021-10-24 15:03:41 -04:00
TwiN
db575aad13
Remove comments that no longer apply
2021-10-24 14:51:49 -04:00
TwiN
6ed93d4b82
Rename Service to Endpoint ( #192 )
...
* Add clarifications in comments
* #191 : Rename Service to Endpoint
2021-10-23 16:47:12 -04:00
TwiN
634123d723
Add support for armv6
2021-10-18 12:16:31 -04:00
TwiN
75c25ac053
Don't support garbage browser versions
2021-10-08 00:21:29 -04:00
TwiN
8088736d6e
Fix workflow
2021-10-07 22:42:37 -04:00
TwiN
6c45f5b99c
⚠ Migrate TwinProduction/gatus to TwiN/gatus
2021-10-07 21:28:04 -04:00
TwiN
422eaa6d37
Fix typo
2021-10-07 20:55:15 -04:00
TwinProduction
c423afb0bf
Fix #182 : Fix ICMP on Docker Linux
2021-10-07 01:21:13 -04:00
TwinProduction
835f768337
Shorten comment
2021-10-07 01:08:42 -04:00
TwinProduction
b3d0e54af2
Minor update
2021-10-07 01:08:17 -04:00
TwinProduction
1451cdfa64
Fix typo
2021-10-05 22:36:08 -04:00
TwinProduction
53cc9d88e5
Minor update
2021-10-05 20:44:18 -04:00
TwinProduction
a6bc0039e9
Rename integrations to overrides
2021-10-05 20:40:44 -04:00
achrefbensaadVPaccount
adbc2c5ad7
Add group-specific integration key for PagerDuty ( #181 )
...
* Added support for pagerduty integration per group
* Added pagerduty per group tests
* bugfix: if no team is provided and no general integration is provided return the first pagerduty integration in team integrations
* Updated README
* Update README.md
Co-authored-by: Chris <twin@twinnation.org>
* Update alerting/provider/pagerduty/pagerduty.go
Co-authored-by: Chris <twin@twinnation.org>
* Update alerting/provider/pagerduty/pagerduty.go
Co-authored-by: Chris <twin@twinnation.org>
Co-authored-by: Achref Ben Saad <achref.bensaad@cimpress.com>
Co-authored-by: Chris <twin@twinnation.org>
2021-10-05 20:01:36 -04:00
TwinProduction
154bc7dbc6
Update dependencies
2021-10-03 22:15:20 -04:00
TwinProduction
2d3fe9795f
Add v3 to module path
...
Gatus wasn't intended to be used as a library, but I have a use case now.
2021-10-03 21:53:59 -04:00
TwinProduction
d19f564e4e
Ensure that tested hour never goes negative
2021-10-03 21:50:58 -04:00
TwinProduction
babe7b0be9
Update Go to 1.17
2021-10-03 15:03:09 -04:00
TwinProduction
dee04945d0
Minor update
2021-10-03 15:03:09 -04:00
TwinProduction
bf455fb7cc
Fix issue with under maintenance feature
2021-10-01 02:33:37 -04:00
TwinProduction
dfd2f7943f
Fix issue with privileged call on linux
2021-10-01 02:33:16 -04:00
TwinProduction
fece11540b
Remove unnecessary rows.Close() calls
2021-09-30 21:19:57 -04:00
TwinProduction
ac43ef4ab7
Refactor some code
2021-09-30 20:56:09 -04:00
TwinProduction
bc25fea1c0
Minor improvements
2021-09-30 20:45:47 -04:00
Carlotronics
30cb7b6ec8
Health check for SSL/TLS services ( #177 )
...
* protocol: starttls: add timeout support
Signed-off-by: Charles Decoux <charles@phowork.fr>
* protocol: add ssl support
Signed-off-by: Charles Decoux <charles@phowork.fr>
2021-09-30 16:15:17 -04:00
TwinProduction
289d834587
Change domain
2021-09-28 18:54:40 -04:00
TwinProduction
428e415616
Fix issue with under maintenance
2021-09-27 00:11:42 -04:00
TwinProduction
0d284c2494
Update front-end dependencies
2021-09-25 13:39:54 -04:00
TwinProduction
4a46a5ae9e
Rename security.go and security_test.go to config.go and config_test.go
2021-09-22 00:53:13 -04:00
TwinProduction
df3a2016ff
Move web and ui configurations in their own packages
2021-09-22 00:47:51 -04:00
TwinProduction
dda83761b5
Minor fix
2021-09-22 00:11:46 -04:00
TwinProduction
882444e0d5
Minor fix
2021-09-22 00:11:22 -04:00
TwinProduction
fa4736c672
Close #74 : Add maintenance window
2021-09-22 00:04:51 -04:00
TwinProduction
dc173b29bc
Fix indention
2021-09-18 21:43:19 -04:00
TwinProduction
c3a4ce1eb4
Minor update
2021-09-18 13:04:50 -04:00
TwinProduction
044f0454f8
Domain migration
2021-09-18 12:42:11 -04:00
newsr
9bd5c38a96
Add enabled parameter to service ( #175 )
...
* feat: Add enabled flag to service
* Add IsEnabled method
Co-authored-by: 1newsr <1newsr@users.noreply.github.com>
2021-09-18 11:52:11 -04:00
TwinProduction
d6b4c2394a
Update frontend dependencies
2021-09-16 22:47:03 -04:00
TwinProduction
9fe4678193
Update line separator
2021-09-16 22:35:22 -04:00
TwinProduction
f41560cd3e
Add configuration for whether to resolve failed conditions or not
2021-09-14 19:34:46 -04:00
TwinProduction
d7de795a9f
Retrieve metrics from the past 2 hours for badges with a duration of 1h
2021-09-13 23:29:35 -04:00
TwinProduction
f79e87844b
Update diagram
2021-09-12 18:55:38 -04:00
TwinProduction
c57a930bf3
Refactor controller and handlers
2021-09-12 18:39:09 -04:00
TwinProduction
d86afb2381
Refactor handler errors
2021-09-12 17:06:14 -04:00
TwinProduction
d69df41ef0
Ensure connection to database by pinging it once before creating the schema
2021-09-11 22:42:56 -04:00
TwinProduction
cbfdc359d3
Postgres performance improvement
2021-09-11 17:49:31 -04:00
TwinProduction
f3822a949d
Expose postgres port
2021-09-11 17:48:50 -04:00
TwinProduction
db5fc8bc11
#77 : Make page logo customizable
2021-09-11 04:33:14 -04:00
TwinProduction
7a68920889
#77 : Make page title customizable
2021-09-11 01:51:14 -04:00
TwinProduction
effad21c64
Uniformize docker-compose files
2021-09-10 20:03:51 -04:00
TwinProduction
dafd547656
Add example for using Postgres
2021-09-10 19:21:48 -04:00
TwinProduction
20487790ca
Improve test coverage with edge cases made possible with Postgres
2021-09-10 19:01:44 -04:00
TwinProduction
b58094e10b
Exclude storage/store/sql/specific_postgres.go from test coverage
2021-09-10 19:01:44 -04:00
TwinProduction
bacf7d841b
Close #124 : Add support for Postgres as a storage solution
2021-09-10 19:01:44 -04:00
TwinProduction
06ef7f9efe
Add test for NewEventFromResult
2021-09-06 16:34:03 -04:00
TwinProduction
bfbe928173
Fix uptime badge
2021-09-06 15:06:30 -04:00
TwinProduction
7887ca66bc
#151 : Add small note about binding a file instead of a folder
2021-09-06 13:28:35 -04:00
TwinProduction
a917b31591
Add log in case an error happens while updating the last config modification time
2021-09-06 13:28:35 -04:00
TwinProduction
556f559221
Remove Kubernetes auto discovery
2021-09-06 13:28:35 -04:00
TwinProduction
670e35949e
Sort results alphabetically when returning all service statuses
2021-09-06 13:28:35 -04:00
TwinProduction
67642b130c
Remove deprecated endpoints
2021-09-06 13:28:35 -04:00
TwinProduction
7c9e2742c1
Remove deprecated parameters from alerting providers
2021-09-06 13:28:35 -04:00
TwinProduction
66e312b72f
Remove old memory uptime implementation and auto migration
2021-09-06 13:28:35 -04:00
TwinProduction
6e38114e27
Remove deprecated service[].insecure parameter (in favor of service[].client.insecure)
2021-09-06 13:28:35 -04:00
TwinProduction
9c99cc522d
Close #159 : Add the ability to hide the hostname of a service
2021-09-06 13:28:35 -04:00
TwinProduction
becc17202b
Remove uptime from /api/v1/services/{key}/statuses and return the entire service status instead of a map
2021-09-06 13:28:35 -04:00
TwinProduction
c61b406483
Return array instead of map on /api/v1/services/statuses
2021-09-06 13:28:35 -04:00
TwinProduction
44c36a8a5e
Remove kubernetes auto discovery example
2021-09-06 13:28:35 -04:00
TwinProduction
cfa7b0ed51
Fix badges
2021-09-02 09:28:11 -04:00
TwinProduction
ce433b57e0
Minor fixes
2021-08-29 19:12:03 -04:00
TwinProduction
d67c2ec251
Add Discord badge
2021-08-28 23:47:05 -04:00
TwinProduction
74e7bdae8c
Add a few targets to Makefile
2021-08-23 20:40:13 -04:00
TwinProduction
8b0f432ffb
Update API endpoints in documentation
2021-08-23 20:39:34 -04:00
TwinProduction
2577b196be
Update documentation
2021-08-21 23:38:41 -04:00
TwinProduction
30b17f7bca
Remove hourlyAverageResponseTime from serviceStatusHandler
2021-08-21 21:27:33 -04:00
TwinProduction
a626b00b59
Always display every hour in the duration specified on the chart
2021-08-21 21:27:33 -04:00
TwinProduction
0e7f1d19f4
Use new endpoint to retrieve statuses
2021-08-21 21:27:33 -04:00
TwinProduction
82d697b032
Generate chart on the backend instead of using obnoxiously large frontend library
2021-08-21 18:12:06 -04:00
TwinProduction
470e3a3ebc
Add response time badge and chart
2021-08-21 18:12:06 -04:00
TwinProduction
bab69478dd
Improve comment on HourlyUptimeStatistics.TotalExecutionsResponseTime
2021-08-21 18:12:06 -04:00
TwinProduction
f28d1b61f0
Add tests for GetAverageResponseTimeByKey
2021-08-21 18:12:06 -04:00
TwinProduction
75d8b40327
Add GetAverageResponseTimeByKey method on store for response time badges
2021-08-21 18:12:06 -04:00
TwinProduction
e8adc75afe
Minor fix
2021-08-19 23:38:33 -04:00
TwinProduction
6942f0f8e0
Add response time chart
2021-08-19 23:12:48 -04:00
TwinProduction
733760dc06
Improve badge colors
2021-08-19 23:12:48 -04:00
TwinProduction
1a8452f375
Improve badge colors
2021-08-19 23:12:48 -04:00
TwinProduction
1cbee5b732
Update dependencies
2021-08-19 23:12:48 -04:00
TwinProduction
d65cebb1fb
Remove Uptime.Last* parameters
2021-08-13 01:25:50 -04:00
TwinProduction
0b6fc6b520
Add GetUptimeByKey to store interface
2021-08-13 01:25:50 -04:00
TwinProduction
968b960283
Add memory.db to .gitignore
2021-08-13 01:25:50 -04:00
TwinProduction
77ba2169cf
Close #125 : Add more uptime badge colors
2021-08-11 21:05:51 -04:00
TwinProduction
f6c32a90ac
Add small comment
2021-08-10 19:58:19 -04:00
TwinProduction
932a67d9e7
Update list of sponsors
2021-08-09 19:03:07 -04:00
TwinProduction
ee414df03f
Add missing comment
2021-08-08 20:16:12 -04:00
TwinProduction
718f8260bb
Register missing struct
2021-08-07 12:22:39 -04:00
TwinProduction
3cbe068fc1
Rename storage type inmemory to memory
...
This is technically a breaking change, but given how long ago this field was implemented as well as the fact that this is the default value if the type is not specified, I doubt anybody's explicitly setting it as inmemory
2021-08-07 12:11:35 -04:00
TwinProduction
4ada6ee7c9
Remove unneeded constants
2021-08-07 11:54:22 -04:00
TwinProduction
1e28905c8d
Add clarification on hack
2021-08-07 11:46:58 -04:00
TwinProduction
4dbde07b85
Fix typo
2021-07-30 18:57:43 -04:00
TwinProduction
8f35679299
Improve documentation formatting
2021-07-30 18:56:05 -04:00
TwinProduction
897e1590ac
Improve documentation
2021-07-30 18:46:07 -04:00
TwinProduction
48ef7c7313
#126 : Update mistake in documentation
2021-07-30 12:38:29 -04:00
TwinProduction
941cc03f19
Add high level diagram
2021-07-30 00:34:07 -04:00
TwinProduction
a4c429a0e0
Update comment for testing purposes
2021-07-29 20:09:42 -04:00
TwinProduction
2074697efa
Improve alerting tests
2021-07-29 19:54:40 -04:00
Chris
2ce02b0d7f
Merge pull request #143 from zeylos/feature/teams_alert_provider
...
Add Microsoft Teams alerting provider
2021-07-29 19:16:03 -04:00
TwinProduction
8edca65041
Only trigger publish-latest on successful build in master
2021-07-29 19:14:48 -04:00
TwinProduction
cdbc075439
Fix #146 : Alerting causes panic with some providers
2021-07-29 18:13:37 -04:00
Bastien
949fd65cb7
Minor fix on README.md
...
Fixed the webhook-url example for Teams
2021-07-29 11:12:53 +02:00
Bastien
54d06b8688
Merge branch 'master' into feature/teams_alert_provider
2021-07-29 11:01:53 +02:00
TwinProduction
07b1a2eafb
Minor fix
2021-07-28 22:30:34 -04:00
TwinProduction
d3e0ef6519
Add workflow to publish latest on successful build
2021-07-28 22:25:25 -04:00
TwinProduction
9cd6355056
#126 : Add client configuration
2021-07-28 21:52:14 -04:00
Bastien Ogier
7416384efe
Revert config.yaml modification
2021-07-28 14:28:31 +02:00
Bastien Ogier
23fb69fca9
Add teams alerting provider
2021-07-28 14:20:53 +02:00
TwinProduction
be4e9aba1e
Add section about deployment using Terraform
2021-07-27 21:36:11 -04:00
TwinProduction
ac0d00fdb5
Add notice in README possible deprecation of Kubernetes integration
2021-07-27 21:10:27 -04:00
TwinProduction
3293222cd6
Add warning log about possible deprecation of Kubernetes integration
2021-07-27 21:08:30 -04:00
TwinProduction
892f3ada6f
Add tests for paging package
2021-07-24 22:15:59 -04:00
TwinProduction
f22a79eb7d
Minor update
2021-07-24 21:08:55 -04:00
TwinProduction
911deb91d1
Add list of sponsors
2021-07-24 21:07:26 -04:00
TwinProduction
bcd4105af3
Fix potential race condition in test
2021-07-24 19:12:57 -04:00
Chris
423ada68b3
Update FUNDING.yml
2021-07-24 19:00:19 -04:00
Chris
70fa17349f
Fix typo
2021-07-24 18:59:01 -04:00
Chris
e640ede709
Create FUNDING.yml
2021-07-24 18:58:30 -04:00
TwinProduction
fb3447eaf3
Improve test coverage
2021-07-18 23:24:09 -04:00
TwinProduction
46cf616a57
Rename TestStore_Insert to TestStore_SanityCheck
2021-07-18 23:13:19 -04:00
TwinProduction
cf48072167
Fix indentation
2021-07-18 23:07:24 -04:00
TwinProduction
97dd868ae8
Add sanity tests
2021-07-18 23:02:27 -04:00
TwinProduction
c18b2728c9
Revert back to covermode=atomic
2021-07-18 22:04:49 -04:00
TwinProduction
b3fd290e4d
Remove -coverpkg=all from coverage file configuration and set covermode to count
2021-07-18 22:02:51 -04:00
TwinProduction
89e23a986c
Add -coverpkg=all when building coverage file
2021-07-18 21:56:32 -04:00
TwinProduction
c454c868f6
Update codecov/codecov-action to v1.5.2
2021-07-18 21:47:18 -04:00
TwinProduction
6d82a54518
Rename example directory to examples
2021-07-18 20:52:42 -04:00
TwinProduction
bd3c01a4f4
Add example for sqlite
2021-07-18 20:48:22 -04:00
TwinProduction
43150ae484
Fix #132 : ICMP doesn't work on Mac OS
2021-07-18 20:43:44 -04:00
TwinProduction
acb6757dc8
Minor tweaks
2021-07-18 17:29:08 -04:00
TwinProduction
2037d9aca6
Add documentation for new storage type
2021-07-18 17:29:08 -04:00
TwinProduction
c700154f5e
Rename database package to sqlite
2021-07-18 17:29:08 -04:00
TwinProduction
aac72e3741
Improve test coverage
2021-07-18 17:29:08 -04:00
TwinProduction
1a597f92ba
Increase test coverage and remove useless code
2021-07-18 17:29:08 -04:00
TwinProduction
56fedcedd1
Improve test coverage
2021-07-18 17:29:08 -04:00
TwinProduction
6bdce4fe29
Add persistence test
2021-07-18 17:29:08 -04:00
TwinProduction
381488a1b2
Add sqlite wal files
2021-07-18 17:29:08 -04:00
TwinProduction
42a909c1ad
Update documentation
2021-07-18 17:29:08 -04:00
TwinProduction
5a4fa6f2b0
Fix issue with store closing on configuration file update
2021-07-18 17:29:08 -04:00
TwinProduction
bbbfe7f466
Increase sleep to give enough time for the goroutine to end its task
2021-07-18 17:29:08 -04:00
TwinProduction
7cf1750f86
Add BenchmarkConvertGroupAndServiceToKey
2021-07-18 17:29:08 -04:00
TwinProduction
b88ae5fcf6
Improve test coverage
2021-07-18 17:29:08 -04:00
TwinProduction
8516c41b43
Update benchmarks
2021-07-18 17:29:08 -04:00
TwinProduction
b90a64e2a6
Set synchronous PRAGMA instruction to NORMAL
2021-07-18 17:29:08 -04:00
TwinProduction
627173e64f
Refactor duplicate functions
2021-07-18 17:29:08 -04:00
TwinProduction
8b5e5f54cc
Refactor test setup/cleanup
2021-07-18 17:29:08 -04:00
TwinProduction
2c95cce7b3
Consolidate store tests into interface package + Fix issues
2021-07-18 17:29:08 -04:00
TwinProduction
2ef9329fa6
Fix pagination in memory store
2021-07-18 17:29:08 -04:00
TwinProduction
9384373f43
Fix result ordering issue
2021-07-18 17:29:08 -04:00
TwinProduction
d3a81a2d57
Major fixes and improvements
2021-07-18 17:29:08 -04:00
TwinProduction
fed32d3909
Minor improvements and fixes
2021-07-18 17:29:08 -04:00
TwinProduction
c1d9006aaf
Uncomment memory benchmarks
2021-07-18 17:29:08 -04:00
TwinProduction
7126d36d85
Implement paging and refactor stores to match new store interface with paging
2021-07-18 17:29:08 -04:00
TwinProduction
677c7faffe
Start working on paging implementation
2021-07-18 17:29:08 -04:00
TwinProduction
8dedcf7c74
Refactor code
2021-07-18 17:29:08 -04:00
TwinProduction
a4c69d6fc3
Implement service uptime support for database store
2021-07-18 17:29:08 -04:00
TwinProduction
943d0a19d1
Use time.Truncate instead of manually flooring the hour
2021-07-18 17:29:08 -04:00
TwinProduction
fd08c8b1e5
Reorder methods
2021-07-18 17:29:08 -04:00
TwinProduction
393147c300
Add table schema for service uptime
2021-07-18 17:29:08 -04:00
TwinProduction
f73e8a56ef
Minor improvements
2021-07-18 17:29:08 -04:00
TwinProduction
4203355edc
Improve benchmarks
2021-07-18 17:29:08 -04:00
TwinProduction
5cc1c11b1a
Move all transactions to the exported methods
2021-07-18 17:29:08 -04:00
TwinProduction
796228466d
Add missing transaction rollbacks
2021-07-18 17:29:08 -04:00
TwinProduction
23ba9795a6
Start working on GetAllServiceStatusesWithResultPagination for database storage
2021-07-18 17:29:08 -04:00
TwinProduction
1291e86a6f
Rename deleteOldResults and deleteOldEvents to deleteOldServiceResults and deleteOldServiceEvents
2021-07-18 17:29:08 -04:00
TwinProduction
14316cfd31
Fix potential concurrent access issue
2021-07-18 17:29:08 -04:00
TwinProduction
670272f411
Refactor code and enable WAL for 4x performance improvement
2021-07-18 17:29:08 -04:00
TwinProduction
ffc3e644c5
Add benchmark scenarios for concurrent inserts
2021-07-18 17:29:08 -04:00
TwinProduction
bc42d15625
Automatically clear up old events
2021-07-18 17:29:08 -04:00
TwinProduction
20594b902c
Remove unnecessary comments
2021-07-18 17:29:08 -04:00
TwinProduction
0a3267e499
Reuse transaction on insert to improve performance
2021-07-18 17:29:08 -04:00
TwinProduction
9c8bf2b69e
Refactor uselessly complex code
2021-07-18 17:29:08 -04:00
TwinProduction
bd1eb7c61b
#136 : Start working on database persistence
2021-07-18 17:29:08 -04:00
TwinProduction
e6335da94f
Minor update
2021-07-18 17:29:08 -04:00
TwinProduction
1498b6d8a2
Add Service.Key() method to generate the unique service key
2021-07-18 17:29:08 -04:00
TwinProduction
7aed826d65
Fix typo
2021-07-18 17:29:08 -04:00
TwinProduction
9b68582622
Minor update
2021-07-08 23:39:12 -04:00
TwinProduction
a1afeea56b
Close #126 : Don't follow redirects
2021-07-06 22:01:46 -04:00
Chris
38de0ec9cd
Update README.md
2021-07-06 20:06:40 -04:00
Andrii Vakarev
9d8a3f1574
Document helm chart ( #127 )
2021-07-06 19:54:59 -04:00
TwinProduction
b904afb8b5
Replace - by _ in file names
2021-07-02 20:04:05 -04:00
TwinProduction
5bf560221f
Remove cat-fact from example config
2021-06-29 23:35:31 -04:00
TwinProduction
574dd50b98
Update example config
2021-06-29 23:33:17 -04:00
TwinProduction
35c33620a5
Remove hidden feature HTTP_CLIENT_TIMEOUT_IN_SECONDS
2021-06-18 10:07:55 -04:00
TwinProduction
fc0c3499f4
Remove comment that no longer applies
2021-06-18 09:59:39 -04:00
TwinProduction
d03271d128
Update TwinProduction/gocache to v1.2.3
2021-06-18 09:56:55 -04:00
Chris
0560b98de4
Update README.md
2021-06-17 18:44:38 -04:00
TwinProduction
ca87547430
Update TwinProduction/gocache to v1.2.2
2021-06-06 14:54:58 -04:00
TwinProduction
e214d56af1
Add errors through result.AddError()
2021-06-05 18:51:51 -04:00
TwinProduction
8997eeef05
Fix #123 : Deduplicate result errors
2021-06-05 18:50:24 -04:00
TwinProduction
5e00752c5a
Include issue number in scenario name
2021-06-05 18:42:32 -04:00
TwinProduction
f9d132c369
Fix #122 : Partially invalid JSONPath ending with string does not return an error
2021-06-05 18:41:42 -04:00
TwinProduction
ca977fefa8
Minor improvements
2021-06-05 16:35:52 -04:00
TwinProduction
d07d3434a6
#120 : Add documentation for STARTTLS
2021-06-05 16:35:18 -04:00
gopher-johns
2131fa4412
#120 : Add support for StartTLS protocol
...
* add starttls
* remove starttls from default config
Co-authored-by: Gopher Johns <gopher.johns28@gmail.com>
2021-06-05 15:47:11 -04:00
TwinProduction
81aeb7a48e
Fix indentation
2021-06-02 18:59:08 -04:00
TwinProduction
eaf395738d
Add quick start spoiler
2021-06-02 18:57:16 -04:00
TwinProduction
f6f1ecf623
Remove "Service auto discovery in Kubernetes" from list of features
2021-06-02 18:41:41 -04:00
TwinProduction
177081cf54
Move image to the feature section
2021-06-02 18:40:46 -04:00
TwinProduction
651bfcba22
Add dark-mode.png
2021-05-31 19:27:20 -04:00
TwinProduction
3cd1953c6c
Add dark mode screenshot
2021-05-31 18:54:21 -04:00
Chris
9dd4e7047d
Add Discord server badge
2021-05-31 00:21:57 -04:00
Chris
067ab78666
Minor fix
2021-05-30 17:09:43 -04:00
Chris
28acaeb067
Revert "Add discord server badge"
2021-05-30 17:09:28 -04:00
Chris
749aeb9e42
Add Discord server badge
...
This is temporary, I might remove it later
2021-05-30 16:07:54 -04:00
TwinProduction
8e02572880
Remove unused code
2021-05-28 18:48:17 -04:00
TwinProduction
1f6f0ce426
Fix inconsistent visual issue with settings bar occasionally appearing within the global container
2021-05-28 18:47:15 -04:00
TwinProduction
7bc381b356
Fix typo
2021-05-24 21:46:00 -04:00
Chris
18420c2d60
Merge pull request #115 from TwinProduction/reload-on-update
...
#29 : Automatically reload on configuration file update
2021-05-19 18:14:28 -04:00
TwinProduction
0b4dc34c57
Fix typo
2021-05-19 01:19:02 -04:00
TwinProduction
030212c156
Remove unnecessarily error check
2021-05-19 01:13:23 -04:00
TwinProduction
63b0ac8b35
Improve test coverage
2021-05-19 00:55:03 -04:00
TwinProduction
263b2f0f94
Fix failing tests
2021-05-18 23:27:43 -04:00
TwinProduction
db23bd9073
#29 : Automatically reload on configuration file update
2021-05-18 22:29:15 -04:00
TwinProduction
40dc1cc270
Minor update
2021-05-16 23:45:01 -04:00
Chris
67c3bf6e5e
Merge pull request #113 from TwinProduction/default-provider-alert
...
Implement default provider alert
2021-05-15 22:42:26 -04:00
TwinProduction
57ef931d38
Add TestEvalWithArrayOfValuesAndInvalidIndex
2021-05-15 22:38:13 -04:00
TwinProduction
e3038f0e80
Add TestEvalWithInvalidData
2021-05-15 22:26:51 -04:00
TwinProduction
8106832d69
Improve test coverage
2021-05-15 22:24:13 -04:00
TwinProduction
758428b312
Improve test coverage
2021-05-15 22:09:58 -04:00
TwinProduction
77de4c4742
Minor fixes
2021-05-15 21:54:23 -04:00
TwinProduction
a85c5d5486
Close #91 : Implement default provider alert
2021-05-15 21:31:32 -04:00
TwinProduction
c7d554efa5
Add Docker build command
2021-05-13 21:24:32 -04:00
TwinProduction
f3afdf2977
Add example service for ICMP/ping
2021-05-13 21:24:22 -04:00
TwinProduction
19a0ba7271
#111 : Don't explicitly specify ip4 for ICMP
2021-05-13 21:20:50 -04:00
TwinProduction
4a4c88ae17
Update frontend dependencies
2021-05-11 22:14:56 -04:00
TwinProduction
253e6f8338
Fix typo
2021-05-11 20:50:15 -04:00
TwinProduction
1d412678ff
Minor visual improvement
2021-05-09 13:50:00 -04:00
TwinProduction
48c7514fa5
Minor visual improvement
2021-05-09 13:45:54 -04:00
TwinProduction
d7b437595c
Add example-dns-query
2021-05-09 13:45:27 -04:00
TwinProduction
50f530a05c
Fix #107 : Correctly parse placeholder when [BODY] is an array
2021-05-09 13:28:22 -04:00
TwinProduction
2a632e8f87
Close #99 : Implement dark theme
2021-05-09 12:59:22 -04:00
TwinProduction
857ad584e7
#104 : Add support for HTTP_CLIENT_TIMEOUT_IN_SECONDS (undocumented)
2021-04-30 22:58:14 -04:00
TwinProduction
8b3b2f70bf
Add deprecation comment on Uptime.migrateToHourlyStatistics
2021-04-25 19:56:09 -04:00
TwinProduction
4308f2c1ef
Add missing comment
2021-04-24 16:59:33 -04:00
TwinProduction
425c93ed8f
Add "Why Gatus?" section
2021-04-23 20:47:26 -04:00
TwinProduction
752e82d80b
Tidy up comments
2021-04-18 01:01:10 -04:00
TwinProduction
e91462ce41
Unify uptime hourly metrics under Uptime.HourlyStatistics and add metric for response time
2021-04-18 00:51:47 -04:00
TwinProduction
347297a8ea
Fix typo
2021-04-17 20:09:10 -04:00
TwinProduction
56dbe2fea0
Minor fix
2021-04-14 23:01:40 -04:00
TwinProduction
ebcca4317d
Remove useless newline
2021-04-14 21:25:34 -04:00
TwinProduction
e6355dfee8
Update Go to 1.16
2021-04-13 22:30:50 -04:00
TwinProduction
7309888db5
Add missing timeout
2021-04-11 11:09:01 -04:00
TwinProduction
f60eee86ee
Update tailwind and fix configuration
2021-04-06 23:39:53 -04:00
TwinProduction
e46acb885c
Add missing newline
2021-03-30 20:01:22 -04:00
Jonah
24da853820
Add Telegram Alerting ( #102 )
2021-03-30 19:38:34 -04:00
TwinProduction
4e5a86031f
Add comment for future breaking change
2021-03-27 21:22:34 -04:00
TwinProduction
7f6f127f4f
Default showAverageResponseTime to true in details page too
2021-03-26 18:28:41 -04:00
TwinProduction
12c352254f
Implement toggleable average response time (frontend) + Persist refresh interval (frontend) + Update dependencies (frontend)
2021-03-25 21:01:03 -04:00
TwinProduction
2b9d986932
Update date in LICENSE.md
2021-03-23 19:53:49 -04:00
TwinProduction
cdbf5f6c6f
Update Go to 1.16
2021-03-21 19:37:17 -04:00
David Chidell
33562e97f4
Add API capabilities to docs ( #101 )
2021-03-19 21:33:46 -04:00
TwinProduction
c9acc83141
Extract magic number into a constant
2021-03-14 16:52:59 -04:00
TwinProduction
8c4c360472
Minor update
2021-03-14 13:36:54 -04:00
David Chidell
2c8714f1fa
Truncate long string when using pattern function ( #100 )
...
- Omits verbose responses when using pattern match
- Change contains to match prefix and suffix, add 2nd test
2021-03-14 13:05:16 -04:00
TwinProduction
8ec256edbf
Implement has() function to determine if an element at a JSONPath exists
2021-03-10 21:49:13 -05:00
TwinProduction
a48ec41bca
Add test for invalid path
2021-03-09 19:39:22 -05:00
TwinProduction
541e0264ab
Don't export, persist or retain result body after evaluation
2021-03-08 21:30:11 -05:00
TwinProduction
f945e4b8a2
#93 : Gracefully handle breaking change to uptime maps by renaming variables
2021-03-06 15:19:35 -05:00
TwinProduction
076b92a2b4
Minor update
2021-03-05 20:33:06 -05:00
TwinProduction
02e9f74a04
Move alerting configuration documentation under Alerting
2021-03-05 20:25:20 -05:00
TwinProduction
b37dd5e819
Minor update
2021-03-05 00:50:24 -05:00
TwinProduction
1775f80ffe
Back to alpine/1.16 (the change in reflected memory usage was due to 1.16's MADV_FREE change after all)
2021-03-05 00:49:58 -05:00
TwinProduction
3187db1e9a
Switch gocache to FIFO instead of LRU
2021-03-05 00:40:11 -05:00
TwinProduction
932eab00a0
Test using Docker image with Go 1.15 instead of alpine, which has 1.16
2021-03-05 00:38:40 -05:00
TwinProduction
c842ac2343
Fix memory issue caused by previous shallow copy
2021-03-05 00:19:21 -05:00
TwinProduction
6320237326
Significantly improve uptime calculation
2021-03-04 23:00:30 -05:00
TwinProduction
8fe9d013b5
Close #48 : Implement Discord alerting providers
2021-03-04 21:26:17 -05:00
TwinProduction
c094c06e56
Minor update
2021-03-03 22:31:55 -05:00
TwinProduction
f961bf961e
Update documentation on alerting providers
2021-03-03 22:30:50 -05:00
TwinProduction
404a3cea64
Remove useless os.Kill because it cannot be caught
2021-03-01 22:35:32 -05:00
TwinProduction
d000460a99
Regenerate static files
2021-02-25 23:14:11 -05:00
TwinProduction
455fae05c1
Minor visual changes on pagination component
2021-02-25 23:11:25 -05:00
Chris C
85dff34350
Merge pull request #90 from TwinProduction/longer-result-history
...
First implementation of longer result history
2021-02-25 22:47:55 -05:00
TwinProduction
99fa632021
Increase test coverage
2021-02-25 19:02:02 -05:00
TwinProduction
cafcc9d45b
Increase test coverage
2021-02-24 23:26:13 -05:00
TwinProduction
dc929dac70
#89 : First implementation of longer result history
2021-02-24 22:41:36 -05:00
TwinProduction
42825b62fb
Update documentation
2021-02-20 19:00:54 -05:00
TwinProduction
a89bb392ed
Minor fix
2021-02-20 19:00:47 -05:00
TwinProduction
e7c4d03c22
Regenerate static files
2021-02-20 18:11:55 -05:00
TwinProduction
4e6bf91651
Update test step
2021-02-20 18:11:29 -05:00
TwinProduction
de31a7a62e
Minor improvements
2021-02-20 18:08:00 -05:00
TwinProduction
7f0543ebd2
Minor improvements
2021-02-20 12:52:21 -05:00
TwinProduction
9b893aa4e0
Minor improvements
2021-02-19 20:34:35 -05:00
TwinProduction
50435f4030
Improve tests for alerting providers
2021-02-19 19:06:20 -05:00
TwinProduction
9649d80388
Update description
2021-02-19 18:52:37 -05:00
TwinProduction
8c3ab1eac2
Fix typo for colleague
2021-02-19 09:17:25 -05:00
TwinProduction
cdb5ba080a
Minor fix
2021-02-18 23:47:53 -05:00
TwinProduction
0a145da912
Add documentation for the custom alert provider placeholders
2021-02-18 23:18:14 -05:00
TwinProduction
b603cdb0ea
Minor changes to the custom alert provider placeholders
2021-02-18 23:17:51 -05:00
TwinProduction
11d1f24ceb
Fix typo
2021-02-18 22:28:21 -05:00
Chris C
c74472d332
Merge pull request #85 from roberth1988/ISSUE73-ALERT_TRIGGERED_OR_RESOLVED-Placeholder
...
Make ALERT_TRIGGERED_OR_RESOLVED placeholder values configurable
2021-02-18 22:28:14 -05:00
Chris C
78a1262e7c
Merge pull request #87 from avakarev/respec-system-proxy
...
Respect system proxy
2021-02-18 22:07:06 -05:00
Andrii Vakarev
7ff8907eda
Respect system proxy
2021-02-19 01:03:38 +01:00
Robert Hoppe
1d21f5889d
Move away from generic solution to a fixed one
2021-02-18 19:03:12 +01:00
Robert Hoppe
d7d904ae5f
Bump up test coverage
2021-02-17 13:45:22 +01:00
Robert Hoppe
7390895514
Extend also tests on config
2021-02-17 13:27:11 +01:00
Robert Hoppe
2873d96b9f
Introduce configureable place holders for alerting
2021-02-17 12:39:17 +01:00
TwinProduction
ea9623f695
Use TwinProduction/health for health endpoint
2021-02-12 23:29:21 -05:00
TwinProduction
9cdef02bdc
Fix min/max response time issue caused by previous commit
2021-02-12 23:29:07 -05:00
TwinProduction
16229592a2
Fix small issue with min/max response times getting floored instead of rounded
2021-02-12 23:16:23 -05:00
TwinProduction
52ad4ee9e5
Update gocache to v1.2.1
2021-02-05 22:11:25 -05:00
TwinProduction
b47c6dc408
Merge branch 'master' of https://github.com/TwinProduction/gatus into persistence
2021-02-05 20:46:10 -05:00
TwinProduction
8e2a2c4dbc
Implement graceful shutdown
...
- Shutdown the HTTP server before exiting
- Persist data to store before exiting, if applicable
2021-02-05 20:45:28 -05:00
TwinProduction
8698736e7d
Add .svg suffix to badge image url
2021-02-05 19:58:20 -05:00
Chris C
cd1430f043
Merge pull request #83 from TwinProduction/persistence
...
Implement persistence
2021-02-02 23:23:43 -05:00
TwinProduction
79bef8d391
Implement persistence
2021-02-02 23:06:34 -05:00
TwinProduction
9196f57487
Add several tests
2021-02-01 01:37:56 -05:00
TwinProduction
1e0d9e184c
Fix typo
2021-01-31 23:29:48 -05:00
Chris C
bc42497cb7
Merge pull request #81 from menduz/patch-1
...
fix: metrics were not working
2021-01-31 22:35:27 -05:00
Agustin Mendez
b0b0ab574d
fix: metrics were not working
2021-01-31 23:45:32 -03:00
TwinProduction
e369484e5f
Fix issue with event icons not displaying on mobile
2021-01-31 20:38:05 -05:00
TwinProduction
d18618449f
Rebuild static files
2021-01-31 18:04:22 -05:00
TwinProduction
9186049589
Minor responsiveness improvements
2021-01-31 18:02:13 -05:00
TwinProduction
4362831f71
Improve responsiveness on smaller screens
2021-01-31 17:55:04 -05:00
TwinProduction
99f558d43e
Fix minor responsiveness issue
2021-01-31 17:54:14 -05:00
TwinProduction
4a3d5944b6
Initialize Tooltip with hidden set to true
2021-01-31 17:01:02 -05:00
TwinProduction
688456d7cf
Minor fix
2021-01-31 16:47:40 -05:00
TwinProduction
431fb3e9f2
Make title smaller on smaller screens
2021-01-31 16:47:31 -05:00
TwinProduction
a1679ddc5e
Remove web.context-root
2021-01-31 05:49:01 -05:00
TwinProduction
d8d8e8720b
Remove useless rule
2021-01-31 01:34:43 -05:00
TwinProduction
4a0d9d058a
Fix documentation on badges
2021-01-31 01:25:06 -05:00
TwinProduction
c8ccf9b352
Minor improvements
2021-01-30 21:17:17 -05:00
TwinProduction
45c966fbca
Undo changes to default config.yaml
2021-01-30 20:00:54 -05:00
TwinProduction
d8d4756ef3
Fix header in README.md
2021-01-30 19:49:31 -05:00
TwinProduction
1e9c54cc0f
minor fixes
2021-01-30 00:23:12 -05:00
TwinProduction
80570688e1
Rebuild static files
2021-01-30 00:08:50 -05:00
TwinProduction
43e6e3e8f5
Fix Dockerfile
2021-01-29 23:10:20 -05:00
TwinProduction
8b4c5c20f3
Add docker-build-and-run
2021-01-29 23:10:11 -05:00
TwinProduction
6f6db36b0f
Minor updates
2021-01-29 23:10:01 -05:00
Chris C
467874de10
Merge pull request #80 from TwinProduction/vue
...
Migrate frontend to Vue + Add service detail page
2021-01-29 22:06:30 -05:00
TwinProduction
8337f41425
Format stuffs
2021-01-28 23:52:01 -05:00
TwinProduction
601d676e34
Replace old static folder with new static folder
2021-01-28 23:25:29 -05:00
TwinProduction
fbb5d48bf7
Add events to service detail page
2021-01-28 22:44:31 -05:00
TwinProduction
119b80edc0
Add section for badges
2021-01-27 18:46:51 -05:00
TwinProduction
99e8cfb1ce
Changed badge path to leverage ServiceStatus.Key
2021-01-27 18:26:07 -05:00
TwinProduction
dcbbec7931
Add page for individual service details
2021-01-27 18:25:37 -05:00
TwinProduction
2ccd656386
Add SERVER_URL constant based on environment
2021-01-25 22:05:19 -05:00
TwinProduction
5755f3a699
Minor fix
2021-01-25 20:57:05 -05:00
TwinProduction
911d809376
Create Makefile
2021-01-25 20:56:02 -05:00
TwinProduction
752c872d3b
Rename json parameter condition-results to conditionResults
2021-01-25 20:55:49 -05:00
TwinProduction
67a3e4e330
Add tooltip
2021-01-25 20:54:57 -05:00
TwinProduction
668ed3b1a2
Migrate service group collapsing feature
2021-01-24 05:28:29 -05:00
TwinProduction
dc6cb8fc1d
Start working on migrating frontend to Vue 3
2021-01-24 04:50:58 -05:00
TwinProduction
f1aa5191bf
Add development CORS header when the "ENVIRONMENT" environment variable is set to "dev"
2021-01-24 04:48:07 -05:00
TwinProduction
bc6ca2ebd0
Migrate from Bootstrap to Tailwind
2021-01-23 23:39:26 -05:00
TwinProduction
30801938b2
Minor fix
2021-01-23 17:22:18 -05:00
TwinProduction
ddddd405bb
Add blank status badges on entries that haven't been filled yet
2021-01-23 17:18:18 -05:00
TwinProduction
2207dd9c32
Fix test
2021-01-21 16:34:40 -05:00
TwinProduction
3204a79eb6
Lazily retry triggered alerts in case of failure
2021-01-21 16:14:32 -05:00
TwinProduction
e9ac115a95
Replace ✔️ by ✅
2021-01-20 17:47:21 -05:00
TwinProduction
c90c786f39
Tweak build action
2021-01-19 00:01:55 -05:00
TwinProduction
f10e2ac639
Tweak build action
2021-01-18 23:55:41 -05:00
TwinProduction
c2d899f2a3
Tweak build action
2021-01-18 23:52:48 -05:00
TwinProduction
7415d8e361
Tweak build action
2021-01-18 23:47:17 -05:00
TwinProduction
298dcc4790
Tweak build action
2021-01-18 23:43:02 -05:00
TwinProduction
2f2890c093
Tweak build action
2021-01-18 23:38:23 -05:00
TwinProduction
e463aec5f6
Tweak build action
2021-01-18 23:34:16 -05:00
TwinProduction
6b3e11a47c
Minor update
2021-01-18 23:28:33 -05:00
TwinProduction
0985e3bed8
Minor update
2021-01-17 16:38:22 -05:00
TwinProduction
6d8fd267de
Fix mattermost docker-compose example
2021-01-16 20:36:59 -05:00
TwinProduction
e89bb932ea
Fix pattern issue
2021-01-15 20:11:43 -05:00
TwinProduction
77737dbab6
Add TestCondition_evaluateWithBodyHTMLPattern
2021-01-15 19:45:17 -05:00
TwinProduction
271c3dc91d
Performance improvements
2021-01-14 22:49:48 -05:00
TwinProduction
5860a27ab5
Improve existing tests
2021-01-14 22:49:19 -05:00
TwinProduction
819093cb7e
Implement any function and prettify displayed condition on failure
2021-01-14 20:08:27 -05:00
TwinProduction
855c106e9b
Reduce ping timeout during test
2021-01-12 22:19:19 -05:00
TwinProduction
04de262268
Add comment for pingTimeout
2021-01-12 21:37:21 -05:00
TwinProduction
26d8870cab
Improve test coverage
2021-01-12 21:26:28 -05:00
TwinProduction
aec867ae69
Fix #72 : Connected placeholder shouldn't resolve to true when when host is unreachable
2021-01-12 21:08:18 -05:00
TwinProduction
a515335c15
Improve test coverage
2021-01-10 01:32:50 -05:00
TwinProduction
96dd9809f4
Disable patch status
2021-01-10 01:27:20 -05:00
TwinProduction
20b4c86023
Improve test coverage
2021-01-10 01:22:27 -05:00
TwinProduction
6f8a728c5f
Improve test coverage
2021-01-10 00:24:31 -05:00
TwinProduction
1669f91a2d
Improve test coverage
2021-01-09 23:52:11 -05:00
TwinProduction
3d265afa37
Minor update
2021-01-09 23:09:35 -05:00
TwinProduction
aa050e9292
Add codecov.yml
2021-01-09 23:06:30 -05:00
TwinProduction
91a9fa5274
Improve testing coverage
2021-01-09 22:55:36 -05:00
TwinProduction
150e33a1c7
Update comment
2021-01-09 21:14:54 -05:00
TwinProduction
da9a6282c7
Fix test
2021-01-09 01:17:16 -05:00
TwinProduction
907b611505
Use a fixed date instead
2021-01-08 23:40:43 -05:00
TwinProduction
eaf205eded
Minor fix
2021-01-08 22:56:13 -05:00
TwinProduction
329bd86e09
Replace GetAll by GetAllAsJSON and change storage package implementation
2021-01-08 22:41:57 -05:00
TwinProduction
19bb831fbf
Update test to prevent this from happening again
2021-01-08 17:43:45 -05:00
TwinProduction
bca38bd372
Fix #70 : Success always showing as true
2021-01-08 17:25:55 -05:00
TwinProduction
9095649afb
Minor update
2021-01-04 23:38:47 -05:00
TwinProduction
4ff391bcf3
Minor improvements
2021-01-04 18:28:12 -05:00
TwinProduction
c27cb7af08
Fix issue with backslashes when using pattern function
2021-01-04 18:01:39 -05:00
TwinProduction
f1c0bbe73c
Minor update
2021-01-04 18:00:36 -05:00
Chris C
2b4fc7138a
Merge pull request #67 from cjheppell/split-memory-map-out-of-watchdog
...
Break watchdog into watchdog and storage (in-memory store)
2020-12-31 17:40:52 -05:00
Chris Heppell
7f647305ce
Update storage/memory.go
...
Co-authored-by: Chris C. <twin@twinnation.org>
2020-12-31 22:31:51 +00:00
Chris Heppell
fb5477f50b
inline json.Marshal return
2020-12-31 22:00:38 +00:00
Chris Heppell
fc4858b1a8
Update storage/memory.go
...
Co-authored-by: Chris C. <twin@twinnation.org>
2020-12-31 21:58:24 +00:00
Chris Heppell
0af8837710
return pointer for consistency
2020-12-31 20:49:13 +00:00
Chris Heppell
8ca9fd7db5
make each memory store struct have its own internal map
...
effectively removing the global state
2020-12-31 20:43:54 +00:00
Chris Heppell
029c87df89
add tests for new func
2020-12-31 20:43:54 +00:00
Chris Heppell
4d24a4d647
add func to store for getting single service status
...
and use that in the watchdog
2020-12-31 20:39:11 +00:00
Chris Heppell
5eb289c4d3
rename GetJSONEncodedServiceStatuses -> GetServiceStatusesAsJSON
2020-12-31 20:28:57 +00:00
Chris Heppell
dbd95b1bbd
remove no longer valid comment
...
The results returned from the in-memory map are copies, so there's no concern over concurrent map access anymore, as the internal memory-map is hidden and inaccessible to callers
2020-12-31 12:13:06 +00:00
Chris Heppell
678b78ac01
off-topic: add artifact to gitignore
2020-12-31 12:13:06 +00:00
Chris Heppell
f8e1fc25a4
use the new store in the watchdog
2020-12-31 12:13:06 +00:00
Chris Heppell
c3bc375ff1
add memory tests
2020-12-31 12:13:06 +00:00
Chris Heppell
8ecaf4cfd5
create an in-memory store implementation
2020-12-31 11:53:53 +00:00
TwinProduction
143e6cb0da
Improve test coverage
2020-12-30 20:07:07 -05:00
TwinProduction
be75ef9c58
Work on #58 : Add default "User-Agent: Gatus/1.0" header
2020-12-30 19:56:12 -05:00
TwinProduction
118b62c979
Revert "Revert changes that were accidentally committed" but default to showing status on hover
2020-12-30 01:20:22 -05:00
TwinProduction
d8cfcd04f1
Revert changes that were accidentally committed
2020-12-30 01:18:30 -05:00
TwinProduction
641c2029f7
Switch to using TwinProduction/gocache for caching service status
2020-12-30 01:08:20 -05:00
TwinProduction
1209c477df
Minor fix
2020-12-30 01:07:40 -05:00
TwinProduction
6ca1e39b90
Minor update
2020-12-30 01:04:58 -05:00
TwinProduction
d206d63151
Minor updates
2020-12-29 21:04:07 -05:00
TwinProduction
bc4380db19
Work on #62 : Add uptime percentage + badges
2020-12-29 20:22:17 -05:00
TwinProduction
3eb8299316
Fix potential issue with integration DNS and NS fallbacks
...
Because there are often multiple nameservers backing a single domain, we
need to ensure that the test passes even if the nameserver returned isn't
the primary name server
2020-12-29 17:31:43 -05:00
TwinProduction
a83f6c7619
Remove unnecessary blank lines
2020-12-29 17:30:01 -05:00
TwinProduction
bbf39e70fd
Improve test coverage
2020-12-29 17:27:58 -05:00
TwinProduction
ddbf391c39
Rename TestGetHttpClient to TestGetHTTPClient
2020-12-28 17:19:41 -05:00
TwinProduction
2eca1ab145
Get the round-trip time directly from the pinger
2020-12-27 17:07:50 -05:00
TwinProduction
f0995f696f
Run tests as privileged user for ICMP test to pass
2020-12-25 03:09:06 -05:00
TwinProduction
746032397e
Use 127.0.0.1 in ICMP test
2020-12-25 03:05:47 -05:00
TwinProduction
cf923af230
Fix dependencies
2020-12-25 03:02:44 -05:00
TwinProduction
416178fb28
Fix dependencies
2020-12-25 03:00:08 -05:00
TwinProduction
10ab9265d9
Fix dependencies
2020-12-25 02:50:21 -05:00
TwinProduction
ef7b435f1b
Remove comment added by mistake
2020-12-25 02:43:54 -05:00
TwinProduction
dea469d6fc
Pin github.com/googleapis/gnostic to v0.4.0
...
See https://github.com/google/gnostic/pull/155
2020-12-25 02:40:39 -05:00
TwinProduction
83a5813daf
Work on #61 : Add support for ICMP
...
+ Update dependencies
2020-12-25 00:07:18 -05:00
TwinProduction
c86173d46f
Fix typo
2020-12-24 00:28:44 -05:00
TwinProduction
c23ba7b85d
Update documentation
2020-12-18 18:40:20 -05:00
TwinProduction
0541adec5e
Add TestService_buildHTTPRequestWithGraphQLEnabled test
2020-12-18 18:40:11 -05:00
TwinProduction
eee5bc8f9d
Automatically add Content-Type: application/json header for GraphQL requests, unless a different Content-Type is already defined
2020-12-18 18:39:22 -05:00
TwinProduction
4d186c6e71
Improve test coverage
2020-12-18 18:06:57 -05:00
TwinProduction
4be2273662
Minor update
2020-12-18 18:06:50 -05:00
TwinProduction
ef9ba10e45
Fix #60 : Fix undesired behavior when setting Host header
2020-12-18 17:37:03 -05:00
TwinProduction
b35747bf31
Improve documentation
2020-12-13 17:24:16 -05:00
TwinProduction
8cd82605dd
Improve documentation
2020-12-12 23:32:26 -05:00
TwinProduction
7f0b862822
Refactor imports
2020-12-10 20:00:42 -05:00
TwinProduction
7f9fe9acdf
Rename buildRequest to buildHTTPRequest
2020-12-08 20:03:59 -05:00
TwinProduction
46d476128d
Add missing newline
2020-12-05 18:21:35 -05:00
TwinProduction
e309ffb1b6
Don't push latest
2020-12-04 11:26:51 -05:00
TwinProduction
48a1e435e4
Remove linux/arm/v6
2020-12-04 11:16:53 -05:00
Ivan Larin
6c91bbcc4a
Crossbuild docker image for different architectures ( #55 )
...
* Crossbuild docker image
* Fix yaml syntax
* Github Actions timeout disabled
* Add linux/386, linux/arm/v6, linux/arm/v7, linux/ppc64le, linux/s390x docker images
* Remove linux/386, linux/ppc64le, linux/s390x docker images
* Remove "Github Packages" from build step name
Co-authored-by: Chris C. <twin@twinnation.org>
* Split workflow file to test/docker
* Forward RELEASE variable to GITHUB_ENV
* Bring back timeout for tests
Co-authored-by: Chris C. <twin@twinnation.org>
2020-12-04 10:58:27 -05:00
TwinProduction
d1fe8d93ee
Update documentation
2020-12-01 22:25:16 -05:00
TwinProduction
afdbb1ea77
Don't return unnecessary data
2020-11-30 09:40:57 -05:00
TwinProduction
d58a256628
Minor fix
2020-11-30 09:25:14 -05:00
TwinProduction
971967ae78
Don't append / at the end of the path
2020-11-30 09:23:03 -05:00
TwinProduction
43504913b4
Allow duplicate service names as long as they're in a different group ( #13 )
2020-11-30 08:44:58 -05:00
TwinProduction
f034bd15de
Add missing comments
2020-11-29 19:03:40 -05:00
Chris C
35c232d925
Merge pull request #52 from TwinProduction/service-groups
...
Add service groups
2020-11-27 08:48:54 -05:00
TwinProduction
9c8bfcd19f
Add service-status_test.go
2020-11-26 23:45:17 -05:00
TwinProduction
6a08c816e5
Update default configuration
2020-11-26 23:23:59 -05:00
TwinProduction
da4fb10bfc
Add documentation for groups
2020-11-26 23:23:51 -05:00
TwinProduction
35b9758b23
Add non-grouped services at the bottom of the dashboard
2020-11-26 18:29:11 -05:00
TwinProduction
94eb3868e6
Start working on #13 : Service groups
2020-11-26 18:09:01 -05:00
TwinProduction
68f32b0fcc
Minor update
2020-11-24 19:03:48 -05:00
Chris C
66946e20f0
Merge pull request #51 from olimpias/add-messagebird-alerting-provider
...
Add Messagebird alerting
2020-11-24 18:58:28 -05:00
cemturker
64f1c41e0c
Fix the test
2020-11-25 00:31:51 +01:00
cemturker
199f14667e
put property name back as originator and recipients
2020-11-25 00:30:23 +01:00
cemturker
c5e2b0f159
Fix wrong set property names in readme
2020-11-24 21:05:27 +01:00
cemturker
a645c14452
fix the test error outputs
2020-11-24 17:16:54 +01:00
cemturker
daf27fd6d0
Review changes
2020-11-24 17:15:52 +01:00
cemturker
978acf3cd2
Fix the field name in test
2020-11-23 22:29:57 +01:00
cemturker
a870d3e43f
Add Messagebird as an alerting provider
2020-11-23 22:20:06 +01:00
TwinProduction
66bf1c23df
Minor updates
2020-11-21 17:53:26 -05:00
TwinProduction
4f17bc1b14
Improve test coverage
2020-11-21 17:53:18 -05:00
TwinProduction
5850ed82e4
Refactor code and update comments
2020-11-21 17:35:08 -05:00
Chris C
53e1012ca1
Merge pull request #46 from mindcrime-ilab/feature/context-root
...
Feature/context root
2020-11-21 17:09:34 -05:00
Michael Engelhardt
f36d99ef07
add test for nested context
2020-11-21 22:41:55 +01:00
Michael Engelhardt
9af8a02f05
Rename function to PrependWithContextRoot
2020-11-21 21:38:45 +01:00
Michael Engelhardt
c827eb7948
some refactorings and add test cases
2020-11-21 13:11:37 +01:00
Michael Engelhardt
c791986143
add test
2020-11-21 04:07:38 +01:00
Michael Engelhardt
5f10a92c36
simplification and refactorings
2020-11-21 03:42:42 +01:00
Michael Engelhardt
f9706a98ed
start working on context root configuration
2020-11-21 02:33:02 +01:00
TwinProduction
76d45d7eb8
Add TestWebConfig_SocketAddress
2020-11-20 17:45:25 -05:00
TwinProduction
1b23b0dd1d
Minor improvements
2020-11-20 17:40:57 -05:00
TwinProduction
315791151e
Minor updates
2020-11-20 17:24:56 -05:00
Chris C
07312794c4
Merge pull request #43 from mindcrime-ilab/develop
...
add parameterization for host and port
2020-11-20 17:20:11 -05:00
Michael Engelhardt
4dd57b45e9
fix misleading messages on failing tests
2020-11-20 06:59:43 +01:00
Michael Engelhardt
3985c6c483
removed remaining flag parsing
2020-11-20 06:48:23 +01:00
TwinProduction
09ff879b3b
Minor improvements
2020-11-19 22:41:30 -05:00
TwinProduction
10dfdd47a7
Update DNS documentation
2020-11-19 22:31:45 -05:00
TwinProduction
3a13dce3f0
Minor update
2020-11-19 21:10:59 -05:00
TwinProduction
faff3dc8de
Update example health check
2020-11-19 21:10:42 -05:00
Chris C
7bfb583ac7
Merge pull request #44 from olimpias/add-dns-feature
...
Add health check for DNS services
2020-11-19 20:53:30 -05:00
Michael Engelhardt
4c151bdf8f
add test for invalid port in config file
2020-11-19 20:03:30 +01:00
Michael Engelhardt
10310cf380
Add configuration values for address and port
...
Add (non-mandatory) configuration values to set address and port on which the web frontent will be served. If not set defaults will be applied.
2020-11-19 19:39:48 +01:00
cemturker
83eb696fe4
Add comments for dns errors
2020-11-19 13:59:03 +01:00
cemturker
8789a4ad55
Review changes
2020-11-19 09:31:30 +01:00
cemturker
1fb2635226
Remove extra newline
2020-11-18 23:11:01 +01:00
cemturker
1901dfcd81
Increase the code coverage
2020-11-18 23:07:38 +01:00
cemturker
cef94299e5
Merge branch 'master' into add-dns-feature
...
# Conflicts:
# core/condition.go
2020-11-18 18:53:00 +01:00
cemturker
7f21fdee68
Change test structure into tabledriven
...
Review change
Update README.md
2020-11-18 18:51:22 +01:00
TwinProduction
85c7308448
Minor update
2020-11-17 19:34:35 -05:00
TwinProduction
7e35a6ebbd
Rename PlaceHolder to Placeholder
2020-11-17 19:34:22 -05:00
cemturker
4ad5c7b99c
Fix TestService_ValidateAndSetDefaultsWithDNS test case
2020-11-18 01:00:16 +01:00
cemturker
bc914e12b0
Add health check for DNS
2020-11-18 00:55:31 +01:00
Michael Engelhardt
9f485b14e0
fix shortcut for host
2020-11-18 00:46:37 +01:00
Michael Engelhardt
9039ef79cf
add parameterization for host and port
...
Host and port can be specified by either a environment variable or a
dedicated command line parameter. Command line parameters will be preferred
over environment variables, which will be preferred over the application
defaults.
2020-11-18 00:29:10 +01:00
TwinProduction
be72a73082
Fix potential panic
2020-11-17 12:35:21 -05:00
TwinProduction
5433653cbb
Fix bad example
2020-11-17 12:33:00 -05:00
Chris C
60dea90921
Merge pull request #41 from Exagone313/basic-duration-string
...
Add basic duration comparison
2020-11-17 12:20:11 -05:00
TwinProduction
e79c849e6d
Revert "Add day format support for duration comparison"
...
This reverts commit 21509428
2020-11-17 12:16:40 -05:00
Chris C
07ca8be732
Merge pull request #42 from anapsix/misc-improvements
...
Misc improvements
2020-11-17 10:32:46 -05:00
Anastas Dancha
4a84368d24
use COPY instead of ADD, install pkgs then build
...
- using COPY instead of ADD, since working with local paths, and
not extracting archived data
- installing packages before building application binary improves caching,
and avoids installing packages every time the application code changes
Signed-off-by: Anastas Dancha <anapsix@random.io>
2020-11-17 13:15:31 +03:00
Elouan Martinet
2150942876
Add day format support for duration comparison
2020-11-16 18:16:11 +01:00
TwinProduction
c23e21cb41
Update documentation for CERTIFICATE_EXPIRATION placeholder
2020-11-16 12:03:53 -05:00
TwinProduction
5699a1c236
Improve test coverage for duration parsing
2020-11-16 10:27:46 -05:00
TwinProduction
573b5f89e1
Improve test coverage
2020-11-16 10:10:02 -05:00
Anastas Dancha
108a88ae57
improving build caching
...
- adding `Dockerfile` and `.git/` to `.dockeringore` improves
caching when building images when these paths have changes
unrelated to application functionality
Signed-off-by: Anastas Dancha <anapsix@random.io>
2020-11-16 17:18:06 +03:00
Elouan Martinet
121369d9c0
Add basic duration comparison
2020-11-16 09:32:37 +01:00
Chris C
d1f24dbea4
Merge pull request #37 from Exagone313/certificate-expiration
...
Add certificate expiration support
2020-11-15 13:50:49 -05:00
Elouan Martinet
27c8c552a2
Add tests for certificate expiration
2020-11-15 18:47:28 +01:00
Elouan Martinet
e0109e79af
Add documentation for CERTIFICATE_EXPIRATION placeholder
2020-11-15 18:34:54 +01:00
Elouan Martinet
7d97e83875
Add support for comparing duration before certificate expiration
2020-11-15 18:33:09 +01:00
Elouan Martinet
d50721c8f0
Compare numeric values as int64
2020-11-15 16:50:05 +01:00
TwinProduction
d184786fd1
Update alerting provider order
2020-11-14 18:52:01 -05:00
Chris C
f273ee4a27
Merge pull request #33 from ziedzaiem/master
...
✨ Add Mattermost Alerting
2020-11-14 18:38:53 -05:00
Zied Zaïem
37dc52f560
Update alerting/provider/mattermost/mattermost.go : fix indent
...
Co-authored-by: Chris C. <twin@twinnation.org>
2020-11-14 23:16:14 +01:00
Zied Zaïem
b20e2789e1
Update alerting/provider/mattermost/mattermost.go : remove extra white space
...
Co-authored-by: Chris C. <twin@twinnation.org>
2020-11-14 23:15:45 +01:00
TwinProduction
7b5c40d68c
Fix #34 : Extra comma in the Slack provider request body
2020-11-14 16:17:19 -05:00
Zied ZAIEM
39aaae8b50
✨ Add Mettermost Alerting
2020-11-14 15:55:37 +01:00
TwinProduction
79c60d834e
Close #31 : Support insecure parameter for custom alerting provider
2020-11-13 15:01:21 -05:00
TwinProduction
3773f952a8
Add deployment example for Kubernetes
2020-11-11 20:18:54 -05:00
TwinProduction
7699552c5b
Extract the port from the service for Kubernetes auto discovery
2020-11-11 19:47:53 -05:00
TwinProduction
aeb0fb35d8
Minor fix
2020-11-11 18:35:54 -05:00
Chris C
44d7b9b82c
Merge pull request #30 from TwinProduction/k8s
...
Improve Kubernetes AutoDiscover feature
Related PR: #25
2020-11-11 18:30:54 -05:00
TwinProduction
5d29f944c4
Add TestParseAndValidateConfigBytesWithKubernetesAutoDiscoveryUsingClusterModeIn
2020-11-11 18:20:52 -05:00
TwinProduction
cf968cbf86
Enable debug in alerting test for missing test coverage
2020-11-11 18:13:39 -05:00
TwinProduction
0909024e43
Improve test coverage
2020-11-11 18:11:30 -05:00
TwinProduction
d4d4ca236a
Start working on tests for auto discovery
2020-11-11 18:05:18 -05:00
TwinProduction
dbc893fbc4
Improve documentation
2020-11-11 16:37:08 -05:00
TwinProduction
3a0a8db898
Several changes:
...
- Rename ExcludeSuffix to ExcludedServiceSuffixes
- Rename ServiceSuffix to HostnameSuffix
- Rename HealthAPI to TargetPath
- Add ExcludedServices
2020-11-11 16:29:30 -05:00
TwinProduction
a658100da4
Add logs for Kubernetes auto discover
2020-11-11 15:14:21 -05:00
TwinProduction
f406206eae
Create type ClusterMode string and panic only in the config validation function
2020-11-11 15:10:44 -05:00
TwinProduction
ea6c788fa0
Use pointers instead of empty struct in k8s.Config
2020-11-11 14:52:53 -05:00
TwinProduction
5df5e6755e
Minor fix
2020-11-11 14:52:26 -05:00
TwinProduction
7e0243ee29
Use default namespace as example
2020-11-11 14:52:15 -05:00
TwinProduction
7af67af086
Fix typo
2020-11-11 14:51:38 -05:00
TwinProduction
fff34fff58
Merge discovery package into k8s package
2020-11-11 14:46:19 -05:00
TwinProduction
799c3e9187
Remove service-suffix from under kubernetes since it was moved under namespaces
2020-11-11 14:30:47 -05:00
TwinProduction
c746579222
Merge branch 'k8s' of https://github.com/TwinProduction/gatus into add-auto-discovery
2020-11-11 14:27:40 -05:00
Chris C
9ee6d77179
Merge pull request #25 from rapido-labs/add-auto-discovery
...
(feat) Add auto-discovery in k8s | Adarsh
2020-11-11 14:26:53 -05:00
TwinProduction
42659a0878
Move discovery configuration validation in config package
2020-11-11 14:22:31 -05:00
Adarsh K Kumar
559d286121
(refactor) Move all k8s config under kubernetes field | Adarsh
2020-11-11 23:36:12 +05:30
TwinProduction
38c76aefc2
Validate interface implementation on compile
2020-11-02 22:44:03 -05:00
Adarsh K Kumar
81e6e0b188
(feat) Add auto-discovery in k8s | Adarsh
2020-10-30 21:01:12 +05:30
Chris C
3df8fc8c3c
Merge pull request #23 from TwinProduction/max-idle-conns
...
Set MaxIdleConns and MaxIdleConnsPerHost to 100 and 20 respectively
2020-10-30 09:56:40 -04:00
TwinProduction
835704bf8a
Set MaxIdleConns and MaxIdleConnsPerHost to 100 and 20 respectively
2020-10-30 09:51:42 -04:00
TwinProduction
2066497553
Set MaxIdleConns and MaxIdleConnsPerHost to 100 and 20 respectively
2020-10-30 09:50:40 -04:00
TwinProduction
babc7f9f07
Fix issue with displayed condition when condition uses len()
2020-10-29 17:18:43 -04:00
TwinProduction
d76caeeb35
Add missing heading in ToC
2020-10-28 11:00:18 -04:00
TwinProduction
8c73d0ce88
Minor improvement
2020-10-23 16:35:40 -04:00
TwinProduction
72e6d1cda9
Fix typo
2020-10-23 16:35:16 -04:00
TwinProduction
4655e74c2a
Minor improvements
2020-10-23 16:31:49 -04:00
TwinProduction
77ad91a297
Fix Golint
2020-10-23 16:29:20 -04:00
TwinProduction
0b1f20d0de
Improve code documentation
2020-10-23 16:12:53 -04:00
TwinProduction
4e3856c638
Improve code documentation
2020-10-23 16:07:51 -04:00
TwinProduction
1bde98868e
Improve code documentation
2020-10-23 15:58:59 -04:00
TwinProduction
c09cd9df7e
Add codecov badge
2020-10-21 23:08:11 -04:00
TwinProduction
147fbe04d7
Add step for codecov
2020-10-21 23:05:11 -04:00
TwinProduction
947a28f45d
Improve test coverage
2020-10-21 22:56:35 -04:00
TwinProduction
8c61044e7c
Improve alerting providers test coverage
2020-10-21 22:35:37 -04:00
TwinProduction
89ffc5a788
Improve test coverage
2020-10-21 22:21:51 -04:00
TwinProduction
20515b5dd4
Improve test coverage
2020-10-21 22:10:58 -04:00
TwinProduction
7dc200d887
Add test for when configuration file doesn't exist
2020-10-21 21:59:44 -04:00
TwinProduction
a32d98ab96
Improve testing coverage
2020-10-21 21:56:07 -04:00
TwinProduction
dca517e077
Improve testing coverage for twilio and pagerduty providers
2020-10-21 21:34:01 -04:00
TwinProduction
aa671bc72d
Add basic tests for providers
2020-10-21 21:18:06 -04:00
TwinProduction
ce6cc9e18d
Minor readability improvements
2020-10-19 19:26:29 -04:00
TwinProduction
1b995e0d48
Fix typo
2020-10-17 16:20:31 -04:00
TwinProduction
030316b8d4
Update documentation
2020-10-17 16:12:40 -04:00
TwinProduction
0a7988f2ff
Add disable-monitoring-lock configuration parameter
2020-10-16 23:07:14 -04:00
TwinProduction
816bc95905
Return yaml unmarshal error
2020-10-16 12:12:00 -04:00
TwinProduction
58b9b17944
Trim down size of condition to display on invalid path
2020-10-15 22:44:34 -04:00
TwinProduction
a66cfc094a
Ignore "unexpected end of JSON input" errors
2020-10-15 22:43:24 -04:00
TwinProduction
8fd6eddc16
Make sure that the SHA512 hash is lowercase
2020-10-14 21:45:45 -04:00
TwinProduction
402525d572
Update Kubernetes example
2020-10-14 20:07:56 -04:00
Chris C
68c8076c73
Merge pull request #20 from TwinProduction/basic-auth
...
Implement basic authentication for dashboard
2020-10-14 19:51:50 -04:00
TwinProduction
331b089afb
Document security feature ( #8 )
2020-10-14 19:26:34 -04:00
TwinProduction
ea454eb3b2
Add tests for basic authentication ( #8 )
2020-10-14 19:26:14 -04:00
TwinProduction
3e9aba6cbb
Wrap /api/v1/results handler with security handler if security config is valid ( #8 )
2020-10-14 19:25:50 -04:00
TwinProduction
3fb7d27f3a
Add security handler ( #8 )
2020-10-14 19:24:36 -04:00
TwinProduction
c0b1fefec8
Support SHA512 as hashing algorithm ( #8 )
2020-10-14 19:24:00 -04:00
TwinProduction
9220a777bb
Start working on #8 : Support basic authentication for the dashboard
2020-10-14 19:22:58 -04:00
TwinProduction
70c9c4b87c
Switch to MIT
2020-10-12 23:49:25 -04:00
TwinProduction
148b7bbdfd
Add follow badge
2020-10-11 01:13:14 -04:00
TwinProduction
a556ca797b
Add Go version badge
2020-10-07 19:14:21 -04:00
TwinProduction
3d7dbf4bba
Improve documentation
2020-10-06 19:07:47 -04:00
TwinProduction
230c8821ec
Merge util.go into condition.go
2020-10-04 20:00:24 -04:00
TwinProduction
ecef3d9538
Add result.Connected in integration tests
2020-10-04 19:55:19 -04:00
TwinProduction
3ecfe4d322
Close #18 : Support monitoring TCP services
2020-10-04 19:49:02 -04:00
TwinProduction
6a3f65db7f
Close #14 : Support skipping certificate verification (services[].insecure)
2020-10-04 17:01:10 -04:00
Chris C
ed490669b1
Merge pull request #15 from hurnhu/refresh-interval
...
Close #1 : Add support for refresh interval
2020-10-02 12:20:09 -04:00
TwinProduction
187b38ee22
Fix format
2020-10-02 12:10:09 -04:00
TwinProduction
261fe27b2e
Move refresh interval to bottom left corner instead
...
+ Use icon
+ Minor improvements
2020-10-02 12:08:52 -04:00
mike
a29f175cba
default 30 seconds
2020-10-02 10:10:48 -04:00
mike
f26dacaf22
changed interval input to a select. select is autopopulated with options on load. default is 30 seconds
2020-10-02 09:48:23 -04:00
TwinProduction
b4d81a9661
Tables are cuter
2020-10-01 20:04:04 -04:00
TwinProduction
81c59f02d8
Close #16 : Update documentation
2020-10-01 19:57:52 -04:00
TwinProduction
8101646ba5
Work on #16 : Support patterns
2020-10-01 19:57:11 -04:00
Michael LaPan
93b7220d5f
added code to set the refresh interval
2020-10-01 10:45:20 -04:00
TwinProduction
18d3236586
Make resolved/triggered alert logs more obvious
2020-09-29 20:06:47 -04:00
TwinProduction
bc16ae1794
Add tests for comparing two placeholders
2020-09-29 19:33:06 -04:00
Chris C
d019942278
Update README.md
2020-09-28 12:50:22 -04:00
TwinProduction
8c5551f93b
Update build.yml
2020-09-27 20:39:42 -04:00
TwinProduction
3b15feaf7d
Update README.md
2020-09-26 15:21:06 -04:00
TwinProduction
326ad2c80d
Update README.md
2020-09-26 15:18:52 -04:00
TwinProduction
b4b9f5c1be
Improve documentation
2020-09-26 15:15:50 -04:00
TwinProduction
ac5ad9d173
Work on common provider interface to make adding new providers easier
2020-09-26 14:23:43 -04:00
TwinProduction
7dcd462883
Clean up old code
2020-09-25 18:23:30 -04:00
TwinProduction
5655661778
Add missing provider.go file
2020-09-24 19:54:15 -04:00
TwinProduction
fac7b8551a
Start working on implementing common provider interface
2020-09-24 19:52:59 -04:00
TwinProduction
59fed008e0
Rename service's EvaluateConditions() to EvaluateHealth()
2020-09-24 19:49:32 -04:00
TwinProduction
286e8f8590
Add config validation logs on application start
2020-09-22 17:46:40 -04:00
TwinProduction
4daf261d95
Minor update
2020-09-21 10:41:23 -04:00
TwinProduction
b94f494b24
Update documentation
2020-09-19 16:58:56 -04:00
TwinProduction
4c72746286
Work on #12 : Move each providers in their own packages
2020-09-19 16:29:08 -04:00
TwinProduction
ae2c4b1ea9
Start working on #12 : Fix inconsistencies in alerting providers
2020-09-19 16:22:12 -04:00
TwinProduction
abd49bca8e
Add .gitattributes
2020-09-19 16:21:43 -04:00
TwinProduction
5820a17659
Minor fix
2020-09-17 23:50:38 -04:00
TwinProduction
a6a8cca427
Update Docker instructions
2020-09-17 23:48:09 -04:00
TwinProduction
faf478be99
Clean up instructions
2020-09-17 23:16:46 -04:00
TwinProduction
f7c2905aa4
Minor update
2020-09-17 23:15:59 -04:00
TwinProduction
e283c6eba1
Update image link
2020-09-17 23:14:52 -04:00
TwinProduction
39d3459555
Add PagerDuty integration guide
2020-09-17 23:13:00 -04:00
TwinProduction
f0ceebf55d
Update documentation
2020-09-16 20:55:15 -04:00
TwinProduction
c6f11e63e4
Rename services[].alerts[]'s threshold and success-before-resolved to failure-threshold and success-threshold
2020-09-16 20:22:33 -04:00
TwinProduction
fefc728201
Update dependencies
2020-09-16 19:32:13 -04:00
TwinProduction
75b7a41c9d
Add support for PagerDuty
2020-09-16 19:26:19 -04:00
TwinProduction
cf6a74f862
Update example config
2020-09-14 20:05:00 -04:00
TwinProduction
9f8a74f5b1
Add subtle Github link in bottom right corner
2020-09-08 18:28:19 -04:00
azerty
2888254bda
Add Docker Compose example ( #11 )
...
* Add Docker Compose example
* Revert README.md
* Move docker-compose sample to examples folder
* docker-compose folder has its own config.yaml
2020-09-06 12:37:31 -04:00
TwinProduction
e31c017a00
Stop using CDNs + Remove bootstrap.min.js because it wasn't necessary
...
+ Gzip http.FileServer
2020-09-06 00:55:01 -04:00
TwinProduction
ed4ed520b7
Update Docker instructions
2020-09-06 00:27:26 -04:00
TwinProduction
6e1f888e39
Improve test coverage
2020-09-05 00:01:12 -04:00
Christian C
4df1baf432
Merge pull request #10 from TwinProduction/notify-on-resolved
...
Support sending an alert when an unhealthy service becomes healthy again
2020-09-04 22:23:47 -04:00
TwinProduction
5a7164b17d
Minor fix
2020-09-04 22:15:22 -04:00
TwinProduction
d4623f5c61
Add [ALERT_TRIGGERED_OR_RESOLVED] placeholder for custom alert provider
...
Fix placeholder bug in CustomAlertProvider
2020-09-04 21:57:31 -04:00
TwinProduction
139e186ac2
Support sending notifications when alert is resolved
...
Add debug parameter for those wishing to filter some noise from the logs
2020-09-04 21:31:28 -04:00
TwinProduction
8a0a2ef51f
Fix typo
2020-09-04 18:53:55 -04:00
TwinProduction
51ea912cf9
Start working on notifications when service is back to healthy ( #9 )
2020-09-04 18:23:56 -04:00
Greg Holmes
db7c516819
Add support for Twilio alerts ( #7 )
2020-09-04 17:43:14 -04:00
TwinProduction
f893c0ee7f
Fix failing tests due to new default interval (from 10s to 60s)
2020-09-01 12:46:23 -04:00
TwinProduction
0454854f04
Improve documentation
2020-09-01 00:29:17 -04:00
TwinProduction
42dd6a1e88
Remove unnecessarily ignored rules
2020-09-01 00:28:49 -04:00
TwinProduction
64a160923b
Update default interval to 60s
2020-09-01 00:25:57 -04:00
TwinProduction
dad09e780e
Add features section and cute image
2020-08-29 13:23:03 -04:00
TwinProduction
2cb1600f94
Fix typo
2020-08-28 01:03:52 -04:00
TwinProduction
37c4715453
Support custom alert provider
2020-08-27 22:23:21 -04:00
TwinProduction
4b57654592
Fix issue with tooltip overflowing at the top
2020-08-25 14:27:13 -04:00
TwinProduction
af6298de05
Add documentation for alerts
2020-08-22 14:15:44 -04:00
TwinProduction
22fef4e9aa
Add tests for alert configuration
2020-08-22 14:15:21 -04:00
TwinProduction
9a3c9e4d61
Set default alert threshold to 3
2020-08-22 14:15:08 -04:00
TwinProduction
62f7bdbd63
Add favicon.ico and logo-small-padding.png
2020-08-21 22:17:53 -04:00
TwinProduction
04d6c8bb82
Improve mobile-friendliness and add logo
2020-08-21 22:07:46 -04:00
TwinProduction
e1721fa237
Update Go to 1.15
2020-08-21 21:57:23 -04:00
TwinProduction
6f4cf69c4e
Implement Slack alerting ( #2 )
2020-08-20 21:11:22 -04:00
TwinProduction
6596d253aa
Continue working on #2 : Slack alerts
2020-08-19 19:41:01 -04:00
TwinProduction
857fe5eb8c
Rename SendMessage to SendSlackMessage
2020-08-19 19:40:00 -04:00
TwinProduction
8abcab6a8f
Start working on #2 : Slack alerts
2020-08-18 22:24:00 -04:00
TwinProduction
0fd8bf4198
Add Go report card badge
2020-08-17 22:21:20 -04:00
TwinProduction
946101e995
Add documentation in watchdog.go
2020-08-17 20:25:29 -04:00
TwinProduction
f930687b4a
Clean up code for len() function
2020-08-16 15:19:53 -04:00
TwinProduction
43aa31be58
Add missing yaml identifier to enable code highlighting
2020-08-15 18:34:05 -04:00
TwinProduction
adfee25a22
Update interval in config.yaml
2020-08-15 16:59:05 -04:00
TwinProduction
1f241ecdb3
Support Gzip and cache result to prevent wasting CPU
2020-08-15 16:44:28 -04:00
TwinProduction
7849cc6dd4
Regenerate the table only if there's a change
2020-08-15 16:42:47 -04:00
TwinProduction
a62eab58ef
Update examples
2020-08-14 20:05:10 -04:00
TwinProduction
da92907873
Add support for getting the length of the string or the slice of a json path
2020-08-12 21:42:13 -04:00
TwinProduction
937b136e60
Update README.md
2020-07-24 18:38:35 -04:00
TwinProduction
12db0d7c40
Allocate more space for service name and host
2020-07-24 18:36:16 -04:00
TwinProduction
f50589e3c4
Add support for simple GraphQL requests
2020-07-24 16:45:51 -04:00
TwinProduction
98221626d3
Fix issue with json path when expected path doesn't match actual path
2020-07-24 13:20:28 -04:00
TwinProduction
60e30da7e5
Trim result body as well
2020-07-24 12:46:43 -04:00
TwinProduction
b05ae1c2d2
Minor improvement
2020-06-25 21:31:34 -04:00
TwinProduction
3b309500c3
Decrease tooltip fade timer from 2s to 500ms
2020-05-01 17:22:30 -04:00
TwinProduction
bf2fbcb395
Fix issue with scrollbar always showing
2020-04-26 23:59:30 -04:00
TwinProduction
fb90a0b299
Minor update
2020-04-22 23:54:30 -04:00
TwinProduction
72811311eb
Remove popper.js dependency
2020-04-20 18:10:37 -04:00
TwinProduction
cc43fec366
Remove console logs
2020-04-20 17:58:51 -04:00
TwinProduction
eacd182302
Improve dashboard
2020-04-19 18:38:50 -04:00
TwinProduction
f8edf8862f
Update README.md
2020-04-18 12:13:09 -04:00
TwinProduction
4d211a7288
Minor update
2020-04-15 21:55:10 -04:00
TwinProduction
18b8290e86
Minor update
2020-04-14 20:31:30 -04:00
TwinProduction
2878ad6a27
Improve documentation and panic on invalid service
2020-04-14 20:13:06 -04:00
TwinProduction
fe3e60dbd4
Add support for headers, method, body and json path with arrays
2020-04-14 19:20:00 -04:00
TwinProduction
88d0d8a724
Fix table format
2020-04-12 19:54:33 -04:00
TwinProduction
5803dca3a5
Minor update
2020-04-12 19:51:28 -04:00
TwinProduction
f98c60467d
Minimize JSON data
2020-04-12 19:48:35 -04:00
TwinProduction
c51f35bcea
Minor update
2020-04-11 23:17:31 -04:00
TwinProduction
02098a9742
Minor update
2020-04-11 23:14:20 -04:00
TwinProduction
3e2b56ba89
Add support for [BODY] placeholder and basic JSON path support
...
Note that arrays are not currently supported, same with asterisks
2020-04-10 22:56:38 -04:00
TwinProduction
15b8f8a293
Add build badge
2020-04-10 17:19:59 -04:00
TwinProduction
58327394dd
Update build job
2020-04-10 16:50:29 -04:00
TwinProduction
49f5940a43
Modify example config
2020-04-10 16:46:19 -04:00
TwinProduction
1f177902e6
Remove Explanation field from ConditionResult
2020-04-10 16:37:52 -04:00
TwinProduction
6888ced1a7
Remove duplicate __TIMESTAMP__
2020-04-10 16:37:11 -04:00
TwinProduction
cc159fa8fb
Update to Go 1.14
2020-04-10 16:35:55 -04:00
TwinProduction
92cb9c86d1
Add support for [RESPONSE_TIME] and >, <, <=, >= operators
2020-04-10 16:34:20 -04:00
TwinProduction
1701ced07b
Add timestamp in hover text
2020-04-07 18:23:26 -04:00
TwinProduction
fe82465c19
Prevent multiple services from being evaluated at the same time
2020-04-06 18:58:13 -04:00
TwinProduction
ab73c4666e
Minor improvements
2020-03-10 18:34:32 -04:00
TwinProduction
16837562ea
Add GATUS_CONFIG_FILE env var to support custom config path
2020-03-08 18:16:39 -04:00
TwinProduction
6b30125a78
Add Kubernetes example
2019-12-28 13:51:58 -05:00
TwinProduction
32f05057a1
Update docker-compose example
2019-12-28 13:27:50 -05:00
TwinProduction
50cdc159db
Store config in config instead of root directory
2019-12-28 12:55:00 -05:00
TwinProduction
c4f7370397
Add tooltip on status view response time range instead of latest RT
2019-12-28 12:19:52 -05:00
TwinProduction
b71edc57ca
Fix typo
2019-12-04 17:40:49 -05:00
TwinProduction
94a742bc23
Fix missing json instruction
2019-12-04 17:40:19 -05:00
TwinProduction
c90ca8fa85
Add support for environment variables in configuration file
2019-12-04 17:27:27 -05:00
TwinProduction
753435dc37
Minor improvement
2019-12-04 17:10:04 -05:00
TwinProduction
c9c076a959
Allow configuration file to be passed as parameter
2019-12-04 16:44:35 -05:00
TwinProduction
66e48609b4
Remove .idea folder
2019-11-24 13:27:52 -05:00
TwinProduction
87d4b14b66
Remove useless newline
2019-11-18 22:52:27 -05:00
TwinProduction
20267e686d
Add metrics in default config.yaml
2019-11-16 16:52:11 -05:00
TwinProduction
cc7acc780e
Add more complex example (docker-compose + grafana + prometheus)
2019-11-16 16:52:11 -05:00
TwinProduction
ab5330c44c
Include new metrics config property in README.md
2019-11-16 16:52:11 -05:00
TwinProduction
0ed525e032
Expose metrics on /metrics
2019-11-16 16:52:11 -05:00
TwinProduction
0bd58f8cd7
Go mod vendor
2019-11-16 16:52:11 -05:00
TwinProduction
b08e563b2a
Add tests for "metrics" config property
2019-11-16 16:52:11 -05:00
TwinProduction
e162740654
Publish metrics when monitoring
2019-11-16 16:52:11 -05:00
TwinProduction
3620e5306c
Implement Prometheus metrics
2019-11-16 16:52:11 -05:00
TwinProduction
9cf118996d
Support config.yml (as an alternative to config.yaml)
2019-11-16 16:52:11 -05:00
TwiN
5f93894341
Update README.md
2019-11-11 16:15:35 -05:00
TwinProduction
fc88d4fd3d
Minor update
2019-10-27 21:17:55 -04:00
TwiN
a90b0ae565
Add .idea to .dockerignore
2019-10-20 22:38:50 -04:00
TwinProduction
8e71338a39
Add test for bad configuration
2019-10-19 22:03:55 -04:00
TwinProduction
df83060c30
Remove unreachable code
2019-10-19 21:42:03 -04:00
TwinProduction
ffc50af67e
Minor improvements
2019-10-19 21:39:31 -04:00
TwinProduction
d1bb0cac16
Update page title to Status
2019-10-18 19:55:54 -04:00
TwinProduction
339c1dfb04
Remove failure-threshold property
2019-10-10 22:42:30 -04:00
TwinProduction
f979957166
Remove failure-threshold property from example, since it isn't supported yet
2019-10-06 23:04:22 -04:00
TwinProduction
894122fb29
Make hostname links instead of just text
2019-10-05 22:47:09 -04:00
TwinProduction
40eb35aab2
Set port to 8080 instead of 80
2019-10-05 22:20:36 -04:00
TwiN
c4e02e3a75
Update README.md
2019-10-04 14:12:21 -04:00
TwinProduction
d612e6c4b9
Sleep after the first round of monitoring
2019-09-23 21:12:15 -04:00
TwinProduction
8953cdfa88
Add status in README.md
2019-09-21 22:39:28 -04:00
TwinProduction
46fbba25df
Minor improvements on UI
2019-09-16 20:29:06 -04:00
TwinProduction
a3f2591bbf
Minor update
2019-09-15 22:43:28 -04:00
TwinProduction
c734e32e21
Add example
2019-09-14 19:59:05 -04:00
TwinProduction
fb93c33966
Add Dockerfile
2019-09-14 19:25:59 -04:00
TwinProduction
88c35e30b4
Add first version of UI
2019-09-12 16:15:42 -04:00
TwinProduction
f1497bec49
Add ugly rough draft
2019-09-10 21:05:57 -04:00
TwinProduction
14ac4dfeca
Add test for default parameters
2019-09-09 22:21:18 -04:00
TwinProduction
a1267f4bcc
Minor fix
2019-09-08 21:31:06 -04:00
TwinProduction
ee225c977f
One step for 1.12, one step for 1.13
2019-09-08 21:30:21 -04:00
TwinProduction
f2a663c9d3
Test with go 1.13
2019-09-08 21:27:59 -04:00
TwinProduction
31b39bfd28
Update go to 1.13
2019-09-08 21:21:19 -04:00
TwinProduction
825906145f
Implement interval + Add timestamp to Result struct
2019-09-08 21:07:08 -04:00
TwinProduction
8a7aa96b97
Minor update
2019-09-06 22:09:31 -04:00
TwinProduction
fd818bb7e8
Minor update
2019-09-06 22:05:30 -04:00
TwinProduction
d57da0a1dd
Add request handlers and move monitoring to watchdog package
2019-09-06 21:59:50 -04:00
TwinProduction
1c05871975
Add tests for core package
2019-09-06 20:34:10 -04:00
TwinProduction
ee479be716
Move structs to core package
2019-09-06 20:25:31 -04:00
TwinProduction
eea38c8618
Minor update
2019-09-06 00:15:21 -04:00
TwinProduction
7bb341fe92
Go mod vendor
2019-09-06 00:11:13 -04:00
TwiN
e93fefea60
Update go.yml
2019-09-06 00:08:29 -04:00
TwinProduction
f4163880bb
Add test for configuration
2019-09-06 00:02:00 -04:00
TwinProduction
c1c46b6b30
Add configuration file
2019-09-06 00:01:48 -04:00
TwinProduction
b753443516
Add watchdog package
2019-09-04 19:37:13 -04:00
TwiN
f84f84086d
Rename LICENSE to LICENSE.md
2019-09-03 22:35:56 -04:00