summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/local/www/status_rrd_graph.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/usr/local/www/status_rrd_graph.php b/src/usr/local/www/status_rrd_graph.php
index 615317e..0691032 100644
--- a/src/usr/local/www/status_rrd_graph.php
+++ b/src/usr/local/www/status_rrd_graph.php
@@ -171,6 +171,15 @@ if ($_POST['option']) {
continue 2;
}
}
+ case "dhcpd":
+ foreach ($databases as $database) {
+ if (preg_match("/[-]dhcpd\.rrd/i", $database)) {
+ /* pick off the 1st database we find that matches the dhcpd graph */
+ $name = explode("-", $database);
+ $curoption = "$name[0]";
+ continue 2;
+ }
+ }
case "captiveportal":
$curoption = "allgraphs";
break;
OpenPOWER on IntegriCloud