瀏覽代碼

check_junos: 'chassis_environment' check: Use WARNING if no components found.

Sebastian Harl 13 年之前
父節點
當前提交
f53f346797
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      check_junos.pl

+ 1 - 1
check_junos.pl

@@ -400,7 +400,7 @@ sub check_chassis_environment
 	}
 
 	if (! $items_count) {
-		$plugin->add_message(UNKNOWN, "no components found");
+		$plugin->add_message(WARNING, "no components found");
 	}
 	elsif ($items_count == $items_ok) {
 		$plugin->add_message(OK, "$items_ok components OK");