- 28 Jan, 2020 1 commit
-
-
Łukasz Nowak authored
-
- 02 Jan, 2020 1 commit
-
-
Łukasz Nowak authored
ssl_certificate is not important for http only checks.
-
- 31 Dec, 2019 5 commits
-
-
Łukasz Nowak authored
"Extended" status codes, like 524, 526 and others, come from surykatka itself and shall be amended with additional explanation
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Since standard date format is used in the ssl_certificate checks, do the same for readability and consistency in bot_status.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 30 Dec, 2019 1 commit
-
-
Julien Muchembled authored
-
- 12 Dec, 2019 1 commit
-
-
Łukasz Nowak authored
/reviewed-on nexedi/slapos.toolbox!72
-
- 05 Dec, 2019 1 commit
-
-
Łukasz Nowak authored
/reviewed-on nexedi/slapos.toolbox!68
-
- 02 Dec, 2019 1 commit
-
-
Łukasz Nowak authored
There was mistake, as result_max[0] is already free disk space, so there was no need to do 1. - result_max[0]. Unfortunately tests were also incorrectly adjusted.
-
- 28 Oct, 2019 3 commits
-
-
Łukasz Nowak authored
In case of error the drop of free space percentage is shown.
-
Łukasz Nowak authored
The most important information is if the disk won't become full in some time, by default 30 days. This check uses collector db history to calculate speed of filling the disk and predicts when it will become full.
-
Łukasz Nowak authored
Instead of outdated approach with threshold-file just support threshold, provided in float in GB, defaulting to 5% of disk size if found in the database and fallback to 2.0 GB, to raise promise error.
-
- 12 Sep, 2019 1 commit
-
-
Łukasz Nowak authored
-
- 11 Sep, 2019 2 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 04 Sep, 2019 1 commit
-
-
Julien Muchembled authored
-
- 12 Aug, 2019 1 commit
-
-
Bryton Lacquement authored
/reviewed-on nexedi/slapos.toolbox!63
-
- 02 Aug, 2019 1 commit
-
-
Bryton Lacquement authored
-
- 27 Jun, 2019 1 commit
-
-
Bryton Lacquement authored
/reviewed-on nexedi/slapos.toolbox!51
-
- 19 Jun, 2019 1 commit
-
-
Łukasz Nowak authored
/reviewed-on nexedi/slapos.toolbox!59
-
- 17 Jun, 2019 1 commit
-
-
Łukasz Nowak authored
promise-timeout provides global timeout for the promise, so use it as base for calculating default timeout. /reviewed-on nexedi/slapos.toolbox!58
-
- 13 Jun, 2019 3 commits
-
-
Łukasz Nowak authored
Enhancements: * implement ignore-code * cover http_code * cover timeout * implement verify * correctly cover ca-cert-file * use SLAPOS_TEST_IPV4
-
Łukasz Nowak authored
Improvements: * flake8ize test_check_url_available and check_url_available * cover more of check_url_available
-
Łukasz Nowak authored
It will be easier to improve it soon.
-
- 20 Mar, 2019 1 commit
-
-
Łukasz Nowak authored
/reviewed-on nexedi/slapos.toolbox!53
-
- 15 Feb, 2019 1 commit
-
-
Alain Takoudjou authored
-
- 05 Feb, 2019 3 commits
-
-
Alain Takoudjou authored
This promises are used in caddy-frontend to check slave frontend status. We don't want to run them everytime buildout will deploy frontend because: - there is too many slaves, check all slave frontend promises while deploying frontend will slow down slave frontend deployment. - we don't want to reprocess frontend if one of slave frontend promise is failing
-
Alain Takoudjou authored
-
Alain Takoudjou authored
First start of promise migration to new python promises format. Promises migrated here are used in caddy-frontend and monitor stack.
-
- 09 Jan, 2019 2 commits
-
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
- 11 Dec, 2018 1 commit
-
-
Thomas Gambier authored
-
- 28 Nov, 2018 1 commit
-
-
Thomas Gambier authored
The promise should not fail if the backup was never launched because the instance just deployed. /reviewed-on nexedi/slapos.toolbox!47
-
- 26 Oct, 2018 1 commit
-
-
Thomas Gambier authored
This is the promise that will be used for the backupserver software release. It is working as is (with some needed changes in backupserver software release of course) but I may add more features. I'd like to have a first review of my code. /reviewed-on nexedi/slapos.toolbox!43
-
- 16 Oct, 2018 1 commit
-
-
Thomas Gambier authored
This promise will replace the old check_port_listening promise (https://lab.nexedi.com/nexedi/slapos/blob/master/slapos/recipe/check_port_listening.py). See https://www.erp5.com/slapos-TechnicalNote.General.SlapOS.Monitoring.Specifications for how to instantiate this promise in buildout. /reviewed-on nexedi/slapos.toolbox!42
-
- 30 Aug, 2018 1 commit
-
-
Alain Takoudjou authored
This solve indefinite loop in while condition on promise check_free_disk_space
-
- 29 Aug, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 28 Aug, 2018 1 commit
-
-
Alain Takoudjou authored
-