aboutsummaryrefslogtreecommitdiff
path: root/htmlreport/gen-html.php
diff options
context:
space:
mode:
Diffstat (limited to 'htmlreport/gen-html.php')
-rwxr-xr-xhtmlreport/gen-html.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/htmlreport/gen-html.php b/htmlreport/gen-html.php
index 92dc41c..8969e0d 100755
--- a/htmlreport/gen-html.php
+++ b/htmlreport/gen-html.php
@@ -7,6 +7,11 @@ if (!file_exists($cfgfile)) {
}
require $cfgfile;
+if (!function_exists('rrd_lastupdate')) {
+ echo "rrd PHP extension is missing\n";
+ exit(2);
+}
+
$data = array();
foreach ($names as $id => $name) {
$data[$id]['name'] = $name;