Hi,
This worked for me, thanks.
No more warnings showing at the MUNIN graph InnoDB free.
To help anyone wondering about the command flow, my terminal screen was something like this, FYI:
[email protected] [~]# mysql -e "SHOW VARIABLES LIKE 'innodb_data_file_path'"
+-----------------------+------------------------+
| Variable_name | Value |
+-----------------------+------------------------+
| innodb_data_file_path | ibdata1:10M:autoextend |
+-----------------------+------------------------+
[email protected] [~]# vi /etc/munin/plugin-conf.d/mysql_innodb
[email protected] [~]# cat /etc/munin/plugin-conf.d/mysql_innodb
[mysql_innodb]
env.warning 0
env.critical 0
[email protected] [~]# /etc/init.d/munin-node restart
Stopping Munin Node agents: [ OK ]
Starting Munin Node: [ OK ]
[email protected] [~]# su munin -c /usr/bin/munin-cron
This account is currently not available.
[email protected] [~]# su - munin --shell=/bin/bash
Attempting to create directory /home/munin/perl5
[email protected] [~]# /usr/local/cpanel/3rdparty/perl/514/bin/munin-cron
[email protected] [~]#
[email protected] [~]# logout
[email protected] [~]#