7 lines
155 B
INI
7 lines
155 B
INI
# 'check_users' command definition
|
|
define command{
|
|
command_name check_users
|
|
command_line /usr/lib/nagios/plugins/check_users -w '$ARG1$' -c '$ARG2$'
|
|
}
|
|
|