uptime-kuma/server
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
2021-07-19 18:23:06 +02:00
..
model add retries for pinging function 2021-07-19 18:23:06 +02:00
notification.js improve testing notification response 2021-07-18 20:49:46 +08:00
password-hash.js use bcrypt for password hash 2021-07-13 22:22:46 +08:00
ping-lite.js add ping and fix uptime 2021-07-01 17:00:23 +08:00
server.js add retries for pinging function 2021-07-19 18:23:06 +02:00
util-server.js remove debug msg 2021-07-13 23:05:52 +08:00
util.js fix require() actually not working after build in the frontend 2021-07-17 00:51:28 +08:00