TwiN
TwiN
@ansilh Could you make a PR for this? A section in the FAQ should suffice
Here's an example of something that might work better: For example: ```yaml alerting: slack: webhook-url: "https://hooks.slack.com/services/aaaaaaaaaaaaaaaaaaaaaaaaaaa" endpoints: - name: "example-with-no-override" alerts: - type: slack - name: "example-with-override" alerts: - type:...
IIRC, depending on the browser, you'll get different behavior. For instance, the following would probably work in Firefox even if the sizes aren't accurate and regardless of what icons are...
What I'd want to see for this would be: 1. The ability to configure a token for the admin API: ```yaml admin: token: "some-token" ``` 2. An API (e.g. `/api/v1/admin/endpoints/statuses`)...
@lefes sure! This may or may not involve another project of mine: github.com/TwiN/whois
@Jeppedy Have you tried playing with the `[CONNECTED]` placeholder? Looking at https://github.com/TwiN/gatus/blob/1eba430797fe331aeaf4b4cc2a9dfeaff1ff47ff/core/dns.go#L53-L58 it's possible that if connection to IANA fails, the `[CONNECTED] == true` condition will fail, but I'm not...
For anybody who wants to support additional domains, as I mentioned in an earlier comment, it goes through https://github.com/TwiN/whois, so I'd suggest submitting a PR if you can, but you...
Are you _sure_ you're using latest? Because #572 should have fixed this issue, which was released in [v5.6.0](https://github.com/TwiN/gatus/releases/tag/v5.6.0)
I can 100% confirm this. I noticed it happened as well & have not been able to figure out why. For now, I decided to just set a fairly low...
Temporarily published container image as `twinproduction/gatus:experimental` for testing purposes.