author | Sebastian Harl <sh@tokkee.org> | |
Thu, 20 Nov 2014 22:19:18 +0000 (23:19 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 20 Nov 2014 22:19:18 +0000 (23:19 +0100) | ||
commit | 97fc96d8f8b5ac83ade0af269ccb98cb1a2abdf0 | |
tree | d2047b879fa95f644a52ba2b66f7ce7a08c47827 | tree | snapshot |
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.
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] | blob |
README | [new file with mode: 0644] | blob |
main.go | [new file with mode: 0644] | blob |
server/error.go | [new file with mode: 0644] | blob |
server/server.go | [new file with mode: 0644] | blob |
static/images/favicon.png | [new file with mode: 0644] | blob |
static/images/owl.png | [new file with mode: 0644] | blob |
static/style/main.css | [new file with mode: 0644] | blob |
templates/host.tmpl | [new file with mode: 0644] | blob |
templates/hosts.tmpl | [new file with mode: 0644] | blob |
templates/main.tmpl | [new file with mode: 0644] | blob |
templates/metric.tmpl | [new file with mode: 0644] | blob |
templates/metrics.tmpl | [new file with mode: 0644] | blob |
templates/service.tmpl | [new file with mode: 0644] | blob |
templates/services.tmpl | [new file with mode: 0644] | blob |