浏览代码

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.                  #
 ################################################################################