My Linux team has a custom page , and currently has 2 resources to show "Linux Down Nodes" and "Linux Unmanaged Nodes"

These were configured with the "All Nodes - Table" resource, and use these SQL filters:
Down Nodes: Department = 'Linux' AND status=2
Unmanaged Nodes: Department = 'Linux' AND status=9
I'd like to also display a resource box showing "Linux Muted Nodes" ... is there a recommended SQL filter I can use to include in an additional resource table?