summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/health.html
diff options
context:
space:
mode:
authorDavid Reyna <David.Reyna@windriver.com>2017-07-28 17:14:13 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-31 15:13:53 +0100
commit3bc3d26b465b5af3cebc1d4c0d1fa382965c32cf (patch)
tree6723a54029a4a3c5eaa75d19eae07aec792c792d /bitbake/lib/toaster/toastergui/templates/health.html
parent3f71378fdeed0d5f18eb7c58776fd313a0ab8fe3 (diff)
downloadpoky-3bc3d26b465b5af3cebc1d4c0d1fa382965c32cf.tar.gz
bitbake: toaster: enable remote HTTP API for status aggregation
Add support for Toaster aggregators with a set of api links that return JSON data for (a) builds in progress, (b) builds completed, (c) specific build data, and (d) an is-alive health ping link. [YOCTO #11794] (Bitbake rev: d8e79661c69671dd424dca5cc3f7f2f855b0afed) Signed-off-by: David Reyna <David.Reyna@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/health.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/health.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/health.html b/bitbake/lib/toaster/toastergui/templates/health.html
new file mode 100644
index 0000000000..f17fdbc439
--- /dev/null
+++ b/bitbake/lib/toaster/toastergui/templates/health.html
@@ -0,0 +1,6 @@
1<!DOCTYPE html>
2<html lang="en">
3 <head><title>Toaster Health</title></head>
4 <body>Ok</body>
5</html>
6