diff --git a/geth-grafana-dashboard.json b/geth-grafana-dashboard.json index d77217e..fdf79a3 100644 --- a/geth-grafana-dashboard.json +++ b/geth-grafana-dashboard.json @@ -5285,8 +5285,8 @@ { "current": { "selected": false, - "text": "holesky-geth.dappnode:6060", - "value": "holesky-geth.dappnode:6060" + "text": "hoodi-geth.dappnode:6060", + "value": "hoodi-geth.dappnode:6060" }, "datasource": "Prometheus", "definition": "label_values(chain_head_block{chain=~\"$chain\"}, instance)", diff --git a/geth/entrypoint.sh b/geth/entrypoint.sh index 1afc6e6..e95b745 100755 --- a/geth/entrypoint.sh +++ b/geth/entrypoint.sh @@ -7,9 +7,6 @@ JWT_SECRET=$(get_jwt_secret_by_network "${NETWORK}") echo "${JWT_SECRET}" >"${JWT_PATH}" case "$NETWORK" in -"holesky") - NETWORK_FLAGS="--holesky" - ;; "hoodi") NETWORK_FLAGS="--hoodi" ;; diff --git a/package_variants/holesky/dappnode_package.json b/package_variants/holesky/dappnode_package.json deleted file mode 100644 index 6a12c51..0000000 --- a/package_variants/holesky/dappnode_package.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "holesky-geth.dnp.dappnode.eth", - "version": "1.0.5", - "links": { - "homepage": "https://github.com/dappnode/DAppNodePackage-geth-generic#readme", - "api": "http://holesky-geth.dappnode:8545", - "engineAPI": "http://holesky-geth.dappnode:8551" - }, - "exposable": [ - { - "name": "Holesky Geth JSON-RPC (HTTP)", - "description": "HTTP-JSON-RPC endpoint for the Holesky testnet", - "serviceName": "geth", - "port": 8545 - }, - { - "name": "Holesky Geth JSON-RPC (WS)", - "description": "WS-JSON-RPC endpoint for the Holesky testnet", - "serviceName": "geth", - "port": 8546 - } - ] -} diff --git a/package_variants/holesky/docker-compose.yml b/package_variants/holesky/docker-compose.yml deleted file mode 100644 index 9e338f4..0000000 --- a/package_variants/holesky/docker-compose.yml +++ /dev/null @@ -1,16 +0,0 @@ -version: "3.5" -services: - geth: - build: - args: - NETWORK: holesky - P2P_PORT: 31403 - DATA_DIR: /root/.ethereum - volumes: - - geth:/root/.ethereum - ports: - - 31403:31403/tcp - - 31403:31403/udp - image: geth.holesky-geth.dnp.dappnode.eth:0.1.2 -volumes: - geth: {} diff --git a/package_variants/holesky/holesky-notifications.yaml b/package_variants/holesky/holesky-notifications.yaml deleted file mode 100644 index 4101d96..0000000 --- a/package_variants/holesky/holesky-notifications.yaml +++ /dev/null @@ -1,55 +0,0 @@ -endpoints: - - name: "Holesky ETH Node Syncing Check" - enabled: true - group: "holesky" - url: "http://holesky-geth.dappnode:8545" - method: "POST" - body: | - {"jsonrpc": "2.0", "id": 1, "method": "eth_syncing", "params": []} - headers: - Content-Type: "application/json" - interval: "30s" - conditions: - - "[BODY].result == false" - definition: - title: "Holesky ETH Node Synced Check" - description: "Check if the Holesky ETH Node is synced. You will receive a notification if the node is syncing and another one when it is synced." - correlationId: "holesky-geth-eth-syncing" - isBanner: false - priority: "medium" - alerts: - - type: custom - enabled: true - description: "Geth Holesky Node syncing" - failure-threshold: 4 - success-threshold: 1 - send-on-resolved: true - - name: "Holesky ETH Node Peers count Check" - enabled: true - group: "holesky" - url: "http://holesky-geth.dappnode:8545" - method: "POST" - body: | - {"jsonrpc": "2.0", "id": 1, "method": "net_peerCount", "params": []} - headers: - Content-Type: "application/json" - interval: "30s" - conditions: - - "[BODY].result >= 10" - definition: - title: "Holesky ETH Node Peers count Check" - description: "Check if the Holesky ETH Node has a minimum of peers. You will receive a notification if the node has less than the peers defined for 5 minutes and another one when it has more than the peers defined." - correlationId: "holesky-geth-eth-peers" - isBanner: false - priority: "low" - metric: - min: 0 - max: 50 - unit: "peers" - alerts: - - type: custom - enabled: true - description: "Geth Holesky Node peers count is below [CONDITION_VALUE]" - failure-threshold: 10 - success-threshold: 1 - send-on-resolved: true diff --git a/package_variants/holesky/prometheus-targets.json b/package_variants/holesky/prometheus-targets.json deleted file mode 100644 index 9c7ccc7..0000000 --- a/package_variants/holesky/prometheus-targets.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "labels": { - "package": "holesky-geth.dnp.dappnode.eth", - "service": "geth", - "__metrics_path__": "/debug/metrics/prometheus" - }, - "targets": [ - "holesky-geth.dappnode:6060" - ] - } -] \ No newline at end of file