Disable (warn/crit) from Service Problems and Email Notifications

We have check_mk monitoring storage and in the Service Problems page it shows the volume with issues but also shows the (crit/warning 85%/95%), trend xxxx
We receive email notifications that include the $SERVICEDESC$ and $SERVICEOUTPUT$ parameter which includes the crit/warn states. I don’t mind them being in the Service Problems page but do not need them in the emails. I know I could remove $SERVICEOUTPUT$ in the emails but it also contains the percentage of the volume usage, which we need. I couldn’t find any other parameter that would include the percentage used. So is there a way to omit the crit/warn percentages in emails? And also the trend parameters?

Hey mate!

Have you taken a look at this list?

I’ve never done this before but maybe something like $SERVICEPERFDATA$ could be a possible solution.

Let me know if this helps!

Daniel

Thank you for the reply, unfortunately that won’t do it. Currently SERVICEPERFDATA has this output:
fs_used=181278258;173423779.76;187218853.15;0;197072477 fs_size=197072477;;;; growth=-1646751.884993;;;; trend=132097.608058;;;0;8211353

As an example. The output I’m using SERVICEOUTPUT has this output:
WARN - 91.99% used (172.88 of 187.94 TB), (warn/crit at 88.0%/95.0%), trend: +129 GB / 24 hours

BUT I’d like for it to omit the:
, (warn/crit at 88.0%/95.0%), trend: +129 GB / 24 hours
portion, or at least the warn/crit list.