]> arthur.barton.de Git - netdata.git/blob - conf.d/apps_groups.conf
Merge pull request #585 from Flums/patch-1
[netdata.git] / conf.d / apps_groups.conf
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 together.
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_name: process1 process2 process3 ...
17 #
18 # The process names are the same to the ones returned by: ps -e
19 # or /proc/PID/stat
20 #
21 # To add process names with spaces, enclose them in quotes (single or double)
22 # example: 'Plex Media Serv' "my other process"
23 #
24 # Wildcard support:
25 # You can add an asterisk (*) at the beginning and/or the end of a process name:
26 #  *name    suffix mode: will search for processes ending with 'name' (/proc/PID/stat)
27 #   name*   prefix mode: will search for processes beginning with 'name' (/proc/PID/stat)
28 #  *name*   substring mode: will search for 'name' in the whole command line (/proc/PID/cmdline)
29 #
30 # If you enter even just one *name* (substring), apps.plugin will process
31 # /proc/PID/cmdline for all processes, on every iteration.
32 #
33 # To add process names with single quotes, enclose them in double quotes
34 # example: "process with this ' single quote"
35 #
36 # To add process names with double quotes, enclose them in single quotes:
37 # example: 'process with this " double quote'
38 #
39 # If a group name starts with a -, the dimension will be hidden (cpu chart only)
40 #
41 # If any process name starts with a +, debugging will be enabled for it
42 # (debugging produces a lot of output - do not enable it in production systems)
43 #
44 # You can add any number of groups you like. Only the ones found running will
45 # affect the charts generated. However, producing charts with hundreds of
46 # dimensions may slow down your web browser.
47
48 compile: cc1 cc1plus as gcc* ld make automake autoconf git
49 rsync: rsync
50 media: mplayer vlc xine mediatomb omxplayer* kodi* xbmc* mediacenter eventlircd mpd minidlnad
51 squid: squid* c-icap
52 apache: apache* httpd
53 mysql: mysql*
54 asterisk: asterisk
55 opensips: opensips* stund
56 radius: radius*
57 fail2ban: fail2ban*
58 mail: dovecot imapd pop3d
59 postfix: master
60 nginx: nginx
61 splunk: splunkd
62 mongo: mongod
63 redis: redis*
64 lighttpd: lighttpd
65 ftpd: proftpd in.tftpd
66 samba: smbd nmbd winbindd
67 nfs: rpcbind rpc.* nfs*
68 ssh: ssh* scp
69 X: X lightdm xdm pulseaudio gkrellm
70 xfce: xfwm4 xfdesktop xfce* Thunar xfsettingsd
71 gnome: gnome-* gdm gconfd-2
72 named: named rncd
73 clam: clam* *clam
74 cups: cups*
75 ntp: ntp*
76 torrent: deluge* transmission*
77 vbox: vbox* VBox*
78 log: ulogd syslog* rsyslog* logrotate
79 nms: snmpd vnstatd smokeping zabbix* monit munin* mon openhpid
80 ppp: ppp* pptp*
81 inetd: inetd xinetd
82 openvpn: openvpn
83 cjdns: cjdroute
84 cron: cron atd
85 ha: corosync hs_logd ha_logd stonithd
86 ipvs: ipvs_*
87 kernel: kthreadd kauditd lockd khelper kdevtmpfs khungtaskd rpciod fsnotify_mark kthrotld iscsi_eh deferwq
88 netdata: netdata
89 crsproxy: crsproxy
90 wifi: hostapd wpa_supplicant
91 system: systemd* udisks* udevd connmand ipv6_addrconf dbus-*
92 ksmd: ksmd
93 lxc: lxc*
94 zfs-spl: spl_* 
95 zfs-posix: z_*
96 zfs-txg: txg_* zil_*
97 zfs-arc: arc_* l2arc* 
98 php: php*
99 zimbra: zmstat* zmmailboxdmgr
100 java: java
101 bacula: bacula*