15 lines
312 B
INI
Executable File
15 lines
312 B
INI
Executable File
# 'check_quake' command definition
|
|
define command{
|
|
command_name check_quake
|
|
command_line /opt/nagios/libexec/check_game qs '$HOSTADDRESS$'
|
|
}
|
|
|
|
|
|
# 'check_unreal' command definition
|
|
define command{
|
|
command_name check_unreal
|
|
command_line /opt/nagios/libexec/check_game uns '$HOSTADDRESS$' -P '$ARG1$' -p 8
|
|
}
|
|
|
|
|