[
https://issues.apache.org/jira/browse/TS-4032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15033846#comment-15033846
]
ASF GitHub Bot commented on TS-4032:
------------------------------------
Github user SolidWallOfCode commented on the pull request:
https://github.com/apache/trafficserver/pull/343#issuecomment-160998361
I hand marshall the message from `traffic_manager` to `traffic_server`
because the technique you suggest did not work for me. What I did was pass the
raw message data, which should be the same thing as you suggested (because the
raw data is the marshalled message from `traffic_ctl`). But I saw no way to
unmarshall the data when it arrives in `traffic_server`. If you know how to do
that, feel free to fix this after it's committed.
> Provide command line alert feature for plugins
> ----------------------------------------------
>
> Key: TS-4032
> URL: https://issues.apache.org/jira/browse/TS-4032
> Project: Traffic Server
> Issue Type: New Feature
> Components: Plugins
> Reporter: Alan M. Carroll
> Assignee: Alan M. Carroll
> Labels: Review
> Fix For: 6.1.0
>
>
> Add another event to the lifecycle hook, ALERT. This will be sent only from
> an external API, e.g. {{traffic_ctl}}. Any plugin that wants to be alertable
> from the command line can attach to this hook and watch for the event
> {{TS_EVENT_LIFECYCLE_ALERT}}. The data for the event wil be a string that is
> provided by the external agent.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)