Paul Wilde pswilde
pswilde created pull request borgmatic-collective/borgmatic#891 2024-06-27 11:54:03 +00:00
[bugfix] uptime_kuma monitor is not called after name change
pswilde commented on pull request borgmatic-collective/borgmatic#885 2024-06-27 11:52:21 +00:00
[Feature] Add Uptime Kuma hook

Sorry, just a quick note to say the renaming of the config option has stopped calls being made - looks like it needs to be updated in both monitor.py and dispatch.py as well?

pswilde pushed to main at pswilde/borgmatic 2024-06-27 11:49:17 +00:00
d080bf2ae9 [bugfix] uptime_kuma monitor is not called after name change
2a1c790655 Minor reorganization of borgmatic source code reference.
410204a70d Formatting, whitespace, and minor fixes for Uptime Kuma hook (#885).
4a0c167c1c Add Uptime Kuma monitoring hook (#885).
593c956d33 Add an "only_run_on" option to consistency checks so you can limit a check to running on particular days of the week (#785).
Compare 5 commits »
pswilde commented on pull request borgmatic-collective/borgmatic#885 2024-06-27 10:56:11 +00:00
[Feature] Add Uptime Kuma hook

All good, thanks again for making a great piece of software!

pswilde commented on pull request borgmatic-collective/borgmatic#885 2024-06-26 20:00:34 +00:00
[Feature] Add Uptime Kuma hook

It's totally fine everywhere except at the top level functions of the hook module

Thanks for the note on this, I've changed the top level function back to ping_monitor 👍

pswilde pushed to main at pswilde/borgmatic 2024-06-26 19:58:59 +00:00
d18cb89493 Merge branch 'main' into main
ebde88ccaa Fix the Healthchecks ping body size limit, restoring it to the documented 100,000 bytes (#889).
cc402487d9 Minor development documentation clarifications.
Compare 3 commits »
pswilde pushed to main at pswilde/borgmatic 2024-06-26 19:57:45 +00:00
067c79c606 renamed push_monitor back to ping_monitor in uptime kuma hook
pswilde pushed to main at pswilde/borgmatic 2024-06-24 11:00:27 +00:00
d108e6102b some minor corrections in how to uptime kuma docs
pswilde pushed to main at pswilde/borgmatic 2024-06-24 10:57:48 +00:00
3e60043632 some minor corrections in how to uptime kuma docs
a8d691169a some minor corrections in how to uptime kuma docs
939c2f6718 some minor corrections in how to uptime kuma docs
Compare 3 commits »
pswilde pushed to main at pswilde/borgmatic 2024-06-24 10:51:48 +00:00
0837059e21 some minor corrections in how to uptime kuma docs
pswilde pushed to main at pswilde/borgmatic 2024-06-24 10:46:45 +00:00
0ee166fdf0 added Uptime Kuma how-to docs
pswilde commented on pull request borgmatic-collective/borgmatic#885 2024-06-24 10:07:24 +00:00
[Feature] Add Uptime Kuma hook

Just another quick note, I've changed the ping_monitor name to push_monitor as it then matches the variable names a bit better, do you think this is OK? Basically all that's happening is a…

pswilde pushed to main at pswilde/borgmatic 2024-06-24 10:07:23 +00:00
b50996b864 change uptimekuma method names to 'push_*' instead of 'ping'
pswilde commented on pull request borgmatic-collective/borgmatic#885 2024-06-24 09:58:23 +00:00
[Feature] Add Uptime Kuma hook

Hi, Thanks for all your pointers there, really helpful. I've refactored a bit a changed a couple of things. The main change I've made is to drop entirely the "server" and "push_code" variables…

pswilde pushed to main at pswilde/borgmatic 2024-06-24 09:47:42 +00:00
8f423c7293 black formatting on uptimekuma hook
14ce88e04b black formatting on test_uptimekuma.py
f97968b72d variable renaming
612f867ea8 Merge remote-tracking branch 'upstream/main'
303d6609e4 removed unecessary tests for 'default urls' as these would never really be used anyway
Compare 13 commits »
pswilde commented on pull request borgmatic-collective/borgmatic#885 2024-06-22 09:48:31 +00:00
[Feature] Add Uptime Kuma hook

Thanks! I'll copy that test_healthchecks.py tests and try to get them working for Uptime Kuma. I probably won't have loads of time for the next few days to do it, but I'll do my best…

pswilde pushed to main at pswilde/borgmatic 2024-06-22 09:46:54 +00:00
a509cdedd5 Added Uptime Kuma tests
pswilde commented on pull request borgmatic-collective/borgmatic#885 2024-06-22 09:25:16 +00:00
[Feature] Add Uptime Kuma hook

Thanks! I'll copy that test_healthchecks.py tests and try to get them working for Uptime Kuma. I probably won't have loads of time for the next few days to do it, but I'll do my best then get…

pswilde pushed to main at pswilde/borgmatic 2024-06-22 09:19:40 +00:00
dcbc30b164 WIP add uptime kuma tests
pswilde pushed to main at pswilde/borgmatic 2024-06-21 20:21:08 +00:00
5ab99b4cc0 Added Uptime Kuma image to readme