|
1 | 1 | # Change these first
|
2 |
| -owner: upptime # Your GitHub organization or username, where this repository lives |
3 |
| -repo: upptime # The name of this repository |
| 2 | +owner: amsterdam # Your GitHub organization or username, where this repository lives |
| 3 | +repo: amsterdam-uptime # The name of this repository |
| 4 | +user-agent: amsterdam-uptime # Make sure this is unique to avoid conflicts |
4 | 5 |
|
5 | 6 | sites:
|
6 |
| - - name: Google |
7 |
| - url: https://www.google.com |
8 |
| - - name: Wikipedia |
9 |
| - url: https://en.wikipedia.org |
10 |
| - - name: Hacker News |
11 |
| - url: https://news.ycombinator.com |
12 |
| - - name: Test Broken Site |
13 |
| - url: https://thissitedoesnotexist.koj.co |
14 |
| - - name: IPv6 test |
15 |
| - url: forwardemail.net |
16 |
| - port: 80 |
17 |
| - check: "tcp-ping" |
18 |
| - ipv6: true |
| 7 | + - name: DSO-API |
| 8 | + url: https://api.data.amsterdam.nl/v1/aardgasverbruik/mra_liander/?_format=json |
| 9 | + maxResponseTime: 3000 |
| 10 | + - name: Geosearch |
| 11 | + url: https://api.data.amsterdam.nl/geosearch/?datasets=bedrijveninvesteringszones%2Fbedrijveninvesteringszones&lat=52.365804&lon=4.8963802&radius=25 |
| 12 | + maxResponseTime: 3000 |
| 13 | + - name: Atlas |
| 14 | + url: https://api.data.amsterdam.nl/atlas/search/adres/?format=json&q=Oudeschans+31+X |
| 15 | + maxResponseTime: 3000 |
| 16 | + - name: DSO-API Catalog |
| 17 | + url: https://api.data.amsterdam.nl/api/ |
| 18 | + maxResponseTime: 3000 |
| 19 | + - name: Mapserver |
| 20 | + url: https://map.data.amsterdam.nl/service/?REQUEST=GetMap&FORMAT=image%2Fpng&SRS=EPSG:28992&BBOX=121551.5257836096,488649.3498838544,121704.2287054483,488802.0528056931&VERSION=1.1.0&STYLES=&SERVICE=WMS&WIDTH=256&HEIGHT=256&TRANSPARENT=TRUE&LAYERS=topografie |
| 21 | + maxResponseTime: 3000 |
19 | 22 |
|
20 | 23 | status-website:
|
21 | 24 | # Add your custom domain name, or remove the `cname` line if you don't have a domain
|
22 | 25 | # Uncomment the `baseUrl` line if you don't have a custom domain and add your repo name there
|
23 |
| - cname: demo.upptime.js.org |
24 |
| - # baseUrl: /your-repo-name |
25 |
| - logoUrl: https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg |
| 26 | + # baseUrl: /amsterdam-uptime |
| 27 | + logoUrl: https://api.data.amsterdam.nl/api/gemeente_Amsterdam_logo.svg |
26 | 28 | name: Upptime
|
27 |
| - introTitle: "**Upptime** is the open-source uptime monitor and status page, powered entirely by GitHub." |
28 |
| - introMessage: This is a sample status page which uses **real-time** data from our [GitHub repository](https://github.com/upptime/upptime). No server required — just GitHub Actions, Issues, and Pages. [**Get your own for free**](https://github.com/upptime/upptime) |
| 29 | + introTitle: "Uptime status pagina voor Gemeente Amsterdam APIs" |
| 30 | + thene: light |
29 | 31 | navbar:
|
30 | 32 | - title: Status
|
31 | 33 | href: /
|
|
0 commit comments