Copolycube
Copolycube
all my octez nodes (mainnet, granadanet, hangzhounet) are running with `node_docker_image=tezos/tezos:v11.0`
adding the `0.0.0.0:` to `rpc-addr` and `allow-all-rpc`, with the following command in docker-compose : ``` node: image: ${node_docker_image} hostname: node command: tezos-node --net-addr :${node_port_p2p} --rpc-addr 0.0.0.0:${node_port_rpc} --network ${tezos_net} --history-mode=rolling --allow-all-rpc...
Hello, could it be linked to https://gitlab.com/tezos/tezos/-/issues/2229 ?
A way to bypass is to manually add a task after the role to edit the file with `community.general.ini_file` ``` - name: Grafana.ini google_analytics_4_id setup become: true community.general.ini_file: path: /etc/grafana/grafana.ini...
@gardar , is there anything I can help with to have this merged ? Thanks in advance !
@instantlinux if it helps, I managed to do it by adding this in the `[Unit]` section of `B.service`: ``` [Unit] ... After=A.target Wants=A.target PartOf=A.target ... ``` (no change to `A.service`...
> I implemented a gadget to scan silences constantly, hope this helps can it be plugged back into alertmanager so that it sends specific alerts (aka. reminder of silences) on...