Browse Source

icinga2: New Icinga2 version ships with CheckCommand "ssl_cert".

Signed-off-by: Maximilian Wilhelm <max@rfc2324.org>
Maximilian Wilhelm 6 years ago
parent
commit
11ad243073
1 changed files with 0 additions and 25 deletions
  1. 0 25
      icinga2/commands.d/nagios-plugins-contrib.conf

+ 0 - 25
icinga2/commands.d/nagios-plugins-contrib.conf

@@ -2,31 +2,6 @@
 # Checks aus nagios-plugins-contrib (Salt managed)
 #
 
-### SSL-Cert-Check
-object CheckCommand "ssl_cert" {
-	import "plugin-check-command"
-	command = [ PluginDir + "/check_ssl_cert" ]
-	arguments = {
-		"-H" = "$ssl_cert_H$"
-		"-A" = "$ssl_cert_A$"
-		"-C" = "$ssl_cert_C$"
-		"-e" = "$ssl_cert_e$"
-		"-f" = "$ssl_cert_f$"
-		"-i" = "$ssl_cert_i$"
-		"-n" = "$ssl_cert_n$"
-		"-N" = "$ssl_cert_N$"
-		"-o" = "$ssl_cert_o$"
-		"-p" = "$ssl_cert_p$"
-		"-P" = "$ssl_cert_P$"
-		"-s" = "$ssl_cert_s$"
-		"-S" = "$ssl_cert_S$"
-		"-r" = "$ssl_cert_r$"
-		"-t" = "$ssl_cert_t$"
-		"-w" = "$ssl_cert_w$"
-		"-d" = "$ssl_cert_d$"
-	}
-}
-
 ### Memory-Check
 object CheckCommand "memory" {
 	import "plugin-check-command"