Skip to content

Commit acc0b10

Browse files
added better useragent and schedule
1 parent cb1d8be commit acc0b10

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.upptimerc.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change these first
22
owner: amsterdam # Your GitHub organization or username, where this repository lives
33
repo: amsterdam-uptime # The name of this repository
4-
user-agent: amsterdam-uptime # Make sure this is unique to avoid conflicts
4+
user-agent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
55

66
sites:
77
- name: DSO-API
@@ -42,3 +42,12 @@ status-website:
4242

4343
# Upptime also supports notifications, assigning issues, and more
4444
# See https://upptime.js.org/docs/configuration
45+
46+
workflowSchedule:
47+
graphs: "0 */2 * * *"
48+
responseTime: "0 */2 * * *"
49+
staticSite: "0 */12 * * *"
50+
summary: "0 0 * * *"
51+
updateTemplate: "0 0 * * *"
52+
updates: "0 3 * * *"
53+
uptime: "*/5 * * * *"

0 commit comments

Comments
 (0)