1
0
mirror of https://github.com/limosek/zaf.git synced 2024-11-22 10:29:06 +01:00
limosek-zaf/plugins/process-info/control

18 lines
426 B
Plaintext
Raw Normal View History

2016-03-23 14:37:51 +01:00
Plugin: process-info
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-23 17:25:18 +01:00
Item-cmd-cpu[*]: {PLUGINDIR}/cpu-get.sh
2016-03-23 14:37:51 +01:00
Item: discovery
Discovery of runing processes
2016-03-23 17:25:18 +01:00
Item-cmd-discovery: {PLUGINDIR}/cpu-get.sh
2016-03-23 14:37:51 +01:00
Binary-Depends: echo ps awk sort uniq sed
2016-03-23 17:25:18 +01:00
Install-bin: cpu-get.sh proc-discovery.sh
2016-03-23 14:37:51 +01:00