summaryrefslogtreecommitdiffstats
path: root/collectors/apps.plugin/apps_groups.conf
diff options
context:
space:
mode:
authorOdysseas Lamtzidis <odyslam@gmail.com>2021-06-10 16:59:00 +0300
committerGitHub <noreply@github.com>2021-06-10 16:59:00 +0300
commita71f522af7c7432347b1afb59e2bcac73454c701 (patch)
tree74984f2239dd047ca9e2796da8a4c3c9a5397661 /collectors/apps.plugin/apps_groups.conf
parent7f1f23d5fbfcbd46687ecd29419493ca1230821e (diff)
Decentralized (#11220)
* add blockchain-related apps to apps-groups * add more blockchains * fix spaces; add relevant comment * fixes for ilya * break ethereum nodes in their own groups * remove empty lines * Update collectors/apps.plugin/apps_groups.conf Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
Diffstat (limited to 'collectors/apps.plugin/apps_groups.conf')
-rw-r--r--collectors/apps.plugin/apps_groups.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/collectors/apps.plugin/apps_groups.conf b/collectors/apps.plugin/apps_groups.conf
index cffd26c957..8b6d84e3f4 100644
--- a/collectors/apps.plugin/apps_groups.conf
+++ b/collectors/apps.plugin/apps_groups.conf
@@ -25,6 +25,9 @@
# To add process names with spaces, enclose them in quotes (single or double)
# example: 'Plex Media Serv' "my other process".
#
+# Note that spaces are not supported for process groups. Use a dash "-" instead.
+# example-process-group: process1 process2
+#
# Wildcard support:
# You can add an asterisk (*) at the beginning and/or the end of a process:
#
@@ -314,3 +317,15 @@ p4: p4*
git-services: gitea gitlab-runner
freeswitch: freeswitch*
+
+# -------- web3 / blockchains ----------
+
+go-ethereum: geth*
+nethermind-ethereum: nethermind*
+besu-ethereum: besu*
+openEthereum: openethereum*
+urbit: urbit*
+bitcoin-node: *bitcoind* lnd*
+filecoin: lotus* lotus-miner* lotus-worker*
+solana: solana*
+web3: *hardhat* *ganache* *truffle* *brownie* *waffle*