- 22 Oct, 2021 8 commits
-
-
Lisa Casino authored
-
Lisa Casino authored
-
Lisa Casino authored
-
Lisa Casino authored
-
Lisa Casino authored
-
Lisa Casino authored
nginx port is a parameter
-
Lisa Casino authored
-
Lisa Casino authored
-
- 11 Oct, 2021 1 commit
-
-
Julien Muchembled authored
Adapt all promise sections to changes in plugin promise recipe.
-
- 02 Aug, 2021 1 commit
-
-
Jérome Perrin authored
In b049c057 (upgrade to slapos.toolbox version 0.123, 2021-07-19), we translated check-secure = 1 to config-http-code = 401, but check-secure = 1 also accepted responses with status code 200. Thoses promises where checking servers without authentication enabled, they reply with 200, so update the promises accordingly to expect 200.
-
- 27 Jul, 2021 1 commit
-
-
Eric Zheng authored
This introduces some breaking changes to the check_url_available promise: - http_code has been renamed to http-code - check-secure = 1 has been deprecated; http-code = 401 should be used instead
-
- 16 Jul, 2021 1 commit
-
-
Lisa Casino authored
-
- 12 Jul, 2021 1 commit
-
-
Lisa Casino authored
-
- 08 Jul, 2021 1 commit
-
-
Eric Zheng authored
This avoids having multiple monitors trying to listen on the same port when using replicate instances.
-
- 02 Jul, 2021 1 commit
-
-
Lisa Casino authored
-
- 29 Jun, 2021 1 commit
-
-
Xavier Thompson authored
Change all `check_port_listening` promises to `check_socket_listening` and rename all associated `config-hostname` arguments to `config-host`
-
- 20 Apr, 2021 1 commit
-
-
Cédric Le Ninivin authored
-
- 15 Apr, 2021 2 commits
-
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
- 16 Mar, 2021 1 commit
-
-
Cédric Le Ninivin authored
add frontendhtml5as: add frontend
-
- 12 Mar, 2021 1 commit
-
-
Cédric Le Ninivin authored
-
- 01 Mar, 2021 1 commit
-
-
Vincent Pelletier authored
Not sure which commit broke it, but this diff is now polluting my commits.
-
- 18 Feb, 2021 8 commits
-
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
It allows to access monitoring with a monitoring web app.
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
If the service crash it will inform master by trigger a "bang" call
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
Learn more by reading: README.update-hash.rst
-
- 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
-
-
Jérome Perrin authored
This is required, otherwise published URL in slapos master is `"None"`
-
- 13 Apr, 2020 1 commit
-
-
Jérome Perrin authored
This should fix this random failure with tests: ====================================================================== FAIL: test_influxdb_api (test.TestInfluxDb) ---------------------------------------------------------------------- Traceback (most recent call last): File "parts/slapos-repository/software/grafana/test/test.py", line 126, in test_influxdb_api [connection_params['influxdb-database']], result['series'][0]['values']) AssertionError: ['telegraf'] not found in [[u'_internal']]
-
- 03 Feb, 2020 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
Monitoring promise break instanciation: UserError: No section named 'monitor-base-promise' and telegraf startup script is using influxdb promise, because it has a bug that it needs to start only after influxdb is available, so it does not look so easy to switch to monitoring stack. Also, this software is experimental (and also is conceptually a monitoring software on its own), so it does not need monitoring for now. This reverts commit 48b6c27c.
-
- 02 Feb, 2020 1 commit
-
-
Jérome Perrin authored
This enable vieiwing applications logs directly in grafana, as long as loki agent can access the log file and the regular expressions to parse the logs are defined Other changes: - provision data sources automatically so that user do not have to add them manually - update TODO in README - introduce a SR test - switch to dep to install dependencies, because that's how these packages manage their dependencies. Versions up: grafana: v6.3.0 telegraf: v1.11.1-0 influxdb: v1.7.8rc1 New: loki: v0.3.0
-
- 19 Nov, 2019 1 commit
-
-
Łukasz Nowak 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.
-
- 09 Feb, 2018 1 commit
-
-
Jérome Perrin authored
See https://docs.influxdata.com/influxdb/v1.4/administration/config/#bind-address-127-0-0-1-8088 This should not be reachable from outside because it can be used to pull a backup. Because we usually have reachable ipv6 and local only ipv4, make it ipv4 and add a note in README because this is not always true. Also make ports use explicit names in profile and fix promise that should check http-port and not rpc-port
-
- 25 Jan, 2018 1 commit
-
-
Jérome Perrin authored
-