diff --git a/html/index.php b/html/index.php
index 46ceedac6..3d6f864f9 100755
--- a/html/index.php
+++ b/html/index.php
@@ -309,12 +309,19 @@ echo(' Powered by ' . $config['proj
0) {
+ $msg_box[] = array('type' => 'warning', 'message' => "It appears as though you have some devices that haven't completed polling within the last 15 minutes, you may want to check that out :)",'title' => 'Devices unpolled');
+}
+
if(is_array($msg_box)) {
echo("");