diff options
Diffstat (limited to 'conf.d/apps_groups.conf')
-rw-r--r-- | conf.d/apps_groups.conf | 79 |
1 files changed, 55 insertions, 24 deletions
diff --git a/conf.d/apps_groups.conf b/conf.d/apps_groups.conf index 195118f46..995ee5d74 100644 --- a/conf.d/apps_groups.conf +++ b/conf.d/apps_groups.conf @@ -16,20 +16,45 @@ # group_name: process1 process2 process3 ... # # The process names are the same to the ones returned by: ps -e +# or /proc/PID/stat # -# If a group_name starts with a -, the dimension will be hidden (cpu chart only) +# To add process names with spaces, enclose them in quotes (single or double) +# example: 'Plex Media Serv' "my other process" # +# Wildcard support: +# You can add an asterisk (*) at the beginning and/or the end of a process name: +# *name suffix mode: will search for processes ending with 'name' (/proc/PID/stat) +# name* prefix mode: will search for processes beginning with 'name' (/proc/PID/stat) +# *name* substring mode: will search for 'name' in the whole command line (/proc/PID/cmdline) +# +# If you enter even just one *name* (substring), apps.plugin will process +# /proc/PID/cmdline for all processes, on every iteration. +# +# To add process names with single quotes, enclose them in double quotes +# example: "process with this ' single quote" +# +# To add process names with double quotes, enclose them in single quotes: +# example: 'process with this " double quote' +# +# If a group name starts with a -, the dimension will be hidden (cpu chart only) +# +# If any process name starts with a +, debugging will be enabled for it +# (debugging produces a lot of output - do not enable it in production systems) +# +# You can add any number of groups you like. Only the ones found running will +# affect the charts generated. However, producing charts with hundreds of +# dimensions may slow down your web browser. -compile: cc1 cc1plus as gcc ld make automake autoconf git +compile: cc1 cc1plus as gcc* ld make automake autoconf git rsync: rsync -media: mplayer vlc xine mediatomb omxplayer omxplayer.bin kodi kodi.bin xbmc xbmc.bin mediacenter eventlircd -squid: squid squid2 squid3 -apache: apache apache2 -mysql: mysqld mysql +media: mplayer vlc xine mediatomb omxplayer* kodi* xbmc* mediacenter eventlircd +squid: squid* c-icap +apache: apache* +mysql: mysql* asterisk: asterisk -opensips: opensips opensips-mi-pro stund -radius: radiusd radiusclient -fail2ban: fail2ban-server +opensips: opensips* stund +radius: radius* +fail2ban: fail2ban* mail: dovecot imapd pop3d postfix: master nginx: nginx @@ -38,28 +63,34 @@ mongo: mongod lighttpd: lighttpd ftpd: proftpd in.tftpd samba: smbd nmbd winbindd -nfs: rpcbind rpc.statd rpc.idmapd rpc.mountd nfsd4 nfsd4_callbacks nfsd nfsiod -ssh: ssh sshd scp +nfs: rpcbind rpc.* nfs* +ssh: ssh* scp X: X lightdm xdm pulseaudio gkrellm -xfce: xfwm4 xfdesktop xfce4-appfinder Thunar xfsettingsd xfce4-panel -gnome: gnome-session gdm gconfd-2 gnome-terminal gnome-screensaver gnome-settings-daemon +xfce: xfwm4 xfdesktop xfce* Thunar xfsettingsd +gnome: gnome-* gdm gconfd-2 named: named rncd -clam: clamd freshclam -cups: cupsd cups-browsed -ntp: ntpq ntpd -deluge: deluge deluged -vbox: vboxwebsrv VBoxXPCOMIPCD VBoxSVC -log: ulogd syslogd syslog-ng rsyslogd logrotate -nms: snmpd vnstatd smokeping zabbix_agentd monit munin-node mon openhpid -ppp: ppp pppd pptpd pptpctrl +clam: clam* *clam +cups: cups* +ntp: ntp* +deluge: deluge* +vbox: vbox* VBox* +log: ulogd syslog* rsyslog* logrotate +nms: snmpd vnstatd smokeping zabbix* monit munin* mon openhpid +ppp: ppp* pptp* inetd: inetd xinetd openvpn: openvpn +cjdns: cjdroute cron: cron atd ha: corosync hs_logd ha_logd stonithd -ipvs: ipvs_syncmaster ipvs_syncbackup +ipvs: ipvs_* kernel: kthreadd kauditd lockd khelper kdevtmpfs khungtaskd rpciod fsnotify_mark kthrotld iscsi_eh deferwq -netdata: netdata apps.plugin charts.d.plugin +netdata: netdata crsproxy: crsproxy wifi: hostapd wpa_supplicant -system: systemd-journal systemd-udevd systemd-logind udisks-glue udisks-daemon udevd udevd connmand ipv6_addrconf dbus-daemon +system: systemd* udisks* udevd connmand ipv6_addrconf dbus-* ksmd: ksmd +lxc: lxc* +zfs-spl: spl_* +zfs-posix: z_* +zfs-txg: txg_* zil_* +zfs-arc: arc_* l2arc* |