mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-20 00:10:09 -05:00
Table 4 example 5 updated
Description did not specify that it condition is critical if "stuff" is less than zero.
This commit is contained in:
parent
d7f7cfe8d2
commit
1845c4cdf9
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue