Custom Views: Is it possible to use Wildcards/Regex for Joined Column Service Names?

I’ve tried the following, but sadly nothing works :frowning:

~Disk (Drive | Disk |HDD)1
Disk (Drive | Disk |HDD)1
Disk D.*1
Disk [a-zA-Z ]+1
~Disk [a-zA-Z ]+1
~Disk*1
Disk%1
~Disk%1

Is it possible to overwrite SNMP service names (in Check_MK)?

EDIT: Yes it is. This solved my issue:

I added the rule as follows:
image

1 Like