X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/696fcd7ce4d495e356667019493bf312e2a6e47b..08fc60226f224de87d665aa7c55b6eaa9f66d768:/www/status.php diff --git a/www/status.php b/www/status.php new file mode 100644 index 0000000..3bc52cf --- /dev/null +++ b/www/status.php @@ -0,0 +1,18 @@ +countDocuments(); + +$queue = new Queue(); +$gearStatus = $queue->getServerStatus(); + +render( + 'status', + array( + 'esDocs' => $esDocs, + 'gearStatus' => $gearStatus, + ) +); +?>