apps_groups.conf 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423
  1. #
  2. # apps.plugin process grouping
  3. #
  4. # The apps.plugin displays charts with information about the processes running.
  5. # This config allows grouping processes together, so that several processes
  6. # will be reported as one.
  7. #
  8. # Only groups in this file are reported. All other processes will be reported
  9. # as 'other'.
  10. #
  11. # For each process given, its whole process tree will be grouped, not just
  12. # the process matched. The plugin will include both parents and childs.
  13. #
  14. # The format is:
  15. #
  16. # group: process1 process2 process3 ...
  17. #
  18. # Each group can be given multiple times, to add more processes to it.
  19. #
  20. # The process names are the ones returned by:
  21. #
  22. # - ps -e or /proc/PID/stat
  23. # - in case of substring mode (see below): /proc/PID/cmdline
  24. #
  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. #
  34. # *name suffix mode: will search for processes ending with 'name'
  35. # (/proc/PID/stat)
  36. #
  37. # name* prefix mode: will search for processes beginning with 'name'
  38. # (/proc/PID/stat)
  39. #
  40. # *name* substring mode: will search for 'name' in the whole command line
  41. # (/proc/PID/cmdline)
  42. #
  43. # If you enter even just one *name* (substring), apps.plugin will process
  44. # /proc/PID/cmdline for all processes, just once (when they are first seen).
  45. #
  46. # To add processes with single quotes, enclose them in double quotes
  47. # example: "process with this ' single quote"
  48. #
  49. # To add processes with double quotes, enclose them in single quotes:
  50. # example: 'process with this " double quote'
  51. #
  52. # If a group or process name starts with a -, the dimension will be hidden
  53. # (cpu chart only).
  54. #
  55. # If a process starts with a +, debugging will be enabled for it
  56. # (debugging produces a lot of output - do not enable it in production systems)
  57. #
  58. # You can add any number of groups you like. Only the ones found running will
  59. # affect the charts generated. However, producing charts with hundreds of
  60. # dimensions may slow down your web browser.
  61. #
  62. # The order of the entries in this list is important: the first that matches
  63. # a process is used, so put important ones at the top. Processes not matched
  64. # by any row, will inherit it from their parents or children.
  65. #
  66. # The order also controls the order of the dimensions on the generated charts
  67. # (although applications started after apps.plugin is started, will be appended
  68. # to the existing list of dimensions the netdata daemon maintains).
  69. # -----------------------------------------------------------------------------
  70. # NETDATA processes accounting
  71. # netdata main process
  72. netdata: netdata
  73. # netdata known plugins
  74. # plugins not defined here will be accumulated in netdata, above
  75. apps.plugin: apps.plugin
  76. freeipmi.plugin: freeipmi.plugin
  77. nfacct.plugin: nfacct.plugin
  78. cups.plugin: cups.plugin
  79. xenstat.plugin: xenstat.plugin
  80. perf.plugin: perf.plugin
  81. charts.d.plugin: *charts.d.plugin*
  82. python.d.plugin: *python.d.plugin*
  83. tc-qos-helper: *tc-qos-helper.sh*
  84. fping: fping
  85. ioping: ioping
  86. go.d.plugin: *go.d.plugin*
  87. slabinfo.plugin: slabinfo.plugin
  88. ebpf.plugin: *ebpf.plugin*
  89. # agent-service-discovery
  90. agent_sd: agent_sd
  91. # -----------------------------------------------------------------------------
  92. # authentication/authorization related servers
  93. auth: radius* openldap* ldap* slapd authelia sssd saslauthd polkitd gssproxy
  94. fail2ban: fail2ban*
  95. # -----------------------------------------------------------------------------
  96. # web/ftp servers
  97. httpd: apache* httpd nginx* lighttpd hiawatha caddy h2o
  98. proxy: squid* c-icap squidGuard varnish*
  99. php: php* lsphp*
  100. ftpd: proftpd in.tftpd vsftpd
  101. uwsgi: uwsgi
  102. unicorn: *unicorn*
  103. puma: *puma*
  104. # -----------------------------------------------------------------------------
  105. # database servers
  106. sql: mysqld* mariad* postgres* postmaster* oracle_* ora_* sqlservr
  107. nosql: mongod redis* memcached *couchdb*
  108. timedb: prometheus *carbon-cache.py* *carbon-aggregator.py* *graphite/manage.py* *net.opentsdb.tools.TSDMain* influxd*
  109. columndb: clickhouse-server*
  110. # -----------------------------------------------------------------------------
  111. # email servers
  112. mta: amavis* zmstat-* zmdiaglog zmmailboxdmgr opendkim postfwd2 smtp* lmtp* sendmail postfix master pickup qmgr showq tlsmgr postscreen oqmgr msmtp* nullmailer*
  113. mda: dovecot *imapd *pop3d *popd
  114. # -----------------------------------------------------------------------------
  115. # network, routing, VPN
  116. ppp: ppp*
  117. vpn: openvpn pptp* cjdroute gvpe tincd wireguard tailscaled
  118. wifi: hostapd wpa_supplicant
  119. routing: ospfd* ospf6d* bgpd bfdd fabricd isisd eigrpd sharpd staticd ripd ripngd pimd pbrd nhrpd ldpd zebra vrrpd vtysh bird*
  120. modem: ModemManager
  121. netmanager: NetworkManager nm* systemd-networkd networkctl netplan connmand wicked* avahi-autoipd networkd-dispatcher
  122. firewall: firewalld ufw nft
  123. tor: tor
  124. bluetooth: bluetooth bluez bluedevil obexd
  125. # -----------------------------------------------------------------------------
  126. # high availability and balancers
  127. camo: *camo*
  128. balancer: ipvs_* haproxy
  129. ha: corosync hs_logd ha_logd stonithd pacemakerd lrmd crmd keepalived ucarp*
  130. # -----------------------------------------------------------------------------
  131. # telephony
  132. pbx: asterisk safe_asterisk *vicidial*
  133. sip: opensips* stund
  134. # -----------------------------------------------------------------------------
  135. # chat
  136. chat: irssi *vines* *prosody* murmurd
  137. # -----------------------------------------------------------------------------
  138. # monitoring
  139. logs: ulogd* syslog* rsyslog* logrotate systemd-journald rotatelogs sysklogd metalog
  140. nms: snmpd vnstatd smokeping zabbix* munin* mon openhpid tailon nrpe
  141. monit: monit
  142. splunk: splunkd
  143. azure: mdsd *waagent* *omiserver* *omiagent* hv_kvp_daemon hv_vss_daemon *auoms* *omsagent*
  144. datadog: *datadog*
  145. edgedelta: edgedelta
  146. newrelic: newrelic*
  147. google-agent: *google_guest_agent* *google_osconfig_agent*
  148. nvidia-smi: nvidia-smi
  149. htop: htop
  150. watchdog: watchdog
  151. telegraf: telegraf
  152. # -----------------------------------------------------------------------------
  153. # storage, file systems and file servers
  154. ceph: ceph-* ceph_* radosgw* rbd-* cephfs-* osdmaptool crushtool
  155. samba: smbd nmbd winbindd ctdbd ctdb-* ctdb_*
  156. nfs: rpcbind rpc.* nfs*
  157. zfs: spl_* z_* txg_* zil_* arc_* l2arc*
  158. btrfs: btrfs*
  159. iscsi: iscsid iscsi_eh
  160. afp: netatalk afpd cnid_dbd cnid_metad
  161. ntfs-3g: ntfs-3g
  162. # -----------------------------------------------------------------------------
  163. # kubernetes
  164. kubelet: kubelet
  165. kube-dns: kube-dns
  166. kube-proxy: kube-proxy
  167. metrics-server: metrics-server
  168. heapster: heapster
  169. # -----------------------------------------------------------------------------
  170. # AWS
  171. aws-s3: '*aws s3*' s3cmd s5cmd
  172. aws: aws
  173. # -----------------------------------------------------------------------------
  174. # virtualization platform
  175. proxmox-ve: pve* spiceproxy
  176. # -----------------------------------------------------------------------------
  177. # containers & virtual machines
  178. containers: lxc* docker* balena*
  179. VMs: vbox* VBox* qemu* kvm*
  180. libvirt: virtlogd virtqemud virtstoraged virtnetworkd virtlockd virtinterfaced
  181. libvirt: virtnodedevd virtproxyd virtsecretd libvirtd
  182. guest-agent: qemu-ga spice-vdagent cloud-init*
  183. # -----------------------------------------------------------------------------
  184. # ssh servers and clients
  185. ssh: ssh* scp sftp* dropbear
  186. # -----------------------------------------------------------------------------
  187. # print servers and clients
  188. print: cups* lpd lpq
  189. # -----------------------------------------------------------------------------
  190. # time servers and clients
  191. time: ntp* systemd-timesyn* chronyd ptp*
  192. # -----------------------------------------------------------------------------
  193. # dhcp servers and clients
  194. dhcp: *dhcp* dhclient
  195. # -----------------------------------------------------------------------------
  196. # name servers and clients
  197. dns: named unbound nsd pdns_server knotd gdnsd yadifad dnsmasq systemd-resolve* pihole* avahi-daemon avahi-dnsconfd
  198. dnsdist: dnsdist
  199. # -----------------------------------------------------------------------------
  200. # installation / compilation / debugging
  201. build: cc1 cc1plus as gcc* cppcheck ld make cmake automake autoconf autoreconf
  202. build: cargo rustc bazel buck git gdb valgrind* rpmbuild dpkg-buildpackage
  203. # -----------------------------------------------------------------------------
  204. # package management
  205. packagemanager: apt* dpkg* dselect dnf yum rpm zypp* yast* pacman xbps* swupd* emerge*
  206. packagemanager: packagekitd pkgin pkg apk snapd slackpkg slapt-get
  207. # -----------------------------------------------------------------------------
  208. # antivirus
  209. antivirus: clam* *clam imunify360*
  210. # -----------------------------------------------------------------------------
  211. # torrent clients
  212. torrents: *deluge* transmission* *SickBeard* *CouchPotato* *rtorrent*
  213. # -----------------------------------------------------------------------------
  214. # backup servers and clients
  215. backup: rsync lsyncd bacula* borg rclone
  216. # -----------------------------------------------------------------------------
  217. # cron
  218. cron: cron* atd anacron systemd-cron* incrond
  219. # -----------------------------------------------------------------------------
  220. # UPS
  221. ups: upsmon upsd */nut/* apcupsd
  222. # -----------------------------------------------------------------------------
  223. # media players, servers, clients
  224. media: mplayer vlc xine mediatomb omxplayer* kodi* xbmc* mediacenter eventlircd
  225. media: mpd minidlnad mt-daapd Plex* jellyfin squeeze* jackett Ombi
  226. media: strawberry* clementine*
  227. audio: pulse* pipewire wireplumber jack*
  228. # -----------------------------------------------------------------------------
  229. # java applications
  230. hdfsdatanode: *org.apache.hadoop.hdfs.server.datanode.DataNode*
  231. hdfsnamenode: *org.apache.hadoop.hdfs.server.namenode.NameNode*
  232. hdfsjournalnode: *org.apache.hadoop.hdfs.qjournal.server.JournalNode*
  233. hdfszkfc: *org.apache.hadoop.hdfs.tools.DFSZKFailoverController*
  234. yarnnode: *org.apache.hadoop.yarn.server.nodemanager.NodeManager*
  235. yarnmgr: *org.apache.hadoop.yarn.server.resourcemanager.ResourceManager*
  236. yarnproxy: *org.apache.hadoop.yarn.server.webproxy.WebAppProxyServer*
  237. sparkworker: *org.apache.spark.deploy.worker.Worker*
  238. sparkmaster: *org.apache.spark.deploy.master.Master*
  239. hbaseregion: *org.apache.hadoop.hbase.regionserver.HRegionServer*
  240. hbaserest: *org.apache.hadoop.hbase.rest.RESTServer*
  241. hbasethrift: *org.apache.hadoop.hbase.thrift.ThriftServer*
  242. hbasemaster: *org.apache.hadoop.hbase.master.HMaster*
  243. zookeeper: *org.apache.zookeeper.server.quorum.QuorumPeerMain*
  244. hive2: *org.apache.hive.service.server.HiveServer2*
  245. hivemetastore: *org.apache.hadoop.hive.metastore.HiveMetaStore*
  246. solr: *solr.install.dir*
  247. airflow: *airflow*
  248. # -----------------------------------------------------------------------------
  249. # GUI
  250. X: X Xorg xinit xdm Xwayland xsettingsd
  251. wayland: swaylock swayidle waypipe wayvnc
  252. kde: *kdeinit* kdm sddm plasmashell startplasma-* kwin* kwallet* krunner kactivitymanager*
  253. gnome: gnome-* gdm gconf* mutter
  254. mate: mate-* msd-* marco*
  255. cinnamon: cinnamon* muffin
  256. xfce: xfwm4 xfdesktop xfce* Thunar xfsettingsd xfconf*
  257. lxde: lxde* startlxde lxdm lxappearance* lxlauncher* lxpanel* lxsession* lxsettings*
  258. lxqt: lxqt* startlxqt
  259. enlightenment: entrance enlightenment*
  260. i3: i3*
  261. awesome: awesome awesome-client
  262. dwm: dwm.*
  263. sway: sway
  264. weston: weston
  265. cage: cage
  266. wayfire: wayfire
  267. gui: lightdm colord seatd greetd gkrellm slim qingy dconf* *gvfs gvfs*
  268. gui: '*systemd --user*' xdg-* at-spi-*
  269. webbrowser: *chrome-sandbox* *google-chrome* *chromium* *firefox* vivaldi* opera* epiphany chrome*
  270. webbrowser: lynx elinks w3m w3mmee links
  271. mua: evolution-* thunderbird* mutt neomutt pine mailx alpine
  272. # -----------------------------------------------------------------------------
  273. # Kernel / System
  274. ksmd: ksmd
  275. khugepaged: khugepaged
  276. kdamond: kdamond
  277. kswapd: kswapd
  278. zswap: zswap
  279. kcompactd: kcompactd
  280. system: systemd-* udisks* udevd* *udevd ipv6_addrconf dbus-* rtkit*
  281. system: mdadm acpid uuidd upowerd elogind* eudev mdev lvmpolld dmeventd
  282. system: accounts-daemon rngd haveged rasdaemon irqbalance start-stop-daemon
  283. system: supervise-daemon openrc* init runit runsvdir runsv auditd lsmd
  284. system: abrt* nscd rtkit-daemon gpg-agent usbguard*
  285. kernel: kworker kthreadd kauditd lockd khelper kdevtmpfs khungtaskd rpciod
  286. kernel: fsnotify_mark kthrotld deferwq scsi_* kdmflush oom_reaper kdevtempfs
  287. kernel: ksoftirqd
  288. # -----------------------------------------------------------------------------
  289. # inetd
  290. inetd: inetd xinetd
  291. # -----------------------------------------------------------------------------
  292. # other application servers
  293. consul: consul
  294. kafka: *kafka.Kafka*
  295. rabbitmq: *rabbitmq*
  296. sidekiq: *sidekiq*
  297. java: java
  298. ipfs: ipfs
  299. node: node
  300. factorio: factorio
  301. p4: p4*
  302. git-services: gitea gitlab-runner
  303. freeswitch: freeswitch*
  304. # -------- web3 / blockchains ----------
  305. go-ethereum: geth*
  306. nethermind-ethereum: nethermind*
  307. besu-ethereum: besu*
  308. openEthereum: openethereum*
  309. urbit: urbit*
  310. bitcoin-node: *bitcoind* lnd*
  311. filecoin: lotus* lotus-miner* lotus-worker*
  312. solana: solana*
  313. web3: *hardhat* *ganache* *truffle* *brownie* *waffle*
  314. terra: terra* mantle*
  315. # -----------------------------------------------------------------------------
  316. # chaos engineering tools
  317. stress: stress stress-ng*
  318. gremlin: gremlin*
  319. # -----------------------------------------------------------------------------
  320. # load testing tools
  321. locust: locust
  322. # -----------------------------------------------------------------------------
  323. # data science and machine learning tools
  324. jupyter: jupyter*
  325. # -----------------------------------------------------------------------------
  326. # File synchronization tools
  327. filesync: dropbox syncthing