Skip to content

Commit

Permalink
initial app monitor commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bullwinkle committed Feb 24, 2021
1 parent bca4626 commit 320eeab
Show file tree
Hide file tree
Showing 222 changed files with 487 additions and 1,093 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Bug report
about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: 'AnandChowdhary'
assignees: 'Bullwinkle'

---

Expand Down
Empty file modified .github/ISSUE_TEMPLATE/config.yml
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions .github/workflows/graphs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was generated by upptime/[email protected].2
# This file was generated by upptime/[email protected].4
#
# ===============================
# Do not edit this file directly!
Expand All @@ -25,7 +25,7 @@ jobs:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT }}
- name: Generate graphs
uses: upptime/[email protected].2
uses: upptime/[email protected].4
with:
command: "graphs"
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/response-time.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was generated by upptime/[email protected].2
# This file was generated by upptime/[email protected].4
#
# ===============================
# Do not edit this file directly!
Expand All @@ -25,7 +25,7 @@ jobs:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT }}
- name: Update response time
uses: upptime/[email protected].2
uses: upptime/[email protected].4
with:
command: "response-time"
env:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was generated by upptime/[email protected].2
# This file was generated by upptime/[email protected].4
#
# ===============================
# Do not edit this file directly!
Expand Down Expand Up @@ -26,20 +26,20 @@ jobs:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT }}
- name: Update template
uses: upptime/[email protected].2
uses: upptime/[email protected].4
with:
command: "update-template"
env:
GH_PAT: ${{ secrets.GH_PAT }}
- name: Update response time
uses: upptime/[email protected].2
uses: upptime/[email protected].4
with:
command: "response-time"
env:
GH_PAT: ${{ secrets.GH_PAT }}
SECRETS_CONTEXT: ${{ toJson(secrets) }}
- name: Update summary in README
uses: upptime/[email protected].2
uses: upptime/[email protected].4
with:
command: "readme"
env:
Expand All @@ -50,7 +50,7 @@ jobs:
workflow: Graphs CI
token: ${{ secrets.GH_PAT }}
- name: Generate site
uses: upptime/[email protected].2
uses: upptime/[email protected].4
with:
command: "site"
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was generated by upptime/[email protected].2
# This file was generated by upptime/[email protected].4
#
# ===============================
# Do not edit this file directly!
Expand Down Expand Up @@ -26,7 +26,7 @@ jobs:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT }}
- name: Generate site
uses: upptime/[email protected].2
uses: upptime/[email protected].4
with:
command: "site"
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/summary.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was generated by upptime/[email protected].2
# This file was generated by upptime/[email protected].4
#
# ===============================
# Do not edit this file directly!
Expand All @@ -25,7 +25,7 @@ jobs:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT }}
- name: Update summary in README
uses: upptime/[email protected].2
uses: upptime/[email protected].4
with:
command: "readme"
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-template.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was generated by upptime/[email protected].2
# This file was generated by upptime/[email protected].4
#
# ===============================
# Do not edit this file directly!
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updates.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was generated by upptime/[email protected].2
# This file was generated by upptime/[email protected].4
#
# ===============================
# Do not edit this file directly!
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/uptime.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was generated by upptime/[email protected].2
# This file was generated by upptime/[email protected].4
#
# ===============================
# Do not edit this file directly!
Expand All @@ -25,7 +25,7 @@ jobs:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT }}
- name: Check endpoint status
uses: upptime/[email protected].2
uses: upptime/[email protected].4
with:
command: "update"
env:
Expand Down
109 changes: 109 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
*.lcov

# nyc test coverage
.nyc_output

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env
.env.test

# parcel-bundler cache (https://parceljs.org/)
.cache

# Next.js build output
.next

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and *not* Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port

# My
.idea
.DS_Store
tmp
1 change: 1 addition & 0 deletions .nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

3 changes: 0 additions & 3 deletions .templaterc.json

This file was deleted.

117 changes: 91 additions & 26 deletions .upptimerc.yml
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,37 +1,102 @@
# Change these first
owner: upptime # Your GitHub username
repo: upptime # Your GitHub repository name
owner: bullwinkle-org # Your GitHub username
repo: monitor-uptime # Your GitHub repository name

