Bernardo Gomez Palacio
Bernardo Gomez Palacio
@azurewraith the `entrypoint` script changed, please execute the command bellow instead. ``` sudo docker run --volumes-from=zabbix --entrypoint='' -i -t berngp/docker-zabbix shell ```
Created this issue to remind me that CentOS7 has this problem. We should avoid upgrade to CentOS7 until this issue is fixed.
@JensErat to make this work I did the following: ``` $yum install nmap ``` Then added the zabbix sudoer file at `/etc/sudoers.d/zabbix` ``` Defaults:zabbix !requiretty zabbix ALL = (ALL) NOPASSWD:...
@JensErat thanks for the link! So I am i'm thinking of two options: 1. it need to be documented and mentioned that the image should not be used for production....
@JensErat I can keep `nmap` and `sudo` but instead of enabling `zabbix` as `sudoer` by default I can create a file in `/etc/sudoers.d/zabbix.disabled` that serves as an example on how...
Reopening the issue. Per the discussion above we will not enable the `zabbix` user as part of the `sudoers`. We will create the `/etc/sudoers.d/zabbix.disabled` file and if needed the user...
@Surf-Tracer is that issue related with this image?
@The-Judge makes sense. I think we could add the contents of the script `set_tz_to_CET.sh` to [scripts/entrypoint.sh]. If we execute the contents of that script as we start the service through...
@The-Judge I don't see why we shouldn't. We can support `ZABBIX_TZ` as en env variable and `zabbix-tz` as an option for the entrypoint script.
Thanks @marc-, I'll look into moving things into `supervisord`, I noticed that issue too. Now, the decission to bundle mysql and httpd+php into the same image/container was to help folks...