Fixed
Details
Assignee
Alejandro GalueAlejandro GalueReporter
Alejandro GalueAlejandro GalueLabels
Components
Affects versions
Priority
Major
Details
Details
Assignee
Alejandro Galue
Alejandro GalueReporter
Alejandro Galue
Alejandro GalueLabels
Components
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created August 1, 2017 at 1:50 PM
Updated September 20, 2017 at 3:32 PM
Resolved August 18, 2017 at 11:16 AM
There are several valid use cases on which adding large content for the
reason
parameter associated with anodeLostService
event is justified. An example is usingHttpPostMonitor
to retrieve the status of several elements through a SOAP interface, or doing something similar through theBsfMonitor
; and then explain in detail why the the service is not running when creating an outage.There is a physical limitation to 255 characters inside the PollStatus class. It seems like this limitation is associated with a table on the database called
location_specific_status_changes
that is not being used (verified on Meridian 2016 and Horizon 20.0.1).Either way, there is no reason for limiting this field considering that the
events.eventparms
column is already defined astext
, and the table that is enforcing this limitation is not even used.I suggest to remove this limitation from the code and the database.