From ada71dd2d1a325cefce079b1ba68be88a49c294b Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Sun, 1 Feb 2026 13:56:27 -0500 Subject: [PATCH] Added planned architecture, some domains will definitely not resolve right now. TODO: Add SVG icons for each URL --- .upptimerc.yml | 44 +++++++++++++++++++++++++++----------------- 1 file changed, 27 insertions(+), 17 deletions(-) diff --git a/.upptimerc.yml b/.upptimerc.yml index f194d321..cd47770d 100644 --- a/.upptimerc.yml +++ b/.upptimerc.yml @@ -1,33 +1,43 @@ -# Change these first -owner: dataforcanada # Your GitHub organization or username, where this repository lives -repo: status.dataforcanada.org # The name of this repository +owner: dataforcanada +repo: status.dataforcanada.org sites: - - name: www.dataforcanada.org + - name: Main Website url: https://www.dataforcanada.org - - name: data-01.dataforcanada.org + faviconSvg: https://raw.githubusercontent.com/dataforcanada/www.dataforcanada.org/refs/heads/main/static/logo.svg + - name: Production Ready Data url: https://data-01.dataforcanada.org - - name: data-01.dev.dataforcanada.org - url: https://data-01.dev.dataforcanada.org + - name: Data in the Lab + url: https://data-01.labs.dataforcanada.org + - name: Data in the Lab + url: https://data-01.labs.dataforcanada.org assignees: - diegoripley status-website: - # Add your custom domain name, or remove the `cname` line if you don't have a domain - # Uncomment the `baseUrl` line if you don't have a custom domain and add your repo name there cname: status.dataforcanada.org - # baseUrl: /your-repo-name - logoUrl: https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg - name: Status Page for Data for Canada - introTitle: "Status Page for Data for Canada" + theme: light + logoUrl: https://raw.githubusercontent.com/dataforcanada/www.dataforcanada.org/refs/heads/main/static/logo.svg + name: Status Page for the Data for Canada Project + introTitle: "Status Page for the Data for Canada Project" introMessage: This is a status page which uses **real-time** data from our [GitHub repository](https://github.com/dataforcanada/status.dataforcanada.org). navbar: - title: Status href: / - - title: GitHub + - title: Status Updates href: https://github.com/dataforcanada/status.dataforcanada.org + - title: Prod + href: https://www.dataforcanada.org + - title: Labs + href: https://www.dataforcanada.org -# Upptime also supports notifications, assigning issues, and more -# See https://upptime.js.org/docs/configuration -user-agent: diegoripley +workflowSchedule: + graphs: "0 0 * * *" + responseTime: "0 23 * * *" + staticSite: "0 1 * * *" + summary: "0 0 * * *" + updateTemplate: "0 0 * * *" + updates: "0 3 * * *" + uptime: "*/10 * * * *" +user-agent: diegoripley \ No newline at end of file