1
0
mirror of https://github.com/limosek/zaf-plugins.git synced 2024-11-01 08:17:19 +01:00
limosek-zaf-plugins/process-info/control
2016-03-24 17:27:02 +01:00

25 lines
563 B
Plaintext

Plugin: process-info
Plugin which will make deeper look to processess and their usage.
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)
Item-cmd-cpu[*]: {ZAFLIB} {PLUGINDIR}/cpu-get.sh
Item: discovery
Discovery of runing processes
Item-cmd-discovery: {ZAFLIB} {PLUGINDIR}/proc-discovery.sh
Binary-depends: echo ps awk sort uniq sed
Dpkg-depends: sed
Opkg-depends: busybox
Install-bin: cpu-get.sh proc-discovery.sh