Trouble With check_time command

I am currently having trouble getting the check_time command to work correctly.
Here is what is in my configuration files…
Commands:
#'check_time' command definition
define command{
command_name check_time
command_line $USER1$/check_time -H $HOSTADDRESS$
}
Configuration for Server(s):
define service{
use local-service
hostgroup_name gsgdevops-build_agents
service_description TIME
check_command check_time
}
After all this is said and done, I am left with the following message in the web interface (see attachment).
I have scoured the internet to find out why I am getting these results, but to no avail. Some sources say that I am being denied port access due to a daemon called inetd, in which the solution would be simply changing some of the settings. However, I did not find this daemon running on any of the servers.
Does anyone have any idea of what I might be doing wrong and/or how to get the check_time command working?
Here is what is in my configuration files…
Commands:
#'check_time' command definition
define command{
command_name check_time
command_line $USER1$/check_time -H $HOSTADDRESS$
}
Configuration for Server(s):
define service{
use local-service
hostgroup_name gsgdevops-build_agents
service_description TIME
check_command check_time
}
After all this is said and done, I am left with the following message in the web interface (see attachment).
I have scoured the internet to find out why I am getting these results, but to no avail. Some sources say that I am being denied port access due to a daemon called inetd, in which the solution would be simply changing some of the settings. However, I did not find this daemon running on any of the servers.
Does anyone have any idea of what I might be doing wrong and/or how to get the check_time command working?