Hope to get some instructions on configuring the body of the Pulse alert email that is sent out. Thank you in advance!
Namely, the default Pulse email alerts show all threads (which can be a lengthy list) and we want to filter out the idle threads (similar to what you can do in the Session monitor).
I found some old documentation which talks about editing “pulse/webapps/ROOT/WEB-INF/alert-templates/alert-templates/default.hbs”. I found a section in the HTML which repeats the rows for each thread but I’m not sure how to reference just the non-idle threads. I assume there’s something I can add to this section to filter out the idle threads? Thanks!
<div style="padding: 3px;">
{{#each state.serviceStates}}
{{#isRunning this serviceState }}
Thanks for updating the document Vincent! For anyone curious, here’s the solution using Handlebar (need to add the “unless” clause in this section of the default template):