You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `concurrency` | Maximum number of endpoints/suites to monitor concurrently. Set to `0` for unlimited. See [Concurrency](#concurrency). | `3` |
255
-
| `disable-monitoring-lock` | Whether to [disable the monitoring lock](#disable-monitoring-lock). **Deprecated**: Use `concurrency: 0` instead. | `false` |
256
-
| `skip-invalid-config-update` | Whether to ignore invalid configuration update. <br />See [Reloading configuration on the fly](#reloading-configuration-on-the-fly). | `false` |
257
-
| `web` | Web configuration. | `{}` |
258
-
| `web.address` | Address to listen on. | `0.0.0.0` |
259
-
| `web.port` | Port to listen on. | `8080` |
260
-
| `web.read-buffer-size` | Buffer size for reading requests from a connection. Also limit for the maximum header size. | `8192` |
261
-
| `web.tls.certificate-file` | Optional public certificate file for TLS in PEM format. | `""` |
262
-
| `web.tls.private-key-file` | Optional private key file for TLS in PEM format. | `""` |
263
-
| `ui` | UI configuration. | `{}` |
264
-
| `ui.title` | [Title of the document](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/title). | `Health Dashboard ǀ Gatus` |
265
-
| `ui.description` | Meta description for the page. | `Gatus is an advanced...`. |
266
-
| `ui.dashboard-heading` | Dashboard title between header and endpoints | `Health Dashboard` |
267
-
| `ui.dashboard-subheading` | Dashboard description between header and endpoints | `Monitor the health of your endpoints in real-time` |
268
-
| `ui.header` | Header at the top of the dashboard. | `Gatus` |
269
-
| `ui.logo` | URL to the logo to display. | `""` |
270
-
| `ui.link` | Link to open when the logo is clicked. | `""` |
271
-
| `ui.buttons` | List of buttons to display below the header. | `[]` |
272
-
| `ui.buttons[].name` | Text to display on the button. | Required `""` |
273
-
| `ui.buttons[].link` | Link to open when the button is clicked. | Required `""` |
274
-
| `ui.custom-css` | Custom CSS | `""` |
275
-
| `ui.dark-mode` | Whether to enable dark mode by default. Note that this is superseded by the user's operating system theme preferences. | `true` |
276
-
| `ui.default-sort-by` | Default sorting option for endpoints in the dashboard. Can be `name`, `group`, or `health`. Note that user preferences override this. | `name` |
277
-
| `ui.default-filter-by` | Default filter option for endpoints in the dashboard. Can be `none`, `failing`, or `unstable`. Note that user preferences override this. | `none` |
278
-
| `ui.show-version` | Show version in footer | `false` |
| `web.address` | Address to listen on. | `0.0.0.0` |
518
+
| `web.port` | Port to listen on. | `8080` |
519
+
| `web.read-buffer-size` | Buffer size for reading requests from a connection. Also limit for the maximum header size. | `8192` |
520
+
| `web.tls.certificate-file` | Optional public certificate file for TLS in PEM format. | `""` |
521
+
| `web.tls.private-key-file` | Optional private key file for TLS in PEM format. | `""` |
522
+
523
+
### UI
524
+
Allows you to configure the application wide defaults for the dashboard's UI. Some of these parameters can be overridden locally by users using the local storage of their browser.
| `ui.title` | [Title of the document](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/title). | `Health Dashboard ǀ Gatus` |
530
+
| `ui.description` | Meta description for the page. | `Gatus is an advanced...`. |
531
+
| `ui.dashboard-heading` | Dashboard title between header and endpoints | `Health Dashboard` |
532
+
| `ui.dashboard-subheading` | Dashboard description between header and endpoints | `Monitor the health of your endpoints in real-time` |
533
+
| `ui.header` | Header at the top of the dashboard. | `Gatus` |
534
+
| `ui.logo` | URL to the logo to display. | `""` |
535
+
| `ui.link` | Link to open when the logo is clicked. | `""` |
536
+
| `ui.buttons` | List of buttons to display below the header. | `[]` |
537
+
| `ui.buttons[].name` | Text to display on the button. | Required `""` |
538
+
| `ui.buttons[].link` | Link to open when the button is clicked. | Required `""` |
539
+
| `ui.custom-css` | Custom CSS | `""` |
540
+
| `ui.dark-mode` | Whether to enable dark mode by default. Note that this is superseded by the user's operating system theme preferences. | `true` |
541
+
| `ui.default-sort-by` | Default sorting option for endpoints in the dashboard. Can be `name`, `group`, or `health`. Note that user preferences override this. | `name` |
542
+
| `ui.default-filter-by` | Default filter option for endpoints in the dashboard. Can be `none`, `failing`, or `unstable`. Note that user preferences override this. | `none` |
543
+
| `ui.show-version` | Show version in footer | `false` |
529
544
530
545
### Announcements
531
546
System-wide announcements allow you to display important messages at the top of the status page. These can be used to inform users about planned maintenance, ongoing issues, or general information. You can use markdown to format your announcements.
0 commit comments