I've found a list of plugins that are interesting and exist that many people might not know about.
Account DNS Check plugin for cPanel/WHM
This plugin gives administrators the ability to easily get a list of domains on their cPanel/WHM server that do not resolve to the correct IP. This is very helpful when doing server to server transfers, or auditing a server to remove old accounts. You can run this script and easily see a list of domains that are pointing to the old server or customers who are no longer hosted on their server.

Clean Backups plug-in for cPanel/WHM
cPanels backup script will not remove backups for accounts that no longer exist and these backups will remain on the backup drive until removed. This plug-in gives administrators the ability to clean up their backup directory by setting how long they want to keep backups for accounts that no longer exist and removing those backups when they expire. The script can be run by hand or after automatically after the cPanel backup script finishes.

WatchMySQL plugin for cPanel/WHM
This plugin gives administrators the ability to monitor concurrent user connections to MySQL. The WatchMySQL daemon can be configured so that when a user exceeds theire connection limit a notification is sent to the administrator and/or user. The daemon can also be configured so that it will kill off those connections. Limits can be set per user, per package, or globally.

The point of this thread is some intesting cPanel/WHM plugins could be listed here for usage purposes.
The ones I posted are created by NDCHost.com - you can find more information about each plugin on their plugins page.
Source: http://www.ndchost.com/cpanel-whm/plugins/
If you have any other interesting cPanel/WHM plugins that could be useful, please list them here, these are ones for starters.
Account DNS Check plugin for cPanel/WHM
This plugin gives administrators the ability to easily get a list of domains on their cPanel/WHM server that do not resolve to the correct IP. This is very helpful when doing server to server transfers, or auditing a server to remove old accounts. You can run this script and easily see a list of domains that are pointing to the old server or customers who are no longer hosted on their server.

PHP:
cd /home
rm -f latest-accountdnscheck
wget http://www.ndchost.com/cpanel-whm/plugins/accountdnscheck/download.php
sh latest-accountdnscheck
Clean Backups plug-in for cPanel/WHM
cPanels backup script will not remove backups for accounts that no longer exist and these backups will remain on the backup drive until removed. This plug-in gives administrators the ability to clean up their backup directory by setting how long they want to keep backups for accounts that no longer exist and removing those backups when they expire. The script can be run by hand or after automatically after the cPanel backup script finishes.

PHP:
cd /home
rm -f latest-cleanbackups
wget http://www.ndchost.com/cpanelwhm/plugins/cleanbackups/download.php
sh latest-cleanbackups
WatchMySQL plugin for cPanel/WHM
This plugin gives administrators the ability to monitor concurrent user connections to MySQL. The WatchMySQL daemon can be configured so that when a user exceeds theire connection limit a notification is sent to the administrator and/or user. The daemon can also be configured so that it will kill off those connections. Limits can be set per user, per package, or globally.

PHP:
cd /home
rm -f latest-watchmysql
wget http://www.ndchost.com/cpanel-whm/plugins/watchmysql/download.php
sh latest-watchmysql
The point of this thread is some intesting cPanel/WHM plugins could be listed here for usage purposes.
The ones I posted are created by NDCHost.com - you can find more information about each plugin on their plugins page.
Source: http://www.ndchost.com/cpanel-whm/plugins/
If you have any other interesting cPanel/WHM plugins that could be useful, please list them here, these are ones for starters.
Last edited: