1
0
mirror of https://github.com/limosek/zaf-plugins.git synced 2024-11-01 08:17:19 +01:00
limosek-zaf-plugins/zaf/control.zaf

60 lines
1.1 KiB
Plaintext
Raw Normal View History

2016-03-30 16:09:34 +02:00
# Name of the plugin. This is singleline value
Plugin: zaf
# Description of plugin. This is multiline value
Description::
Basic items for Zabbix Agent Framework
::
# Version of the plugin.
Version: 0.3
# Url of plugin location to be able to update plugin
2016-04-01 15:44:35 +02:00
Url: https://raw.githubusercontent.com/limosek/zaf-plugins/master/zaf
2016-03-30 16:09:34 +02:00
# Homepage of plugin
2016-04-01 15:44:35 +02:00
Web: https://github.com/limosek/zaf-plugins/
2016-03-30 16:09:34 +02:00
# Maintainer
Maintainer: Lukas Macura <lukas@macura.cz>
2016-04-01 15:44:35 +02:00
# Dependencies
2016-03-30 16:09:34 +02:00
Depends-dpkg: dash curl
Depens-opkg: busybox curl
Depends-rpm: curl
Depends-bin: curl
2016-04-01 15:44:35 +02:00
Item framework_version:
2016-03-30 16:09:34 +02:00
Description::
Returns version of zaf installed.
::
# If item is function defined in shared library, use Function:
Function: zaf_version
/Item
Item plugins:
Description::
Returns installed plugins
2016-04-01 15:44:35 +02:00
::
Function: zaf_list_plugins
2016-03-30 16:09:34 +02:00
/Item
Item discovery.plugins:
Description::
Returns installed plugins in form suitable for zabbix discovery
2016-04-01 15:44:35 +02:00
::
2016-03-30 16:09:34 +02:00
Function: zaf_discovery_plugins
/Item
2016-04-01 15:44:35 +02:00
Item plugin_version:
Parameters: plugin_name
2016-03-30 16:09:34 +02:00
Description::
Returns maintainer of plugin
2016-04-01 15:44:35 +02:00
::
2016-03-30 16:09:34 +02:00
Function: zaf_plugin_version $1
2016-04-01 15:44:35 +02:00
2016-03-30 16:09:34 +02:00
/Item