mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-09 00:42:34 -04:00
net-mgmt/zabbix-agent: Add description to restart action (#2792)
This commit is contained in:
parent
4227a01fd2
commit
6a7babcf20
3 changed files with 6 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= zabbix-agent
|
||||
PLUGIN_VERSION= 1.10
|
||||
PLUGIN_VERSION= 1.11
|
||||
PLUGIN_COMMENT= Zabbix monitoring agent
|
||||
PLUGIN_MAINTAINER= opnsense@moov.de
|
||||
PLUGIN_VARIANTS= zabbix5 zabbix54
|
||||
|
|
|
|||
|
|
@ -12,6 +12,10 @@ WWW: https://www.zabbix.com/
|
|||
Plugin Changelog
|
||||
----------------
|
||||
|
||||
1.11
|
||||
|
||||
* Add description to restart action to allow restart via cron
|
||||
|
||||
1.10
|
||||
|
||||
Added:
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ message:stopping zabbix_agentd
|
|||
command:/usr/local/opnsense/scripts/OPNsense/ZabbixAgent/setup.sh; /usr/local/etc/rc.d/zabbix_agentd restart
|
||||
parameters:
|
||||
type:script
|
||||
description:Restart Zabbix Agent
|
||||
message:restarting zabbix_agentd
|
||||
|
||||
[status]
|
||||
|
|
|
|||
Loading…
Reference in a new issue