Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mickem committed Nov 14, 2017
1 parent 1059e7d commit 32a9ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/reference/windows/CheckSystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -1727,7 +1727,7 @@ OK all processes are ok.|'csrss.exe state'=1;0;0 'svchost.exe state'=1;0;0 'Avas
| help-short | N/A | Show help screen (short format). |
| [top-syntax](#check_process_top-syntax) | ${status}: ${problem_list} | Top level syntax. |
| [ok-syntax](#check_process_ok-syntax) | %(status): all processes are ok. | ok syntax. |
| [empty-syntax](#check_process_empty-syntax) | %(status): No processes found | Empty syntax. |
| [empty-syntax](#check_process_empty-syntax) | UNKNOWN: No processes found | Empty syntax. |
| [detail-syntax](#check_process_detail-syntax) | ${exe}=${state} | Detail level syntax. |
| [perf-syntax](#check_process_perf-syntax) | ${exe} | Performance alias syntax. |
| process | | The service to check, set this to * to check all services |
Expand Down Expand Up @@ -1838,7 +1838,7 @@ Empty syntax.
DEPRECATED! This is the syntax for when nothing matches the filter.


*Deafult Value:* | `%(status): No processes found`
*Deafult Value:* | `UNKNOWN: No processes found`



Expand Down

0 comments on commit 32a9ae9

Please sign in to comment.