This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
uptime-kuma
mirror of
https://github.com/louislam/uptime-kuma.git
Watch
1
Star
0
Fork
You've already forked uptime-kuma
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b9684e32d3
uptime-kuma
/
.gitignore
10 lines
81 B
Plaintext
Raw
Normal View
History
Unescape
Escape
init
2021-06-24 14:42:23 +01:00
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
2021-07-19 17:23:06 +01:00
.vscode