Jonathan Araña Cruz
Jonathan Araña Cruz
Unmonitored services are shown as green. They should be shown in yellow color and also the status pie/legend should follow the same color schema (errors red, unmonitored yellow)
As a minimum, it would be of great help to show first the hosts with any service failure. A more ambitious improvement could be to order or filter hosts by...
When a host is not responding (monit stopped, or host down) the application crashes with ``` ConnectionError: HTTPConnectionPool(host='example.com', port=2812): Max retries exceeded with url: /_status?format=xml (Caused by NewConnectionError(': Failed to...
**API Platform version(s) affected**: 3.0.0 **Description** Seen this in k8s events (`kubectl get events -w`) when upgrading a deployment: ``` 0s Warning FailedPreStopHook pod/api-platform-bi-devel-7b9ff574fc-rx56q Exec lifecycle hook ([curl -XPOST http://localhost:2019/stop])...
Convert all `template` and `copy` sources to variables, so any configuration file be overrided from calling playbook to extend or make any adjustment the roles doesn't enable. Fix #1336
It would be great to have the ability to adjust any template or file to suit one needs. This open users the possibility to adjust anything and drastically reduce issues/PR,...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Is your feature request related to a problem? At present `ddev debug download-images`...
Convert all `template` and `copy` sources to variables, so any configuration file be overrided from calling playbook to extend or make any adjustment the roles doesn't enable. Fix https://github.com/wazuh/wazuh-ansible/issues/1336
### To Reproduce 1. Create redis database service 2. Configure command: `redis-server /usr/local/etc/redis/redis.conf` 3. Start the service ### Current vs. Expected behavior ### Current behaviour `docker service inspect ${SERVICE_NAME}` shows...