apps_groups.conf 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  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. grafana: grafana*
  153. # -----------------------------------------------------------------------------
  154. # storage, file systems and file servers
  155. ceph: ceph-* ceph_* radosgw* rbd-* cephfs-* osdmaptool crushtool
  156. samba: smbd nmbd winbindd ctdbd ctdb-* ctdb_*
  157. nfs: rpcbind rpc.* nfs*
  158. zfs: spl_* z_* txg_* zil_* arc_* l2arc*
  159. btrfs: btrfs*
  160. iscsi: iscsid iscsi_eh
  161. afp: netatalk afpd cnid_dbd cnid_metad
  162. ntfs-3g: ntfs-3g
  163. # -----------------------------------------------------------------------------
  164. # kubernetes
  165. kubelet: kubelet
  166. kube-dns: kube-dns
  167. kube-proxy: kube-proxy
  168. metrics-server: metrics-server
  169. heapster: heapster
  170. # -----------------------------------------------------------------------------
  171. # AWS
  172. aws-s3: '*aws s3*' s3cmd s5cmd
  173. aws: aws
  174. # -----------------------------------------------------------------------------
  175. # virtualization platform
  176. proxmox-ve: pve* spiceproxy
  177. # -----------------------------------------------------------------------------
  178. # containers & virtual machines
  179. containers: lxc* docker* balena*
  180. VMs: vbox* VBox* qemu* kvm*
  181. libvirt: virtlogd virtqemud virtstoraged virtnetworkd virtlockd virtinterfaced
  182. libvirt: virtnodedevd virtproxyd virtsecretd libvirtd
  183. guest-agent: qemu-ga spice-vdagent cloud-init*
  184. # -----------------------------------------------------------------------------
  185. # ssh servers and clients
  186. ssh: ssh* scp sftp* dropbear
  187. # -----------------------------------------------------------------------------
  188. # print servers and clients
  189. print: cups* lpd lpq
  190. # -----------------------------------------------------------------------------
  191. # time servers and clients
  192. time: ntp* systemd-timesyn* chronyd ptp*
  193. # -----------------------------------------------------------------------------
  194. # dhcp servers and clients
  195. dhcp: *dhcp* dhclient
  196. # -----------------------------------------------------------------------------
  197. # name servers and clients
  198. dns: named unbound nsd pdns_server knotd gdnsd yadifad dnsmasq systemd-resolve* pihole* avahi-daemon avahi-dnsconfd
  199. dnsdist: dnsdist
  200. # -----------------------------------------------------------------------------
  201. # installation / compilation / debugging
  202. build: cc1 cc1plus as gcc* cppcheck ld make cmake automake autoconf autoreconf
  203. build: cargo rustc bazel buck git gdb valgrind* rpmbuild dpkg-buildpackage
  204. # -----------------------------------------------------------------------------
  205. # package management
  206. packagemanager: apt* dpkg* dselect dnf yum rpm zypp* yast* pacman xbps* swupd* emerge*
  207. packagemanager: packagekitd pkgin pkg apk snapd slackpkg slapt-get
  208. # -----------------------------------------------------------------------------
  209. # antivirus
  210. antivirus: clam* *clam imunify360*
  211. # -----------------------------------------------------------------------------
  212. # torrent clients
  213. torrents: *deluge* transmission* *SickBeard* *CouchPotato* *rtorrent*
  214. # -----------------------------------------------------------------------------
  215. # backup servers and clients
  216. backup: rsync lsyncd bacula* borg rclone
  217. # -----------------------------------------------------------------------------
  218. # cron
  219. cron: cron* atd anacron systemd-cron* incrond
  220. # -----------------------------------------------------------------------------
  221. # UPS
  222. ups: upsmon upsd */nut/* apcupsd
  223. # -----------------------------------------------------------------------------
  224. # media players, servers, clients
  225. media: mplayer vlc xine mediatomb omxplayer* kodi* xbmc* mediacenter eventlircd
  226. media: mpd minidlnad mt-daapd Plex* jellyfin squeeze* jackett Ombi
  227. media: strawberry* clementine*
  228. audio: pulse* pipewire wireplumber jack*
  229. # -----------------------------------------------------------------------------
  230. # java applications
  231. hdfsdatanode: *org.apache.hadoop.hdfs.server.datanode.DataNode*
  232. hdfsnamenode: *org.apache.hadoop.hdfs.server.namenode.NameNode*
  233. hdfsjournalnode: *org.apache.hadoop.hdfs.qjournal.server.JournalNode*
  234. hdfszkfc: *org.apache.hadoop.hdfs.tools.DFSZKFailoverController*
  235. yarnnode: *org.apache.hadoop.yarn.server.nodemanager.NodeManager*
  236. yarnmgr: *org.apache.hadoop.yarn.server.resourcemanager.ResourceManager*
  237. yarnproxy: *org.apache.hadoop.yarn.server.webproxy.WebAppProxyServer*
  238. sparkworker: *org.apache.spark.deploy.worker.Worker*
  239. sparkmaster: *org.apache.spark.deploy.master.Master*
  240. hbaseregion: *org.apache.hadoop.hbase.regionserver.HRegionServer*
  241. hbaserest: *org.apache.hadoop.hbase.rest.RESTServer*
  242. hbasethrift: *org.apache.hadoop.hbase.thrift.ThriftServer*
  243. hbasemaster: *org.apache.hadoop.hbase.master.HMaster*
  244. zookeeper: *org.apache.zookeeper.server.quorum.QuorumPeerMain*
  245. hive2: *org.apache.hive.service.server.HiveServer2*
  246. hivemetastore: *org.apache.hadoop.hive.metastore.HiveMetaStore*
  247. solr: *solr.install.dir*
  248. airflow: *airflow*
  249. # -----------------------------------------------------------------------------
  250. # GUI
  251. X: X Xorg xinit xdm Xwayland xsettingsd
  252. wayland: swaylock swayidle waypipe wayvnc
  253. kde: *kdeinit* kdm sddm plasmashell startplasma-* kwin* kwallet* krunner kactivitymanager*
  254. gnome: gnome-* gdm gconf* mutter
  255. mate: mate-* msd-* marco*
  256. cinnamon: cinnamon* muffin
  257. xfce: xfwm4 xfdesktop xfce* Thunar xfsettingsd xfconf*
  258. lxde: lxde* startlxde lxdm lxappearance* lxlauncher* lxpanel* lxsession* lxsettings*
  259. lxqt: lxqt* startlxqt
  260. enlightenment: entrance enlightenment*
  261. i3: i3*
  262. awesome: awesome awesome-client
  263. dwm: dwm.*
  264. sway: sway
  265. weston: weston
  266. cage: cage
  267. wayfire: wayfire
  268. gui: lightdm colord seatd greetd gkrellm slim qingy dconf* *gvfs gvfs*
  269. gui: '*systemd --user*' xdg-* at-spi-*
  270. webbrowser: *chrome-sandbox* *google-chrome* *chromium* *firefox* vivaldi* opera* epiphany chrome*
  271. webbrowser: lynx elinks w3m w3mmee links
  272. mua: evolution-* thunderbird* mutt neomutt pine mailx alpine
  273. # -----------------------------------------------------------------------------
  274. # Kernel / System
  275. ksmd: ksmd
  276. khugepaged: khugepaged
  277. kdamond: kdamond
  278. kswapd: kswapd
  279. zswap: zswap
  280. kcompactd: kcompactd
  281. system: systemd-* udisks* udevd* *udevd ipv6_addrconf dbus-* rtkit*
  282. system: mdadm acpid uuidd upowerd elogind* eudev mdev lvmpolld dmeventd
  283. system: accounts-daemon rngd haveged rasdaemon irqbalance start-stop-daemon
  284. system: supervise-daemon openrc* init runit runsvdir runsv auditd lsmd
  285. system: abrt* nscd rtkit-daemon gpg-agent usbguard*
  286. kernel: kworker kthreadd kauditd lockd khelper kdevtmpfs khungtaskd rpciod
  287. kernel: fsnotify_mark kthrotld deferwq scsi_* kdmflush oom_reaper kdevtempfs
  288. kernel: ksoftirqd
  289. # -----------------------------------------------------------------------------
  290. # inetd
  291. inetd: inetd xinetd
  292. # -----------------------------------------------------------------------------
  293. # other application servers
  294. consul: consul
  295. kafka: *kafka.Kafka*
  296. rabbitmq: *rabbitmq*
  297. sidekiq: *sidekiq*
  298. java: java
  299. ipfs: ipfs
  300. node: node
  301. factorio: factorio
  302. p4: p4*
  303. git-services: gitea gitlab-runner
  304. freeswitch: freeswitch*
  305. # -------- web3 / blockchains ----------
  306. go-ethereum: geth*
  307. nethermind-ethereum: nethermind*
  308. besu-ethereum: besu*
  309. openEthereum: openethereum*
  310. urbit: urbit*
  311. bitcoin-node: *bitcoind* lnd*
  312. filecoin: lotus* lotus-miner* lotus-worker*
  313. solana: solana*
  314. web3: *hardhat* *ganache* *truffle* *brownie* *waffle*
  315. terra: terra* mantle*
  316. # -----------------------------------------------------------------------------
  317. # chaos engineering tools
  318. stress: stress stress-ng*
  319. gremlin: gremlin*
  320. # -----------------------------------------------------------------------------
  321. # load testing tools
  322. locust: locust
  323. # -----------------------------------------------------------------------------
  324. # data science and machine learning tools
  325. jupyter: jupyter*
  326. # -----------------------------------------------------------------------------
  327. # File synchronization tools
  328. filesync: dropbox syncthing