Skip to content

Commit 4a781a3

Browse files
Merge pull request #1 from Amsterdam/bdaniels/initial-config
inital config
2 parents 7703b95 + 692ae9a commit 4a781a3

File tree

2 files changed

+23
-24
lines changed

2 files changed

+23
-24
lines changed

.upptimerc.yml

+22-20
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,33 @@
11
# 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
45

56
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
1922

2023
status-website:
2124
# Add your custom domain name, or remove the `cname` line if you don't have a domain
2225
# 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
2628
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
2931
navbar:
3032
- title: Status
3133
href: /

assets/upptime-icon.svg

+1-4
Loading

0 commit comments

Comments
 (0)