This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
topaLE
/
uptime-kuma
Watch
1
Star
0
Fork
0
Code
Issues
185
Pull Requests
26
Projects
Releases
28
Wiki
Activity
hacktoberfest
docker
responsive
monitoring
websocket
webapp
uptime-monitoring
uptime
socket-io
single-page-app
selfhosted
self-hosted
884
Commits
37
Branches
35
Tags
4.4 MiB
Tree:
1d05df6ec9
uptime-kuma
/
.gitignore
10 lines
81 B
Raw
Normal View
History
init
4 years ago
node_modules
.DS_Store
dist
dist-ssr
*.local
.idea
/data
!/data/.gitkeep
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
.vscode