We originally installed an image from the cPanel website. The /root parition holds the system information and the /data houses the users web and mail data. Unfortunatley the /root partition is NOT installed as an LVM which makes it difficult to expand. What I did notice is that the users MySQL data is actually stored in the /root Read More…
Tag: cpanel
Useful Exim Commands
Here are some useful CLI commands when dealing with mail queues on EXIM: List amount of messages in the queue /usr/sbin/exim -bpc List all messages in the queue /usr/sbin/exim -bp Get a summary of the current mail queue /usr/sbin/exim -bp | exiqsumm Here is an example output Count Volume Oldest Newest Domain Read More…
Add NRPE Exim Mailqueue Check to cPanel Server
This blog assumes that NRPE and nagios plugins are already installed on the remote server. Remote OS: Centos 6.7Nagios Server OS: Centos 5.7WHM: 11.50.0NRPE: 2.14 Remote server Download the check_eximailqueue plugin (version 1.3 as of writing) from Nagios.org . Upload the plugin to the the Nagios plugin directory (/usr/lib64/nagios/plugins/) on the remote server [RemoteServer]# vi /usr/lib64/nagios/plugins/check_eximailqueue Uncomment the following Read More…