Skip to content

Commit

Permalink
Decentralized (netdata#11220)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
odyslam and ilyam8 committed Jun 10, 2021
1 parent 7f1f23d commit a71f522
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions collectors/apps.plugin/apps_groups.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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:
#
Expand Down Expand Up @@ -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*

0 comments on commit a71f522

Please sign in to comment.