From 49ab69786396f76b50da6993216e3269ea33d2bf Mon Sep 17 00:00:00 2001 From: laf Date: Sun, 1 Feb 2015 16:42:09 +0000 Subject: [PATCH] Added message box when devices haven't been polled for 15 minutes or more but are marked as up --- html/index.php | 7 +++++++ 1 file changed, 7 insertions(+) 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("");