Pending proper Icinga monitoring, small checks could be interesting:
$ mysql -e "SHOW STATUS" | grep Max_used_connections | awk '{print $2}' 145
Report if > 135 (90% of 150 connections max)
Pending proper Icinga monitoring, small checks could be interesting:
$ mysql -e "SHOW STATUS" | grep Max_used_connections | awk '{print $2}' 145
Report if > 135 (90% of 150 connections max)