![]() |
How to disable Munin in cPanel/WHM, but not remove it [SOLVED]
I've been having some odd resource issues with a cPanel VPS in recent months. The only major change made to the server during that timeframe was the addition of Munin. And several of the resource alert emails seem to indicate Munin is an open process at the time of failure. So for testing (process of elimination), I'd like to disable Munin without completely uninstalling it. Install and uninstall is rather easy from within WHM, while simply disabling it must be done through SSH.
Stop Munin: Stop the Munin service: Code:
service munin-node stopConfirm that Munin is set to run as server boot: Code:
chkconfig --listCode:
chkconfig --del munin-nodeCode:
/etc/init.d/crond restartVerify that a munin cron job is scheduled: Code:
crontab -u munin -lCode:
nano /var/spool/cron/muninCode:
*/5 * * * * /usr/bin/munin-cronCode:
# */5 * * * * /usr/bin/munin-cronTo "unremove" Munin: (1) Uncomment the cron and restart the service, (2) Re-add Munin to the server startup tasks with chkconfig --add munin (3) Start the service |
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.