/etc/init.d/munin-node restart
You could add this command to execute (run automatically) at login by editing your /etc/rc.local file, it would look like:
Open /etc/rc.local:
nano /etc/rc.local
Add your command:
/etc/init.d/munin-node restart
Save and close nano.
If you have a previous version to 11.32.2 (build 15) follow these instructions:
1. Edit the /etc/munin/plugin-conf.d/cpanel.conf Munin configuration file, and modify the [mysql*] section to look like below:
[mysql*]user rootgroup wheelenv.mysqladmin /usr/bin/mysqladmin
2. Save and close nano
3. Restart Munin service:
/etc/init.d/munin-node restart
Give at least 5 minutes for munin to do it's thing, before seeing it's updated graphs
4. If you still do not see the graphs, go back and edit your cpanel.conf file so it looks like this:
[mysql*]user rootgroup wheelenv.mysqladmin /usr/bin/mysqladminenv.mysqlopts --defaults-extra-file=/root/.my.cnf
5. Restart Munin service:
/etc/init.d/munin-node restart
Remembering to wait at least 5 minutes for Munin to gather statistics and check the graphs again.




Top