@cryptotaxi247 / netdata-1 / commits / a71f522af

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>

Odysseas Lamtzidis committed Jun 10, 2021 at 16:59 UTC a71f522af7c7432347b1afb59e2bcac73454c701
1 file changed +15
collectors/apps.plugin/apps_groups.conf
+15
@@ -25,6 +25,9 @@
25 # To add process names with spaces, enclose them in quotes (single or double)
26 # example: 'Plex Media Serv' "my other process".
27 #
28 +# Note that spaces are not supported for process groups. Use a dash "-" instead.
29 +# example-process-group: process1 process2
30 +#
31 # Wildcard support:
32 # You can add an asterisk (*) at the beginning and/or the end of a process:
33 #
@@ -314,3 +317,15 @@ p4: p4*
317 git-services: gitea gitlab-runner
318
319 freeswitch: freeswitch*
320 +
321 +# -------- web3 / blockchains ----------
322 +
323 +go-ethereum: geth*
324 +nethermind-ethereum: nethermind*
325 +besu-ethereum: besu*
326 +openEthereum: openethereum*
327 +urbit: urbit*
328 +bitcoin-node: *bitcoind* lnd*
329 +filecoin: lotus* lotus-miner* lotus-worker*
330 +solana: solana*
331 +web3: *hardhat* *ganache* *truffle* *brownie* *waffle*