nagios-plugins: add conflicts to monitoring-plugins
Closes #10151. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
60bef9a57a
commit
21657fb2f2
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ class NagiosPlugins < Formula
|
|||
depends_on "postgresql" => :optional
|
||||
depends_on :mysql => :optional
|
||||
|
||||
conflicts_with "monitoring-plugins", :because => "monitoring-plugins ships their plugins to the same folder."
|
||||
|
||||
def install
|
||||
args = %W[
|
||||
--disable-dependency-tracking
|
||||
|
|
Loading…
Reference in a new issue