An error occurred fetching the project authors.
- 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 4 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Otherwise telegraf start but does not create database and does not send data: ``` 2018-01-17T03:44:54Z I! Database creation failed: Post https://[2001:67c:1254:e:....]:8086/query?q=CREATE+DATABASE+%22telegraf%22: dial tcp [2001:67c:1254:e:....]:8086: getsockopt: connection refused 2018-01-17T03:44:54Z I! Starting Telegraf v1.6.0~90b6b760 2018-01-17T03:44:54Z I! Loaded outputs: influxdb 2018-01-17T03:44:54Z I! Loaded inputs: inputs.cpu inputs.mem inputs.disk inputs.diskio inputs.system 2018-01-17T03:44:54Z I! Tags enabled: host=f114dfe44f75 2018-01-17T03:44:54Z I! Agent Config: Interval:10s, Quiet:false, Hostname:"f114dfe44f75", Flush Interval:10s 2018-01-17T03:45:10Z E! InfluxDB Output Error: Response Error: Status Code [404], expected [204], [database not found: "telegraf"] 2018-01-17T03:45:10Z E! Error writing to output [influxdb]: Could not write to any InfluxDB server in cluster ``
-
Jérome Perrin authored
-
- 17 Nov, 2017 1 commit
-
-
Rafael Monnerat authored
If the person wants to use slapos master, it makes no sense provide diferent options
-
- 05 Nov, 2017 1 commit
-
-
Rafael Monnerat authored
id-store-interval is mandatory now.
-
- 30 Oct, 2017 1 commit
-
-
Romain Courteaud authored
-
- 17 Oct, 2017 1 commit
-
-
Rafael Monnerat authored
MD5SUM update was missing.
-
- 11 Oct, 2017 1 commit
-
-
Rafael Monnerat authored
-
- 07 Sep, 2017 1 commit
-
-
Hardik Juneja authored
/reviewed-on nexedi/slapos!220
-
- 21 Aug, 2017 1 commit
-
-
Hardik Juneja authored
software/slapos-master: fix slapos master to add parameters required for apachedex and mariadb promise /reviewed-on nexedi/slapos!215
-
- 19 Jul, 2017 1 commit
-
-
Hardik Juneja authored
/reviewed-on !203
-
- 22 Jun, 2017 1 commit
-
-
Hardik Juneja authored
/reviewed-on nexedi/slapos!191
-
- 21 Jun, 2017 1 commit
-
-
Hardik Juneja authored
The slapos master use different instance-erp5 and instance-balancer than erp5 software release. So I included the monitor changes there as well to fix the issue /reviewed-on nexedi/slapos!189
-
- 20 Apr, 2017 1 commit
-
-
Rafael Monnerat authored
Apply commits: stack.erp5: Drop unneeded executable permissions. (fe7ea950) stack.logrotate: Fix support for stopped processes. stack.erp5: Use an iterator to produce port numbers. software/erp5: if wendelin-core-zblk-fmt is not given, then use wendelin.core's default. software/erp5 & stack/erp5: Add a new parameter wendelin-core-zblk-fmt.
-
- 12 Apr, 2017 1 commit
-
-
Rafael Monnerat authored
This change allow us simplify accross the instances usage of logrotate
-
- 07 Apr, 2017 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 03 Mar, 2017 1 commit
-
-
Vincent Pelletier authored
-
- 16 Feb, 2017 1 commit
-
-
Vincent Pelletier authored
-