Nagios: fix the koji_wellness command definition

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2020-01-16 13:51:13 +01:00 committed by Pierre-Yves Chibon
parent a8bad3cf10
commit a1cab8fc7c

View file

@ -30,5 +30,5 @@ define command{
# 'check_koji_wellness'
define command {
command_name check_koji_wellness.py
command_line $USER1$/check_koji_wellness
command_line $USER1$/check_koji_wellness.py $ARG1$ $ARG2$
}