Michael Warkentin
Michael Warkentin
I've reproduced in the sample project: ```diff ❯ g diff diff --git a/sample_project/requirements.txt b/sample_project/requirements.txt index 8a72e2a..78c54a6 100644 --- a/sample_project/requirements.txt +++ b/sample_project/requirements.txt @@ -1,4 +1,4 @@ -django=1.11 +django==3.2.11 # django-watchman -e...
Setting a relative storage path works: ``` WATCHMAN_STORAGE_PATH = "path_to_your_app/foo/bar/" ``` @cayla is this something you can work with? Or do you see something that can be done within watchman...
Trying to leave the app root with a relative path (`WATCHMAN_STORAGE_PATH = "../../foo/bar"`) errors as well with the same `SuspiciousFileOperation` error.
@tisdall in an amazingly slow response, this came up again in #188. I've updated the docs and sample project with the current way to write custom checks: * #189 *...
Closing as I've provided a proper way to write custom checks in the docs in #190.
@guettli Thanks for the suggestion! I agree that this would be really helpful - it would be nice to have configuration instructions for pingdom, panopta, and so on. If I...
@guettli I have to agree with you there - I've made sure this issue won't be closed as stale. Any chance you're interested in helping to get that sort of...
Ok makes sense. Personally I’ve used both Pingdom and more recently Panopta. Both have worked well for us. Seems like it would make sense to have an “integrations” section to...
Some integrations we could document: * https://upptime.js.org * https://uptimerobot.com * https://www.statuscake.com * https://www.pingdom.com * https://www.panopta.com * https://updown.io * https://cronitor.io * https://betteruptime.com Upptime UptimeRobot: Free Website Monitoring ServiceStart monitoring in 30...
@tisdall thanks for the issues - I'm a bit slammed today but I will try to review them soon. :)