-
I'm starting the container with a docker-compose.yml file, where I defined the user and password
```
environment:
- OMSA_USER="docker-user"
- OMSA_PASS="xxxx"
```
but it keeps on…
-
Hi @manios ,
I wondered if you thought about to add the [mk-livestatus](https://checkmk.com/download/sources-download) module to your image?
Would be awesome because then it would be possible to u…
-
I'm setting up OPM for the first time and ran into an issue with the dispatcher dumping logs from perf_data/ into the database. The dispatcher is processing logs out of perf_data/ and logs are being t…
-
Hello!
Both docker containers are broken.
`opinkerfi/adagios-git` refuses to start. When `restart=Always` is added to the compose file it will be in a restart loop.
`opinkerfi/adagios-rpm` r…
-
Feature Request to add Pluggable Dynamic Host and Service discovery.
This is a Critical Feature to remain relevant in the monitoring space as modern infrastructure become increasingly dynamic with …
-
In https://github.com/mozilla-releng/build-puppet/pull/498, I turned off signing scriptworker's verbosity for both the script and daemon. This broke two things:
- [scriptworker doesn't log to the s…
-
How do I add custom MIBs and keep them persistent. Tried mounting the MIBs directory from within the container with a bind mount, but that then wipes out all the existing MIBs in the container.
-
I tried a few ways using `sudo` and `su`, but it seems the cleanest way to support rootless containers is by changing the `podman ps` and `podman stats` commands directly in this check script.
-
Would it be possible to have this image deriving from debian:jessie and not debian:wheezy ?
-
I'm new in Sensu, I'm trying to use sensu-email-handler with check-disk-usage (check) in a docker container but when the event schedule the sensu-email-handler I obtain this error:
Error: failed to…