Page 1 of 1

differences in prefixes for check command plugin names?

Posted: Fri Oct 20, 2017 8:54 am
by ikekim
What is the difference and the significance for the check commands that are names with prefixes
"check_xi_serice_" versus names with prfixes "check_"?

Here are some examples:

check_xi_service_tcp and check_tcp
check_xi_service_ftp and check_ftp
check_xi_service_http and check_http



thanks,
ik

Re: differences in prefixes for check command plugin names?

Posted: Fri Oct 20, 2017 12:07 pm
by cdienger
The backend commands for these are what's important and besides the tcp check, they take the same argument format. This is likely just historical hold over from Core and either command should work from XI.

Re: differences in prefixes for check command plugin names?

Posted: Fri Oct 20, 2017 3:55 pm
by ikekim
When I create my website URL services using check_xi_service_http to monitor remote URL, it gives me HTTP 500 error, but once I change the service to use the command check_http, then it works fine.

thanks,
ik

Re: differences in prefixes for check command plugin names?

Posted: Mon Oct 23, 2017 12:16 pm
by cdienger
It is possible that the commands may have been edited(Configure > Core Config Manager > Commands > _Commands) . Verify the back end command and arguments configured there for each.

Also, use the Run Check Command button to run the check with the different names selected, and post the results(remove anything sensitive).