vishalsabhaya
d0067a0a12
improve page load performance of large amount urls ( #5025 )
...
Co-authored-by: vishal sabhaya <vishals@vebuin.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2 months ago
nekojanai
f791d4a9bf
feat: monitor debug curl ( #5152 )
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2 months ago
Suven-p
1cf88f4fea
Disable certificate expiry notification when SSL errors are ignored ( #5156 )
2 months ago
Shaun
c567e8eb8e
Status Page E2E spec ( #5068 )
3 months ago
Shaun
36f8be040d
Monitor Conditions ( #5048 )
3 months ago
Dan Sullivan
dc3ad88fe1
Add option to pass cache bust param ( #3525 )
...
Co-authored-by: Dan Sullivan <dan@symbiosgroup.co.uk>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
3 months ago
Jay Bhanushali
3e88772e5d
Fix: name column in the dashboad being squashed in some aspect ratios ( #4193 )
3 months ago
Frank Elsinga
71f9384c09
Merge branch 'master' into snmp-monitor
5 months ago
persuasive0pest
4436b0ba8e
Show URL for "real-browser" type monitor on details page
5 months ago
Matt Visnovsky
e237d66bfc
"Hostname or IP Address" back to "Hostname"
...
Revert change from "Hostname" to "Hostname or IP Address" from efb1642e3c
6 months ago
Matt Visnovsky
b5a73e5ad7
Apply suggestions from code review
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
6 months ago
Frank Elsinga
5dc4bb64d5
Merge branch 'master' into snmp-monitor
6 months ago
Matt Visnovsky
23f844d871
Error handling robustness
...
Cleanup of some things I missed yesterday...
6 months ago
Matt Visnovsky
fdc145bffd
Added Robustness
...
There are a lot of changes here:
-Fixed a lot of issues encountered during my testing
-JSON path is evaluated BEFORE making comparisons (this was the true intended behavior by @chakflying)
-Variable name changes (cosmetic)
-Added != operator
-Changed jsonQueryDescription (again)
6 months ago
Matt Visnovsky
efb1642e3c
Blend json-query and snmp monitors
...
Utilizes the JSON Query library to handle comparison logic.
6 months ago
Matt Visnovsky
7eee5db4d2
Variable changes
...
-Reuse expected_value for snmpControlValue
-Create jsonPathOperator for snmpCondition
6 months ago
Frank Elsinga
63b8c52a65
made sure that json-query for the mqtt monitor is translated properly
6 months ago
Frank Elsinga
07a0718272
Translation `unpin` incident -> `delete` incident ( #4565 )
6 months ago
HdroguettA
daca38a554
Ignore TLS/SSL error for Redis ( #3878 )
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
6 months ago
Jed Fox
668e8bafed
Gray out label for up/down/maintenance labels when they are zero ( #3037 )
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
6 months ago
Sebastian Lang
a3ac954140
Add support for custom mongodb commands ( #4445 )
...
Co-authored-by: Sebastian Lang <sebastian.lang@damovo.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
6 months ago
Laurent Aupse
e856cb6007
Make auto refresh interval customizable ( #4260 )
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
6 months ago
Matt Visnovsky
c4759948ec
Fix ES Lint
7 months ago
Matt Visnovsky
da8f0d1c31
Apply suggestions from code review
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
7 months ago
Matt Visnovsky
8b4b27f359
Final cleanup of changes to EditMonitor.vue
...
Reverts unintentional changes committed in: d92003e172
7 months ago
Matt Visnovsky
2015142b00
Maybe don't helptext all the things...
...
Addresses https://github.com/louislam/uptime-kuma/pull/4717#discussion_r1589866321
7 months ago
Matt Visnovsky
e5fb726160
Missed changes leftover from removal of getKey()
7 months ago
Matt Visnovsky
f4842ead68
Translation key for OID
7 months ago
Matt Visnovsky
56e7fa8bd5
Helptext ALL THE THINGS
7 months ago
Matt Visnovsky
19f21a9a39
SNMP OID helptext
7 months ago
Matt Visnovsky
4ef66b3760
SNMP version helptext
7 months ago
Matt Visnovsky
6037912085
Consistent placeholder text
...
Co-Authored-By: Frank Elsinga <frank.elsinga@tum.de>
7 months ago
Matt Visnovsky
0384b34007
Remove unnecessary func getKey
...
Addresses:
- https://github.com/louislam/uptime-kuma/pull/4717#discussion_r1589856311
- https://github.com/louislam/uptime-kuma/pull/4717#discussion_r1589862733
7 months ago
Matt Visnovsky
86b997c664
Limit to <= SNMPv2c for now
7 months ago
Matt Visnovsky
4386d0afad
Apply suggestions from code review
...
Addresses:
-https://github.com/louislam/uptime-kuma/pull/4717#discussion_r1589805237
-https://github.com/louislam/uptime-kuma/pull/4717#discussion_r1589806199
-https://github.com/louislam/uptime-kuma/pull/4717#discussion_r1589853470
-https://github.com/louislam/uptime-kuma/pull/4717#discussion_r1589854032
7 months ago
Matt Visnovsky
f059d54349
Use frontend timeout
...
Addresses https://github.com/louislam/uptime-kuma/pull/4717#discussion_r1585616669
7 months ago
Matt Visnovsky
d83c2b90c9
Revert unintentional changes to EditMonitor.vue
...
Reverts unintentional changes committed in: d92003e172
7 months ago
Matt Visnovsky
4699a1ccd8
ES Lint Compliant
...
Also changed line endings from 'LF' to 'CRLF'
7 months ago
Matt Visnovsky
ba84f01444
Delete .EditMonitor.vue.swp
...
Co-Authored-By: Frank Elsinga <frank.elsinga@tum.de>
7 months ago
Matt Visnovsky
97a9094d7c
ES Lint Compliant
7 months ago
Matt Visnovsky
9848ce49f3
Minor frontend styling
7 months ago
Matt Visnovsky
4593afbdbb
Frontend input validation
7 months ago
Matt Visnovsky
4a882be6ba
Further SNMP monitor development
...
Further testing of SNMP feat, however I'm running into the issue `Error in SNMP check: RequestTimedOutError: Request timed out` when the check function is called. I am unsure as to why since my local SNMP script works great with very similar code.
7 months ago
Matt Visnovsky
d92003e172
SNMP Initial Commits
...
This commit introduces a new SNMP monitor feature to the application, allowing users to monitor devices using SNMP (Simple Network Management Protocol).
7 months ago
CoolCu
b25ac55a2f
chore: fix some typos in comments ( #4679 )
...
Signed-off-by: CoolCu <coolcui@qq.com>
8 months ago
Frank Elsinga
0e3b3a9ab8
Made sure that more of the async usages are awaited ( #4574 )
9 months ago
LeoThies
abd62a12e4
edit unpin to delete
9 months ago
Andi Pätzold
a0c62d8ab0
Fix: handle monitor names with slashes ( #4472 )
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
9 months ago
Nelson Chan
56aa81e337
UI: Improve maintenace actions design ( #4407 )
10 months ago
Nelson Chan
2bccae415f
Feat: Show monitor ID in Details ( #4331 )
10 months ago