소스 검색

Table 4 example 5 updated

Description did not specify that it condition is critical if "stuff"
is less than zero.
palli 13 년 전
부모
커밋
1845c4cdf9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/developer-guidelines.sgml

+ 1 - 1
doc/developer-guidelines.sgml

@@ -303,7 +303,7 @@
 					</row>
 					<row>
 						<entry>check_stuff -w~:0 -c10</entry>
-						<entry>Critical if "stuff" is above 10; Warn if "stuff" is above zero</entry>
+						<entry>Critical if "stuff" is above 10; Warn if "stuff" is above zero (will be critical if "stuff" is less than 0)</entry>
 					</row>
 					<row>
 						<entry>check_stuff -c5:6</entry>