You will need to provide a link to the SeverPing module from your client area. We recommend adding an additonal drop down menu to the main WHMCS toolbar.
Edit the templates/default/header.tpl file
Add the following in the topbar section placed where you would like the menu to go.
<ul class="nav">
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Server Monitoring<b class="caret"></b>
<ul class="dropdown-menu">
<li><a href="index.php?m=serverping&action=checks">Checks</a></li>
<li><a href="index.php?m=serverping&action=contacts">Alert Contacts</a></li>
<li><a href="index.php?m=serverping&action=notification_lists">Notification Lists</a></li>
</ul>
</li>
</ul>