Skip to content

Commit

Permalink
windows-check_process
Browse files Browse the repository at this point in the history
  • Loading branch information
gardart authored Aug 31, 2022
1 parent 917c4c3 commit 1425403
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions usr/share/okconfig/templates/windows/commands.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,9 @@ define command {
command_name okc-windows-check_mem_v2
command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c CheckMEM -a MaxWarn=$_SERVICE_WARNING$% MaxCrit=$_SERVICE_CRITICAL$% ShowAll type=$_SERVICE_TYPE$
}

# windows-check_process
define command {
command_name okc-windows-check_process
command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_process -a process=$ARG1$ show-all
}

0 comments on commit 1425403

Please sign in to comment.