Explorar o código

icinga2: Don't check for uptime

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm %!s(int64=3) %!d(string=hai) anos
pai
achega
bafbbc39a8
Modificáronse 1 ficheiros con 0 adicións e 15 borrados
  1. 0 15
      icinga2/services/linux.conf

+ 0 - 15
icinga2/services/linux.conf

@@ -71,21 +71,6 @@ apply Service "load" {
 }
 
 
-apply Service "uptime" {
-	import "generic-service"
-
-	check_command = "uptime"
-
-	if (host.name != NodeName) {
-		command_endpoint = host.name
-	}
-
-	vars.uptime_w = "5"
-
-	assign where host.address && host.vars.os == "Linux"
-}
-
-
 ################################################################################
 #               Checks for updates, newer kernels, libs, etc.                  #
 ################################################################################