From 833653e985a6dfa8e507b79a00f213b35caa7638 Mon Sep 17 00:00:00 2001 From: redwest88 <71982739+redwest88@users.noreply.github.com> Date: Thu, 21 Sep 2023 23:36:42 +0200 Subject: [PATCH 01/10] Update and rename checkers.md to telegram-bots.md --- docs/zetachain/useful-tools/checkers.md | 36 -------------------- docs/zetachain/useful-tools/telegram-bots.md | 34 ++++++++++++++++++ 2 files changed, 34 insertions(+), 36 deletions(-) delete mode 100644 docs/zetachain/useful-tools/checkers.md create mode 100644 docs/zetachain/useful-tools/telegram-bots.md diff --git a/docs/zetachain/useful-tools/checkers.md b/docs/zetachain/useful-tools/checkers.md deleted file mode 100644 index ccb81b1a..00000000 --- a/docs/zetachain/useful-tools/checkers.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -sidebar_position: 2 -description: Telegram Bots ---- - -# Telegram Bots - -> Telegram bots are designed to monitor nodes, provide real-time alerts and health statistics. Bots deliver instant notifications on server downtimes, resource usage, or governance proposals, enabling administrators to act swiftly in response to any anomalies." - -#### NodesChecker by Nodes.Guru - -Description: Check your nodes status online. Receive instant notification if something is wrong with your node. -```bash -https://t.me/NodesGuru_bot -``` - -#### Governance bot by NODEJUMPER - -Description: A telegram bot to notify users of governance proposals when they're available for voting. -```bash -https://t.me/nodejumper_governance_bot -``` - -#### Testnet Proposal bot by kjnodes -```bash -https://t.me/kjnodes_testnet_proposal_bot -``` - -#### UpTime bot by POSTHUMAN - -Description: Bot can monitor your node uptime, and not only warns that the validator is already in jail but pings you when your validator starts skipping blocks to keep you out of jail. -```bash -https://t.me/ZetaChainUpTime_bot -``` - - diff --git a/docs/zetachain/useful-tools/telegram-bots.md b/docs/zetachain/useful-tools/telegram-bots.md new file mode 100644 index 00000000..d2118ea7 --- /dev/null +++ b/docs/zetachain/useful-tools/telegram-bots.md @@ -0,0 +1,34 @@ +--- +sidebar_position: 2 +description: Telegram Bots +--- + +# Telegram Bots + +> Telegram bots are designed to monitor nodes, provide real-time alerts and health statistics. Bots deliver instant notifications on server downtimes, resource usage, or governance proposals, enabling administrators to act swiftly in response to any anomalies." + +### NodesChecker by Nodes.Guru + +Check your nodes status online. Receive instant notification if something is wrong with your node. +```bash +https://t.me/NodesGuru_bot +``` + +### Governance bot by NODEJUMPER + +A telegram bot to notify users of governance proposals when they're available for voting. +```bash +https://t.me/nodejumper_governance_bot +``` + +### Testnet Proposal bot by kjnodes +```bash +https://t.me/kjnodes_testnet_proposal_bot +``` + +### UpTime bot by POSTHUMAN +```bash +https://t.me/ZetaChainUpTime_bot +``` + + From 9f1be2e9e14957aa6d269d9f692f43519319f7a3 Mon Sep 17 00:00:00 2001 From: redwest88 <71982739+redwest88@users.noreply.github.com> Date: Thu, 21 Sep 2023 23:37:21 +0200 Subject: [PATCH 02/10] Update explorers.md --- docs/zetachain/useful-tools/explorers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zetachain/useful-tools/explorers.md b/docs/zetachain/useful-tools/explorers.md index d35943bc..1a367c72 100644 --- a/docs/zetachain/useful-tools/explorers.md +++ b/docs/zetachain/useful-tools/explorers.md @@ -19,7 +19,7 @@ https://explorer.zetachain.com https://zetachain-athens-3.blockscout.com ``` -#### Nodes.Guru: +#### Nodes.Guru ```bash https://zetachain.explorers.guru ``` From 4e7e5842afb8b86a86392104e547bcd02bed82a2 Mon Sep 17 00:00:00 2001 From: redwest88 <71982739+redwest88@users.noreply.github.com> Date: Thu, 21 Sep 2023 23:38:17 +0200 Subject: [PATCH 03/10] Update endpoints.mdx --- docs/zetachain/endpoints.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zetachain/endpoints.mdx b/docs/zetachain/endpoints.mdx index bc55eb63..bca27991 100644 --- a/docs/zetachain/endpoints.mdx +++ b/docs/zetachain/endpoints.mdx @@ -1,5 +1,5 @@ --- -sidebar_position: 2 +sidebar_position: 1 description: Endpoints --- From c9fc433035bda1e3f0a0a5dd1d66239c85042cb0 Mon Sep 17 00:00:00 2001 From: redwest88 <71982739+redwest88@users.noreply.github.com> Date: Thu, 21 Sep 2023 23:38:33 +0200 Subject: [PATCH 04/10] Update _category_.json --- docs/zetachain/sync/_category_.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zetachain/sync/_category_.json b/docs/zetachain/sync/_category_.json index 661d36e9..37f5b67d 100644 --- a/docs/zetachain/sync/_category_.json +++ b/docs/zetachain/sync/_category_.json @@ -1,4 +1,4 @@ { "label": "Sync", - "position": 1 + "position": 2 } From 71c545ccd96e8d06040d14d2274f6046ee98b152 Mon Sep 17 00:00:00 2001 From: redwest88 <71982739+redwest88@users.noreply.github.com> Date: Fri, 22 Sep 2023 14:27:16 +0200 Subject: [PATCH 05/10] Create other.md --- docs/zetachain/useful-tools/other.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/zetachain/useful-tools/other.md diff --git a/docs/zetachain/useful-tools/other.md b/docs/zetachain/useful-tools/other.md new file mode 100644 index 00000000..3ebb2c9b --- /dev/null +++ b/docs/zetachain/useful-tools/other.md @@ -0,0 +1,21 @@ +--- +sidebar_position: 3 +description: Other +--- + +# Other Tools + +### Network information script by F5 Nodes + +> This script provides information about the Zetachain network, validators, and proposals by interacting with the Zetachain RPC API. +```bash +https://github.com/f5nodes/zetachain +``` +### Monitoring tool by NodeJumper + +> A powerful and easy-to-use monitoring tool for server hardware and validator nodes with alerts via telegram bot and grafana dashboards. +```bash +https://github.com/nodejumper-org/monitoring-tool +``` + + From 6985b47b4c0eca2e993270d5bd76018b364f8075 Mon Sep 17 00:00:00 2001 From: redwest88 <71982739+redwest88@users.noreply.github.com> Date: Fri, 22 Sep 2023 14:32:17 +0200 Subject: [PATCH 06/10] Update telegram-bots.md --- docs/zetachain/useful-tools/telegram-bots.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/zetachain/useful-tools/telegram-bots.md b/docs/zetachain/useful-tools/telegram-bots.md index d2118ea7..4bc52183 100644 --- a/docs/zetachain/useful-tools/telegram-bots.md +++ b/docs/zetachain/useful-tools/telegram-bots.md @@ -5,28 +5,30 @@ description: Telegram Bots # Telegram Bots -> Telegram bots are designed to monitor nodes, provide real-time alerts and health statistics. Bots deliver instant notifications on server downtimes, resource usage, or governance proposals, enabling administrators to act swiftly in response to any anomalies." +> Telegram bots are designed to monitor nodes, provide real-time alerts and health statistics. Bots deliver instant notifications on server downtimes, resource usage, or governance proposals, enabling administrators to act swiftly in response to any anomalies. ### NodesChecker by Nodes.Guru -Check your nodes status online. Receive instant notification if something is wrong with your node. +> Check your nodes status online and receive instant notification if something is wrong with your node. ```bash https://t.me/NodesGuru_bot ``` -### Governance bot by NODEJUMPER +### Governance bot by NodeJumper -A telegram bot to notify users of governance proposals when they're available for voting. +> A telegram bot to notify users of governance proposals when they're available for voting. ```bash https://t.me/nodejumper_governance_bot ``` -### Testnet Proposal bot by kjnodes +### Testnet proposal bot by kjnodes ```bash https://t.me/kjnodes_testnet_proposal_bot ``` ### UpTime bot by POSTHUMAN + +> Bot can monitor your node uptime, and not only warns that the validator is already in jail but pings you when your validator starts skipping blocks to keep you out of jail. ```bash https://t.me/ZetaChainUpTime_bot ``` From c4ff8f0a44857a8e72bf9c549e97fa1ab319b390 Mon Sep 17 00:00:00 2001 From: redwest88 <71982739+redwest88@users.noreply.github.com> Date: Fri, 22 Sep 2023 14:33:02 +0200 Subject: [PATCH 07/10] Update and rename other.md to other-tools.md --- docs/zetachain/useful-tools/{other.md => other-tools.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docs/zetachain/useful-tools/{other.md => other-tools.md} (95%) diff --git a/docs/zetachain/useful-tools/other.md b/docs/zetachain/useful-tools/other-tools.md similarity index 95% rename from docs/zetachain/useful-tools/other.md rename to docs/zetachain/useful-tools/other-tools.md index 3ebb2c9b..1452d8de 100644 --- a/docs/zetachain/useful-tools/other.md +++ b/docs/zetachain/useful-tools/other-tools.md @@ -1,6 +1,6 @@ --- sidebar_position: 3 -description: Other +description: Other-tools --- # Other Tools From 78c025f8676254cc5638445a6114baf9faa92eae Mon Sep 17 00:00:00 2001 From: redwest88 <71982739+redwest88@users.noreply.github.com> Date: Fri, 22 Sep 2023 14:49:57 +0200 Subject: [PATCH 08/10] Update other-tools.md --- docs/zetachain/useful-tools/other-tools.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zetachain/useful-tools/other-tools.md b/docs/zetachain/useful-tools/other-tools.md index 1452d8de..fb0a9e2a 100644 --- a/docs/zetachain/useful-tools/other-tools.md +++ b/docs/zetachain/useful-tools/other-tools.md @@ -6,14 +6,14 @@ description: Other-tools # Other Tools ### Network information script by F5 Nodes - > This script provides information about the Zetachain network, validators, and proposals by interacting with the Zetachain RPC API. + ```bash https://github.com/f5nodes/zetachain ``` ### Monitoring tool by NodeJumper - > A powerful and easy-to-use monitoring tool for server hardware and validator nodes with alerts via telegram bot and grafana dashboards. + ```bash https://github.com/nodejumper-org/monitoring-tool ``` From 8b229120a0d7deef4cb1d9f39bbf9b1acb7dcaf5 Mon Sep 17 00:00:00 2001 From: redwest88 <71982739+redwest88@users.noreply.github.com> Date: Fri, 22 Sep 2023 14:50:19 +0200 Subject: [PATCH 09/10] Update _category_.json --- docs/archway/_category_.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/archway/_category_.json b/docs/archway/_category_.json index 04e85371..0fdfb703 100644 --- a/docs/archway/_category_.json +++ b/docs/archway/_category_.json @@ -1,4 +1,4 @@ { "label": "Archway", - "position": 3 + "position": 2 } From 02be70e3d129a6369165efb53cb46ecb80eecf54 Mon Sep 17 00:00:00 2001 From: redwest88 <71982739+redwest88@users.noreply.github.com> Date: Fri, 22 Sep 2023 14:50:32 +0200 Subject: [PATCH 10/10] Update _category_.json --- docs/celestia/_category_.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/celestia/_category_.json b/docs/celestia/_category_.json index d5b8cb0e..0d511c14 100644 --- a/docs/celestia/_category_.json +++ b/docs/celestia/_category_.json @@ -1,6 +1,6 @@ { "label": "Celestia", - "position": 2, + "position": 3, "link": { "type": "generated-index", "description": "Celestia is the first modular consensus and blockchain data network."