MySQL too many open files warning
MySQL has too many open files, consider increase variables open_files_limit on {{ $labels.instance }}.
>>>
/
* 100 > 75
The rule computes the percentage of InnoDB open files (mysql_global_status_innodb_num_open_files) against the configured open_files_limit (mysql_global_variables_open_files_limit) and fires when this value exceeds 75 %, meaning MySQL is using more than three‑quarters of its allowed open file descriptors on the instance.
Get Alert✕
Download
Copy to Clipboard