소스 검색

icinga2: Don't check for uptime

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 3 년 전
부모
커밋
bafbbc39a8
1개의 변경된 파일0개의 추가작업 그리고 15개의 파일을 삭제
  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.                  #
 ################################################################################