LouisLam
1ed4ac9494
add Push-based monitoring ( #279 )
4 years ago
Nelson Chan
ba4a4aaf1c
Chore: Move multiselect css to own file
4 years ago
Bert Verhelst
5a29df40ec
fix(monitor-checks): save checks to the database
4 years ago
Bert Verhelst
07a37534b1
feat(monitor-checks): try to get monitor checks fetched and stored in db
4 years ago
Nelson Chan
45a6f364e1
Chore: Fix backslash in IP regex
4 years ago
Nelson Chan
95391be2ab
Revert Regex update
4 years ago
Nelson Chan
5b2e1f6086
Fix: Allow number ending TLD
4 years ago
Nelson Chan
d2b34f9285
Chore: make eslint happy
4 years ago
Nelson Chan
a96a515087
Fix: Fix hostname with dash
4 years ago
Nelson Chan
2eab919ae0
Fix: Fix typo
4 years ago
Nelson Chan
c09b67b94d
Fix: Fix TCP Ping hostname Regex
4 years ago
LouisLam
6aaf984f29
fix retryInterval = 0 if it is an old monitor. ( #380 https://github.com/louislam/uptime-kuma/pull/380#issuecomment-922618356 )
4 years ago
Bert Verhelst
20e3c5061e
feat(monitor-checks): add checks with specific types
4 years ago
Ponkhy
3a0bc80016
Added regex to hostname input
4 years ago
No0Vad
1300448bed
Adjustments to the retry interval
The monitor logic for when to use "retryInterval" is updated. Also removed some texts when they are no longer needed.
4 years ago
LouisLam
fc9b4617ca
link interval and retryInterval
4 years ago
Nelson Chan
9b5abf9bb1
Fix: reset editMonitor after save
4 years ago
Nelson Chan
6e3a904aaa
WIP: Add tags functionality
WIP: add color column, show tags
WIP: Improve TagsManager styling & workflow
WIP: Improve styling & validation, use translation
WIP: Complete TagsManager functionality
WIP: Add tags display in monitorList & Details
Fix: update tags list after edit
Fix: slightly improve tags styling
Fix: Improve mobile UI
Fix: Fix tags not showing on create monitor
Fix: bring existingTags inside tagsManager
Fix: remove unused tags prop
Fix: Fix formatting, bump db version
4 years ago
LouisLam
7df9698e5d
eslint: comma-dangle for language files
4 years ago
No0Vad
f8f9f59464
Added support for a retry interval to monitors
If a check fails and retries are used you can now specify a specific value for that. So you can check faster if the site goes back up again.
4 years ago
LouisLam
573c7faddd
switch on the notification, if it is added in EditMonitor.vue
4 years ago
Ponkhy
b95404b6e0
Fixed suggestions
4 years ago
Ponkhy
58240aceef
Added the option for default notifications
4 years ago
LouisLam
91e82bd12c
set default value for dns resolve type and code refactor
4 years ago
LouisLam
d4dd650bfe
translate for zh-hk
4 years ago
Ponkhy
6464207f4b
Added German language for DNS Monitor
4 years ago
Ponkhy
2b8c5e2e65
Added German Language
4 years ago
LouisLam
8318c2e8ff
add a simple dns server for testing, and disable ipRegex for dev only (need to input port)
4 years ago
LouisLam
28a51d806b
translate to Traditional Chinese (Hong Kong)
4 years ago
Louis Lam
054186370e
add source of ipRegex
4 years ago
Ponkhy
b2041cb36b
Fixed ESLint Errors
4 years ago
Ponkhy
c79be19ec3
Added DNS Monitor Type
4 years ago
LouisLam
f21937b197
add animation for page change
4 years ago
LouisLam
6f489e7e0f
Accepted Status Codes / Max Redirects for http/keyword only
4 years ago
LouisLam
6ca7ca4e7e
improve alignment and font size
4 years ago
LouisLam
9fa8d5c1fa
improve multiselect
4 years ago
LouisLam
3265c3cbc3
improve multiselect
4 years ago
LouisLam
5a6e5b7948
change multiselect color
4 years ago
Nelson Chan
93ea2c277a
Update src/pages/EditMonitor.vue
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
4 years ago
Nelson Chan
8f7885e58a
Feat: Implement MaxRedirects & StatusCodes
4 years ago
LouisLam
60aa67892d
store ignoreTls and upsideDown into db
4 years ago
LouisLam
71af902a4e
add fields to EditMonitor.vue
4 years ago
Adam Stachowicz
9648d700d7
Autofix on save
4 years ago
LouisLam
5a219554b3
grammar
4 years ago
LouisLam
70b1f197c1
rename "Retry Pings" to "Retries"
4 years ago
LouisLam
32a5e838ba
add patch3.sql and fix duplicate id in EditMonitor.vue
4 years ago
Sam
8b905b6b12
Indentation fix in editor
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
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
d94894b7e0
Fix `require-v-for-key`, remove unused declarations and double spaces
4 years ago
LouisLam
a9d19ae06a
support json for keyword type
4 years ago