Fixed
Details
Assignee
Patrick SchweizerPatrick SchweizerReporter
Jesse WhiteJesse WhiteComponents
Sprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Patrick Schweizer
Patrick SchweizerReporter
Jesse White
Jesse WhiteComponents
Sprint
None
Fix versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created May 23, 2018 at 1:27 PM
Updated August 14, 2018 at 12:22 AM
Resolved August 14, 2018 at 12:22 AM
Currently, when the date from a syslog message is parsed by OpenNMS and this date does not include a time zone, we assume that the date is in the same timezone as the OpenNMS system is currently configured.
Such a message may look like:
<11>Mar 22 14:24:49 node1 last message repeated 25 times
It should be possible to configure this behavior and set a specific timezone to use in this case. This should work when using either the
CustomSyslogParser
, or theRadixTreeParser
.