diff --git a/html/pages/devices.inc.php b/html/pages/devices.inc.php
index bb3d12206..17e5f814a 100644
--- a/html/pages/devices.inc.php
+++ b/html/pages/devices.inc.php
@@ -44,7 +44,8 @@ $menu_options = array('bits' => 'Bits',
'uptime' => 'Uptime',
'storage' => 'Storage',
'diskio' => 'Disk I/O',
- 'poller_perf' => 'Poller'
+ 'poller_perf' => 'Poller',
+ 'ping_perf' => 'Ping'
);
$sep = "";
foreach ($menu_options as $option => $text)