Code

Initial commit of the SysDB web interface.
authorSebastian Harl <sh@tokkee.org>
Thu, 20 Nov 2014 22:19:18 +0000 (23:19 +0100)
committerSebastian Harl <sh@tokkee.org>
Thu, 20 Nov 2014 22:19:18 +0000 (23:19 +0100)
commit97fc96d8f8b5ac83ade0af269ccb98cb1a2abdf0
treed2047b879fa95f644a52ba2b66f7ce7a08c47827
Initial commit of the SysDB web interface.

This is the initial version of a web-based client programm for querying SysDB
(https://sysdb.io/). For now, it supports browsing, querying, and displaying
basic information about hosts, services, and metrics.
15 files changed:
COPYING [new file with mode: 0644]
README [new file with mode: 0644]
main.go [new file with mode: 0644]
server/error.go [new file with mode: 0644]
server/server.go [new file with mode: 0644]
static/images/favicon.png [new file with mode: 0644]
static/images/owl.png [new file with mode: 0644]
static/style/main.css [new file with mode: 0644]
templates/host.tmpl [new file with mode: 0644]
templates/hosts.tmpl [new file with mode: 0644]
templates/main.tmpl [new file with mode: 0644]
templates/metric.tmpl [new file with mode: 0644]
templates/metrics.tmpl [new file with mode: 0644]
templates/service.tmpl [new file with mode: 0644]
templates/services.tmpl [new file with mode: 0644]