Merge branch '6-fix-monitor-vacuum-case-sensitive' into 'master'
Vacuum queries are capitalised so we need to match capitalised We needed to use case-insensitive matcher (ILIKE) beside I've changed the query that we match to be capitalised too because that's how you're going to see them on the server, at least is what I think Relates to #6 See merge request !17