Fixed
Details
Assignee
Alejandro GalueAlejandro GalueReporter
Alejandro GalueAlejandro GalueComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Alejandro Galue
Alejandro GalueReporter
Alejandro Galue
Alejandro GalueComponents
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created April 23, 2015 at 12:12 PM
Updated April 23, 2015 at 4:17 PM
Resolved April 23, 2015 at 12:18 PM
In order to use an IPv6 address on a URL or the HTTP Host header, the IP address must be enclosed within brackets in order to be valid.
In other words,
Valid
Invalid
Valid
Invalid
The PSM is not checking if the IPv6 address has brackets when processing the placeholder which prevents the operation of the monitor.
The solution is to add the brackets at run-time if required in order to use the same PSM definition for both IPv4 and IPv6 addresses.