Matthew Macdonald-Wallace
3dcbae0889
Add labels to metrics for querying
4 years ago
Matthew Macdonald-Wallace
96242dce0d
Expose check status and response time to Prometheus
4 years ago
Nelson Chan
f20ab4b0e3
Fix: use Optional chaining
4 years ago
Nelson Chan
96c60dd94a
Feat: Add database storage for TLS info
4 years ago
Matthew Macdonald-Wallace
582fb2fe29
Export general metrics via the /metrics endpoint
4 years ago
Matthew Macdonald-Wallace
e3d4a896b1
Fix up some formatting
4 years ago
Matthew Macdonald-Wallace
9a1bf6006a
Add initial package import and config
4 years ago
Nelson Chan
ccda6f05f5
Feat: Add Barebones certificate info display
4 years ago
LouisLam
03b3bb5b30
fix if notification throw exception, the heartbeat is not stored in to the db.
4 years ago
LouisLam
7e4a1ad279
remove used vars
4 years ago
LouisLam
e02eb72863
add db migration
4 years ago
Adam Stachowicz
c4ca8e2acb
More info in server logs
4 years ago
Sam
054269ecf0
fix notification when changing from pending -> up
4 years ago
Sam
a8b102ad4a
add retries for pinging function
backend:
- new field for monitor: maxretries
- new pending status while service is retrying: 2
- pending status event is not marked important
- pending pings however register as downtime in the calculation
frontend:
- added pending status while service is retrying
- added color for new pending status
- added field to configure amount of retries
database:
- IMPORTANT: THIS REQUIRES MIGRATION!!!!
- added field: maxretries with default value 0
4 years ago
Adam Stachowicz
7cba9ce231
Remove debug spam
4 years ago
LouisLam
9ca2444dab
improve testing notification response
4 years ago
LouisLam
66037e236c
add apprise support
4 years ago
Adam Stachowicz
7c94c3b502
Update server/notification.js
4 years ago
Adam Stachowicz
d94894b7e0
Fix `require-v-for-key`, remove unused declarations and double spaces
4 years ago
Adam Stachowicz
2bff62cade
Improve printing to console
4 years ago
Niyas
01f2fccb23
Update notification.js
4 years ago
Niyas
ce2d78f45a
Pushover support
4 years ago
Niyas
1935da5b16
Slack Enhancements
4 years ago
LouisLam
dfa9b3a0ca
fix require() actually not working after build in the frontend
4 years ago
LouisLam
b3bff8d735
add graceful shutdown
4 years ago
Philipp Dormann
53e203d2f9
add gotify priority
ref https://github.com/louislam/uptime-kuma/pull/43
closes https://github.com/louislam/uptime-kuma/issues/50
4 years ago
Niyas
60493f0f86
Updated Slack test notification
4 years ago
Niyas
5f6d5588a6
Added Slack Webhook support
4 years ago
Philipp Dormann
126f00e739
✨ added Gotify Support
4 years ago
LouisLam
d4fe5908f5
fix merging problem
4 years ago
LouisLam
5a6e83b777
remove debug msg
4 years ago
LouisLam
9c23cd09ce
use bcrypt for password hash
4 years ago
LouisLam
010ebea210
show version in the footer
4 years ago
LouisLam
0f1a95fde9
smtp without username password
4 years ago
jacr13
c6237277c0
add support for signal notifications
4 years ago
Philipp Dormann
789094a2ee
formatting socket.js + deal with broken windows ports - default :50013
4 years ago
Philipp Dormann
7acb347012
🧹 fix formatting in server.js
4 years ago
TheGuyDanish
613c42b6d8
Discord revamp! Changed from bot to webhook, removed discord.js dep
4 years ago
LouisLam
0176857a2c
add ability to change the listening port and hostname
4 years ago
LouisLam
a9d19ae06a
support json for keyword type
4 years ago
TheGuyDanish
f84f7aca75
Introduce custom user agent. Fixes #5
Quick and easy fix. Could be improved by adding a version number as well. Like `Uptime-Kuma/0.0.1`, for example.
4 years ago
LouisLam
d357dcb334
fix first beat's uptime is 0%
4 years ago
LouisLam
5f89940ab6
add setup page
4 years ago
LouisLam
86492f6dad
remove some debug msg
4 years ago
LouisLam
44bcd78f9a
implement discord
4 years ago
LouisLam
ff4259380e
do not send notification if first beat is UP
4 years ago
LouisLam
072e86542a
implement smtp
4 years ago
LouisLam
0ad04d1468
implement webhook
4 years ago
LouisLam
d24a15410e
send notification for important heartbeat
4 years ago
LouisLam
3bdf174e90
add telegram notification
4 years ago