Difference between revisions of "Subagent:PortCheck"

157 bytes added ,  17:28, 17 January 2016
Clarified ServiceResponseTime.* behavior before 2.0.2
(Clarified ServiceResponseTime.* return values)
(Clarified ServiceResponseTime.* behavior before 2.0.2)
Line 71: Line 71:
If return value = timeout value, this means the service was unreachable.
If return value = timeout value, this means the service was unreachable.


Please not there was a bug for versions older than 2.0.2, where if you provided invalid parameters, ServiceResponseTime.* would return a very low return value, altho the check never actually happened due to incorrect parameters.
Please note there was a bug for versions older than 2.0.2, where ServiceResponseTime.* would return response codes from ServiceCheck.* (1 for invalid arguments, 2 for "Cannot connect", etc.) incorrectly as the response time of the service.<br>
This means that you would see very low response time (1,2,3), even tho the check never happened, as the returned value was actually an error.


'''After 2.0.2'''
'''After 2.0.2'''
184

edits