Matthias Baur
Matthias Baur
> I think that then there must be some warning in the documentation mentioning that any change to this (including manual changes made with the Zabbix Web GUI) will be...
I think we're doing something quite similar as you do, at least for the templates part (hostgroups will probably implemented the same at some point). Preamble: As our setup contains...
This is, more or less, still needed: ```puppet class zabbix::params { ... # Gem provider may vary based on version/type of puppet install. # This can be a little complicated...
Should we modulesync a matching Travis job for this? We use the following internally in our Gitlab-CI: ```yaml markdown-lint: stage: test image: node:alpine before_script: - npm install -g markdownlint markdownlint-cli...
@bastelfreak Can we just trigger a warning instead of a error? This might gradually fix it.
Hey @rudexi, are you still interested in getting this merged?
This works, besides the Docker - Systemd problem, fine by now: ``` [root@669fb60a1f8f /]# cat /etc/centos-release CentOS Linux release 7.4.1708 (Core) root@be8294d5f0a4:/# /opt/puppetlabs/bin/puppet module install puppet-zabbix --version 6.4.2 [root@669fb60a1f8f /]#...
Ah I think I now get it. You're trying to change the database collation/char set: $docroot/recovery/install/src/Service/DatabaseService.php ```php return $this->connection->exec( sprintf( '%s DATABASE `%s` CHARACTER SET `%s` COLLATE `%s`', $dbExists ?...
Also, the following SQL breaks for a use configured like 'shopware'@'10.128.3.%': $docroot/recovery/install/src/Service/DatabaseService.php ```php $sql =
Thanks @lastzero! :) You're taking about the [preview-ubuntu](https://hub.docker.com/layers/photoprism/photoprism/preview-ubuntu/images/sha256-de832aa2b6b680dc33a85d1b678e58034bfb5c55a8f6eacac26f2a1730e7c079?context=explore) tag, right? Asking because there is a [preview-jammy](https://hub.docker.com/layers/photoprism/photoprism/preview-jammy/images/sha256-a39b17ff4b84a90f9b6ea039eef4b6ef5eed895b1b7061b4d2cd0d804ef3fed6?context=explore) tag that hasn't been updated in 2 months.