2016-03-24 17:27:02 +01:00
|
|
|
|
2016-03-24 09:59:29 +01:00
|
|
|
Plugin: process-info
|
2016-03-24 17:27:02 +01:00
|
|
|
Plugin which will make deeper look to processess and their usage.
|
2016-03-24 09:59:29 +01:00
|
|
|
|
|
|
|
Maintainer: Lukas Macura <lukas@macura.cz>
|
|
|
|
|
|
|
|
Item: cpu[*]
|
|
|
|
This item will return cpu usage of given process. In zabbix, it will be prefixed automaticaly by plugin name (processlist.cpu)
|
2016-03-24 17:27:02 +01:00
|
|
|
|
|
|
|
Item-cmd-cpu[*]: {ZAFLIB} {PLUGINDIR}/cpu-get.sh
|
2016-03-24 09:59:29 +01:00
|
|
|
|
|
|
|
Item: discovery
|
|
|
|
Discovery of runing processes
|
2016-03-24 17:27:02 +01:00
|
|
|
Item-cmd-discovery: {ZAFLIB} {PLUGINDIR}/proc-discovery.sh
|
|
|
|
|
|
|
|
Binary-depends: echo ps awk sort uniq sed
|
|
|
|
|
|
|
|
Dpkg-depends: sed
|
2016-03-24 09:59:29 +01:00
|
|
|
|
2016-03-24 17:27:02 +01:00
|
|
|
Opkg-depends: busybox
|
2016-03-24 09:59:29 +01:00
|
|
|
|
|
|
|
Install-bin: cpu-get.sh proc-discovery.sh
|
|
|
|
|
|
|
|
|