gizmo15
gizmo15
Store the errors messages in a temp file to display it if errors appears. Delete the temp file if no errors appears
Hi, I try to use shinken 2.4.2 on debian 9 (without systemd). Python version: Python 2.7.13 (default, Jan 19 2017, 14:48:08) scheduler-debug: https://paste.swordarmor.fr/PZDO poller-debug: https://paste.swordarmor.fr/iKw3 reactionner-debug: https://paste.swordarmor.fr/ZRBb broker-debug: https://paste.swordarmor.fr/MVFQ receiver-debug:...
Hi, With poudriere-3.3.7_1 on 13.1-RELEASE-p2. If you have an expired port in your list, it just block the all bulk process : ``` [00:00:39] Gathering ports metadata [00:00:39] Error: MOVED:...
Pass pycodestyle and pylint on teleinfo.py and add debian packages for pyserial and influxdb.
Hi, I use the helm chart 3.5.0 with mariadb. I try to use sealed secret to handle the mysql password with this configuration : ```yaml externalDatabase: enabled: true ## Supported...
Hi, **Describe the bug** ``` Puppetboard start with uwsgi : from __future__ import absolute_import import os # Uncomment to enable logging # import logging # logging.basicConfig(filename='/var/log/puppetboard/puppetboard.log', level=logging.INFO) # Indicate where...
Pull Request (PR) description This PR add the possibility to install redis::sentinel only without redis::server. For example when you need a member only for quorum Already in use at work...
Hi, With OpenTofu v1.10.5, Netbox v4.2.6 and e-breuninger/netbox 4.1.0. I have this ressource section : ``` resource "netbox_virtual_machine" "worker_node" { cluster_id = data.netbox_cluster.vmw_cluster_01.id name = var.vm_name disk_size_mb = var.vm_storage_size memory_mb...