zabbix 2.4.0
Closes Homebrew/homebrew#32501. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
c7fc134624
commit
a951b85611
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require "formula"
|
|||
|
||||
class Zabbix < Formula
|
||||
homepage "http://www.zabbix.com/"
|
||||
url "https://downloads.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/2.2.5/zabbix-2.2.5.tar.gz"
|
||||
sha1 "dfcb9d369b9a46250b09956833889b56b909c656"
|
||||
url "https://downloads.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/2.4.0/zabbix-2.4.0.tar.gz"
|
||||
sha1 "d81ec961baf9ddc264e56cfca60cf10a2e29f74f"
|
||||
|
||||
option "with-mysql", "Use Zabbix Server with MySQL library instead PostgreSQL."
|
||||
option "agent-only", "Install only the Zabbix Agent without Server and Proxy."
|
||||
|
|
Loading…
Reference in a new issue