An error occurred fetching the project authors.
- 07 May, 2021 1 commit
-
-
Jérome Perrin authored
monitor-globalstate (which is supposed to create monitor configuration file accessed by HTTP as .../public//monitor.global.json) runs by cron every 2 minutes. This crontab also uses randomsleep to add a delay - but there's a promise waiting for this monitor configuration file to be available, so the instanciation had to wait for this and if this was sometimes causing problems in software release tests because promise did not succeed fast enough. To prevent this pattern where slapos node instance has to wait for a crontab to be executed, we run that script a first time from buildout.
-
- 05 Aug, 2020 1 commit
-
-
Jérome Perrin authored
done with: npm install git ls-files | grep -v '\/unstable\/' | xargs ./node_modules/.bin/eclint fix git ls-files | grep buildout.hash.cfg | xargs ./update-hash
-
- 28 Apr, 2020 1 commit
-
-
Nicolas Wavrant authored
log accesses (the logrotate conf already exists for them), and remove the pattern "<IfDefine Port>" which was used when this apache conf was extended by the software's apache extending the monitor stack
-
- 06 Apr, 2020 1 commit
-
-
Jérome Perrin authored
By using a short filenames like "httpd.crt" or "httpd.key", we risk have conflict with users of this stack. Use a name with more context, that should likely not be used by applications. This solves an issue with lamp stack, that was visible with nextcloud software: While: Installing ca-apache-php. Error: The following paths are already installed by other sections: {'/srv/slapgrid/slappart8/srv/testnode/cvt/inst/test0-0/tmp/inst/ncs2/srv/ssl/certs/httpd.key': 'ca-monitor-httpd', '/srv/slapgrid/slappart8/srv/testnode/cvt/inst/test0-0/tmp/inst/ncs2/srv/ssl/certs/httpd.crt': 'ca-monitor-httpd'}
-
- 19 Nov, 2019 1 commit
-
-
Łukasz Nowak authored
-
- 08 Nov, 2019 1 commit
-
-
Łukasz Nowak authored
_update_hash_filename_ is used to avoid conflict of section:filename key with hexagonit.recipe.download
-
- 04 Oct, 2019 1 commit
-
-
Thomas Gambier authored
Prevent creating 2 wrapper for the same service if hash changed. Here, one service is exited because port is used by the firt to service to start: slappart6:runner-sshd-4248650e36a9a26a6481df1baffd9f58-on-watch RUNNING pid 27835, uptime 0:03:45 slappart6:runner-sshd-b3b68f4278ceb84691ec27521ea229eb-on-watch EXITED Mar 06 04:52 PM To achieve that, update slapos.cookbook and use hash-existing-files option of wrapper recipe hash-existing-files list all the files used for hash that are not handled by buildout. For those files, the hash is calculated as soon as the __init__ function so that if there is a change in those files, buildout will remove the existing wrapper (it will uninstall the section) and replace it with the new wrapper. /reviewed-on nexedi/slapos!525
-
- 21 Jun, 2019 1 commit
-
-
Julien Muchembled authored
Commit b96cdf9c didn't propagate correctly the monitor password from the root partition to subpartitions.
-
- 19 Jun, 2019 1 commit
-
-
Julien Muchembled authored
We'll add monitoring to NEO so some parts are also moved there from ERP5.
-
- 06 May, 2019 1 commit
-
-
Łukasz Nowak authored
promise-monitor-httpd-is-process-older-than-dependency-set promise is not needed anymore, as hash-files are used.
-
- 28 Feb, 2019 1 commit
-
-
Alain Takoudjou authored
-
- 11 Jan, 2019 2 commits
-
-
Guillaume Hervier authored
/reviewed-on nexedi/slapos!500
-
Guillaume Hervier authored
/reviewed-on !499
-
- 10 Jan, 2019 1 commit
-
-
Thomas Gambier authored
-
- 25 Oct, 2018 1 commit
-
-
Guillaume Hervier authored
There was two sections writing the file `bin/monitor-httpd` which led to some problems when running things /reviewed-on !426
-
- 08 Oct, 2018 1 commit
-
-
Guillaume Hervier authored
-
- 29 Aug, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 22 Jun, 2018 1 commit
-
-
Vincent Pelletier authored
Filename is split as an URL path, and joined in OS-dependent manner. Remove corresponding comment in all buildout.hash.cfg files.
-
- 13 Apr, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 10 Apr, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 28 Mar, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 27 Mar, 2018 1 commit
-
-
Alain Takoudjou authored
monitor: move scripts wrapper and logrotate conf to buildout, uses some new promises from slapos.toolbox monitor was updated in slapos.toolbox to not generate promise launcher scripts anymore. All generated scripts are now in buildout. Monitor promise run script is removed from cron, slapgrid is used to run promises. Replace some old promises by the new ones from slapos.toolbox. Cleanup monitor configuration. Monitor report and monitor-promises directory are now obsolete.
-
- 16 Mar, 2018 1 commit
-
-
Julien Muchembled authored
-
- 12 Feb, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 01 Feb, 2018 1 commit
-
-
Yusei Tahara authored
stack/monitor: Create srv/monitor/private/monitor-log directory. It is specified by slapos.monitor.monitor.Monitoring.
-
- 31 Jan, 2018 3 commits
-
-
Yusei Tahara authored
stack/monitor: Add a random delay of maximum 60 seconds to all monitor cron jobs to avoid high load at the first second of every minute.
-
Yusei Tahara authored
This reverts commit ee8e3fb2.
-
Yusei Tahara authored
-
- 26 Jan, 2018 1 commit
-
-
Ivan Tyagov authored
@Nicolas , @rafael , @klaus please review. /reviewed-on nexedi/slapos!276
-
- 20 Jun, 2017 1 commit
-
-
Hardik Juneja authored
-
- 12 Jun, 2017 1 commit
-
-
Alain Takoudjou authored
-
- 02 Jun, 2017 1 commit
-
-
Hardik Juneja authored
/reviewed-on nexedi/slapos!172
-
- 01 Jun, 2017 1 commit
-
-
Hardik Juneja authored
/reviewed-on nexedi/slapos!169
-
- 12 Apr, 2017 1 commit
-
-
Rafael Monnerat authored
-
- 06 Apr, 2017 1 commit
-
-
Rafael Monnerat authored
Move instance-monitor.cfg to buildout.hash.cfg
-
- 03 Mar, 2017 1 commit
-
-
Vincent Pelletier authored
-
- 16 Feb, 2017 1 commit
-
-
Vincent Pelletier authored
-