An open API service indexing awesome lists of open source software.

https://github.com/be-hase/honoumi-monitoring-admin

Admin page for monitoring function of honoumi
https://github.com/be-hase/honoumi-monitoring-admin

Last synced: 3 months ago
JSON representation

Admin page for monitoring function of honoumi

Awesome Lists containing this project

README

        

# Honoumi Monitoring Admin

This is the Admin page of monitoring function for Honoumi.

This works only in JavaScript.
(So-called single page application)

Features...

* Connect to Honoumi Monitoring
* Edit status of Honoumi Monitoring
* Confirmation of the event
* Create, read, update, or delete query
* Get Results of each query

## How to use

1. Please to `git clone` the repository.
2. Open the index.html of the app directory by bowser. That's all there is to it.(Please use a modern browser.)

Of course, you can place on the server. Please use freely.

## Screenshot

### select(regist) group
![select group](https://raw.githubusercontent.com/be-hase/honoumi-monitoring-admin/master/docs/img/select_group.png)

### status
![status](https://raw.githubusercontent.com/be-hase/honoumi-monitoring-admin/master/docs/img/status.png)

### queries
![queries](https://raw.githubusercontent.com/be-hase/honoumi-monitoring-admin/master/docs/img/queries.png)

### query results
![query results](https://raw.githubusercontent.com/be-hase/honoumi-monitoring-admin/master/docs/img/query_results.png)