Have a profile that is running and when it generates the alarm and breaks up the output into an alarm and successive alarm count under the same alarm.
Release: 20.4
Component: logmon
Format Rules have not been applied to handle the output.
A way to deal with this in the case where you do not know what a given output may return (number of rows, ending statement, etc..), you can append a line to the command output like the following example:
/usr/bin/systemctl status nimbus.service; echo "end of output";
this added a carriage return and 'end of output' at the end of the command output:
Then I set my format rules like this:
The result is the complete output with 'end of output' tagged to the end in a single alarm.