From 0e4da5af879ee0536328bbed164219cf035c9876 Mon Sep 17 00:00:00 2001 From: Chuy Garcia <75956027+chuygarcia92@users.noreply.github.com> Date: Tue, 29 Jul 2025 19:32:13 -0600 Subject: [PATCH] Delete package_variants/holesky directory --- .../holesky/dappnode_package.json | 9 --- package_variants/holesky/docker-compose.yml | 10 ---- .../holesky/holesky-notifications.yaml | 55 ------------------- .../holesky/prometheus-targets.json | 11 ---- 4 files changed, 85 deletions(-) delete mode 100644 package_variants/holesky/dappnode_package.json delete mode 100644 package_variants/holesky/docker-compose.yml delete mode 100644 package_variants/holesky/holesky-notifications.yaml delete mode 100644 package_variants/holesky/prometheus-targets.json diff --git a/package_variants/holesky/dappnode_package.json b/package_variants/holesky/dappnode_package.json deleted file mode 100644 index 3d7ec56..0000000 --- a/package_variants/holesky/dappnode_package.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name": "holesky-reth.dnp.dappnode.eth", - "version": "0.1.4", - "links": { - "api": "http://holesky-reth.dappnode:8545", - "apiEngine": "http://holesky-reth.dappnode:8551", - "homepage": "https://github.com/dappnode/DAppNodePackage-reth-generic#readme" - } -} diff --git a/package_variants/holesky/docker-compose.yml b/package_variants/holesky/docker-compose.yml deleted file mode 100644 index cb55482..0000000 --- a/package_variants/holesky/docker-compose.yml +++ /dev/null @@ -1,10 +0,0 @@ -version: "3.5" -services: - reth: - build: - args: - NETWORK: holesky - P2P_PORT: 30504 - ports: - - 30504:30504/tcp - - 30504:30504/udp diff --git a/package_variants/holesky/holesky-notifications.yaml b/package_variants/holesky/holesky-notifications.yaml deleted file mode 100644 index 2e323f2..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-reth.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-reth-eth-syncing" - isBanner: false - priority: "medium" - alerts: - - type: custom - enabled: true - description: "Reth 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-reth.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-reth-eth-peers" - isBanner: false - priority: "low" - metric: - min: 0 - max: 50 - unit: "peers" - alerts: - - type: custom - enabled: true - description: "Reth 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 c08cbd6..0000000 --- a/package_variants/holesky/prometheus-targets.json +++ /dev/null @@ -1,11 +0,0 @@ -[ - { - "labels": { - "package": "holesky-reth.dnp.dappnode.eth", - "service": "reth" - }, - "targets": [ - "holesky-reth.dappnode:6060" - ] - } -] \ No newline at end of file