# Add your sites here
sites:
- name: Google
url: https://www.google.com
- name: Wikipedia
url: https://en.wikipedia.org
- name: Hacker News
url: https://news.ycombinator.com
- name: Broken Site
url: https://thissitedoesnotexist.com
- name: Test for HEAD
method: HEAD
url: https://www.google.com
- name: Secret Site
url: $SECRET_SITE
- name: bullwinkle.ml
url: https://bullwinkle.ml

- name: static.bullwinkle.ml
url: https://static.bullwinkle.ml

- name: ui.bullwinkle.ml
url: https://ui.bullwinkle.ml

- name: data.bullwinkle.ml
url: https://data.bullwinkle.ml

- name: db.bullwinkle.ml
url: https://db.bullwinkle.ml

- name: realm-one-app.bullwinkle.ml
url: https://realm-one-app.bullwinkle.ml

status-website:
# Add your custom domain below, or remove the next line if you don't have a domain
cname: demo.upptime.js.org
# Uncomment the following line if you don't have a custom domain and add your repo name
# baseUrl: /upptime
logoUrl: https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg
name: Upptime
introTitle: "**Upptime** is the open-source uptime monitor and status page, powered entirely by GitHub."
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)
theme: dark # light, dark, ocean
apiBaseUrl: https://api.github.com

name: "Bullwinkle-org's uptime monitor"
cname: monitor.bullwinkle.ml # if you use custom domain
# favicon: https://example.com/favicon.png
# faviconSvg: https://example.com/logo.svg
metaTags:
- name: "color-scheme"
content: "dark light"
- name: "robots"
content: "noindex"
# themeUrl: https://monitor.bullwinkle.ml/bullwinkle-theme-dark.css
logoUrl: https://raw.githubusercontent.com/bullwinkle-org/monitor-uptime/master/assets/images/brand.png
# links:
# - rel: stylesheet
# href: https://monitor.bullwinkle.ml/css/styles-test.css
# scripts:
# - src: https://monitor.bullwinkle.ml/js/script.js
# - src: https://monitor.bullwinkle.ml/js/script-2.js
# async: true
css: "body { opacity: 0.5 }"
customHeadHtml: "<!-- Custom HTML to add in the <head> tag -->"
customBodyHtml: "<!-- Custom HTML to add at the beginning of <body> -->"
js: "window.onload = function() { console.warn('app started'); }"

introTitle: "**Bullwinkle's org** uptime monitor and status page, powered entirely by GitHub."
introMessage: "internal stuff monitoring"
navbar:
- title: Status
href: /
- title: GitHub

- title: "Bullwinkle's org on GitHub"
href: https://github.com/$OWNER

- title: "Current repo page on GitHub"
href: https://github.com/$OWNER/$REPO

user-agent: bullwinkle

assignees:
- bullwinkle

workflowSchedule:
graphs: "0 0 * * *"
responseTime: "0 23 * * *"
staticSite: "0 1 * * *"
summary: "0 0 * * *"
updateTemplate: "0 0 * * *"
updates: "0 3 * * *"
uptime: "*/5 * * * *"

skipDescriptionUpdate: true
skipTopicsUpdate: true
skipHomepageUpdate: true

# - name: google.com
# url: https://google.com
# method: POST
# headers:
# - "Authorization: Bearer $SECRET_SITE_2"
# - "Content-Type: application/json"
# body: '{ "password": "hello" }'
# assignees:
# - AnandChowdhary
# maxResponseTime: 5000
# expectedStatusCodes:
# - 200
# - 201
# - 404
# __dangerous__disable_verify_peer: true
# __dangerous__disable_verify_host: true
# __dangerous__insecure: true
# __dangerous__body_down: "File not found"
# __dangerous__body_degraded: "Site degraded"


# Upptime also supports notifications, assigning issues, and more
# See https://upptime.js.org/docs/configuration
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
monitor.bullwinkle.ml
Empty file modified LICENSE
100644 → 100755
Empty file.
Loading

0 comments on commit 320eeab

Please sign in to comment.