Adding ServerPing to your Client Area template

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>

  • 106 Utilisateurs l'ont trouvée utile
Cette réponse était-elle pertinente?

Articles connexes

Installation Guide

Requirements You will need at least one Cent OS 6 (64 bit recommended) VPS/Dedicated server with...

Adding ServerPing Package

  Login to your WHMCS Admin Area and go to Setup->Products/Services->Products/Services...

Adding a SMS Credits Package

Login to your WHMCS Admin Area and go to Setup->Products/Services->Products/Services...

System Requirements

Requirements You will need at least one Cent OS 6 (64 bit recommended) VPS/Dedicated server with...

Getting Started with ServerPing

Monitoring your servers with ServerPing is quick and easy. Setting up your alert contacts...