check_postgres
check_postgres copied to clipboard
Exclude query from long running queries.
Is it possible to exclude a query from the query_time check ?
Every night I get one alert about query:autovacuum: VACUUM aaa.bbb
I tried blindly --exclude=~vacuum but it doesn't seem to be the correct way.
Thanks & thanks for the awesome plugin.