Sam
1d4d7fa9c4
fix parenthesis mistake
3 years ago
Louis Lam
248b5292dc
Merge pull request #86 from Spiritreader/master
...
Implement retries (#56 )
3 years ago
Matthew Macdonald-Wallace
47d830db1f
Remove examples so they can go on the wiki instead
3 years ago
Matthew Macdonald-Wallace
3a8fbff514
Change casing in README, apply DRY to label values
3 years ago
Matthew Macdonald-Wallace
a93fd274fd
Update README to include examples for Prometheus
3 years ago
Niyas
77fbfc23be
Pushover enhancements
3 years ago
Matthew Macdonald-Wallace
3b45006567
Move common labels into dedicated const
3 years ago
Niyas
b7a32d4ab6
Pushover enhancements
3 years ago
LouisLam
5a219554b3
grammar
3 years ago
LouisLam
70b1f197c1
rename "Retry Pings" to "Retries"
3 years ago
Matthew Macdonald-Wallace
720051a351
Typo in monitor status name
3 years ago
LouisLam
32a5e838ba
add patch3.sql and fix duplicate id in EditMonitor.vue
3 years ago
LouisLam
86e18ac11d
Merge branch 'master' into Spiritreader_master
...
# Conflicts:
# src/pages/EditMonitor.vue
3 years ago
Matthew Macdonald-Wallace
3dcbae0889
Add labels to metrics for querying
3 years ago
Matthew Macdonald-Wallace
96242dce0d
Expose check status and response time to Prometheus
3 years ago
Nelson Chan
f20ab4b0e3
Fix: use Optional chaining
3 years ago
Nelson Chan
96c60dd94a
Feat: Add database storage for TLS info
3 years ago
Matthew Macdonald-Wallace
7acb265559
Remove bcryptjs and node-gyp, they should not be here...
3 years ago
Matthew Macdonald-Wallace
582fb2fe29
Export general metrics via the /metrics endpoint
3 years ago
Matthew Macdonald-Wallace
e3d4a896b1
Fix up some formatting
3 years ago
Matthew Macdonald-Wallace
9a1bf6006a
Add initial package import and config
3 years ago
Matthew Macdonald-Wallace
ef41a32353
Merge pull request #1 from louislam/master
...
Pull down upstream
3 years ago
Nelson Chan
ccda6f05f5
Feat: Add Barebones certificate info display
3 years ago
LouisLam
03b3bb5b30
fix if notification throw exception, the heartbeat is not stored in to the db.
3 years ago
LouisLam
7e4a1ad279
remove used vars
3 years ago
LouisLam
916b9da0dc
Merge branch 'master' into something
...
# Conflicts:
# server/notification.js
# src/components/NotificationDialog.vue
3 years ago
LouisLam
a64ce81457
update package-lock.json
3 years ago
LouisLam
c575afc8e0
Merge remote-tracking branch 'origin/master'
3 years ago
Louis Lam
1e42343aee
Update patch1.sql
...
minor
3 years ago
LouisLam
afd4cf2425
Merge branch 'master' into simple_pagination
3 years ago
LouisLam
e02eb72863
add db migration
3 years ago
LouisLam
1c0dc18d72
Merge remote-tracking branch 'origin/master'
3 years ago
Louis Lam
c00612c1a9
Update --please-go-to--discussion--tab-if-you-want-to-ask-or-share-something.md
3 years ago
Louis Lam
32345fcbe9
Update issue templates
3 years ago
Louis Lam
fd90458e77
Update issue templates
3 years ago
Louis Lam
d89e6f4649
Merge pull request #89 from Saibamen/more_info_in_server_logs
...
More info in server logs
3 years ago
Adam Stachowicz
c4ca8e2acb
More info in server logs
3 years ago
LouisLam
94b5a557bf
Merge remote-tracking branch 'origin/master'
3 years ago
Sam
14e1d1f105
add .vscode directory to dockerignore
3 years ago
Sam
8b905b6b12
Indentation fix in editor
...
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
3 years ago
Louis Lam
fa57d40c3c
Update README.md
3 years ago
Louis Lam
62e231e92b
Update README.md
3 years ago
LouisLam
02b4dfc100
prevent the telegram getUpdates URL go out of box
3 years ago
LouisLam
657acf748b
update to 1.0.6
3 years ago
Sam
054269ecf0
fix notification when changing from pending -> up
3 years ago
Louis Lam
71dd68bb6d
Update README.md
3 years ago
Sam
02230930c5
Merge branch 'master' of https://github.com/Spiritreader/uptime-kuma
3 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
3 years ago
Louis Lam
58d029445d
Merge pull request #79 from Saibamen/remove_debug_spam
...
Remove debug spam
3 years ago
LouisLam
77af41bfff
env default to production
3 years ago