mirror of
https://github.com/limosek/zaf-plugins.git
synced 2024-11-01 00:07:19 +01:00
zaf plugin is now in repo
This commit is contained in:
parent
9fdf433a6d
commit
2bf93b9ef0
33
zaf/control
Normal file
33
zaf/control
Normal file
@ -0,0 +1,33 @@
|
||||
Plugin: zaf
|
||||
Basic items for Zabbix Agent Framework
|
||||
|
||||
Version: 0.1
|
||||
|
||||
Url: https://raw.githubusercontent.com/limosek/zaf/master/
|
||||
|
||||
Web: https://github.com/limosek/zaf/
|
||||
|
||||
Maintainer: Lukas Macura <lukas@macura.cz>
|
||||
|
||||
Item: version
|
||||
Returns version of zaf installed.
|
||||
|
||||
Item-cmd-version: {ZAFFUNC} zaf_version
|
||||
|
||||
Item: plugins
|
||||
Returns installed plugins
|
||||
|
||||
Item-cmd-plugins: {ZAFLOCK} zaf list
|
||||
|
||||
Item: discovery.plugins
|
||||
Returns installed plugins in form suitable for zabbix discovery
|
||||
|
||||
Item-cmd-discovery.plugins: {ZAFFUNC} zaf_discovery_plugins
|
||||
|
||||
Item: plugin_version[*]
|
||||
Returns maintainer of plugin
|
||||
|
||||
Item-cmd-plugin_version[*]: {ZAFFUNC} zaf_plugin_version $1
|
||||
|
||||
Binary-Depends: echo zaf
|
||||
|
0
zaf/template.xml
Normal file
0
zaf/template.xml
Normal file
Loading…
Reference in New Issue
Block a user