mirror of
https://github.com/Akkadius/glass-isc-dhcp.git
synced 2025-07-28 16:14:41 +02:00
Update README.md
This commit is contained in:
parent
e4abd90411
commit
dc7d51e863
10
README.md
10
README.md
@ -4,8 +4,10 @@
|
|||||||
# Glass <img src="https://user-images.githubusercontent.com/3319450/31204769-06a0f9da-a933-11e7-87d5-efda1059ccfe.png" alt="Glass" width="20" height="20">
|
# Glass <img src="https://user-images.githubusercontent.com/3319450/31204769-06a0f9da-a933-11e7-87d5-efda1059ccfe.png" alt="Glass" width="20" height="20">
|
||||||
* Glass was created as a quick side project out of necessity to fulfill requirements not readily available through our production ISC DHCP Servers for our organization - I've decided to share it for anyone who would also find it useful
|
* Glass was created as a quick side project out of necessity to fulfill requirements not readily available through our production ISC DHCP Servers for our organization - I've decided to share it for anyone who would also find it useful
|
||||||
* More features and application-level things could be extended into the interface but my goals were simply the high yield features for our production network needs
|
* More features and application-level things could be extended into the interface but my goals were simply the high yield features for our production network needs
|
||||||
|
* Disclaimer: Glass and its author has no affiliation with ISC and the authors of isc-dhcp-server
|
||||||
|
* Original Author: Chris Miles: chris.miles.e@gmail.com
|
||||||
|
|
||||||
## Features
|
# Features
|
||||||
* Standalone NodeJS application that has a web interface, listens to the dhcp log and the leases file to collect analytics and data realtime
|
* Standalone NodeJS application that has a web interface, listens to the dhcp log and the leases file to collect analytics and data realtime
|
||||||
* DHCP IPv4 Support (No IPv6 at this time)
|
* DHCP IPv4 Support (No IPv6 at this time)
|
||||||
* Full OUI Database
|
* Full OUI Database
|
||||||
@ -34,9 +36,11 @@
|
|||||||
* Config editing through Glass creates a backup (snapshot) on success with no syntax errors and commits to production file
|
* Config editing through Glass creates a backup (snapshot) on success with no syntax errors and commits to production file
|
||||||
* Start / Stop / Restart server process
|
* Start / Stop / Restart server process
|
||||||
* Administrative Authentication enforced on administrative tasks (Restarts/Config/Glass Settings)
|
* Administrative Authentication enforced on administrative tasks (Restarts/Config/Glass Settings)
|
||||||
|
* Uses AdminBSB UI with customizations and tweaks
|
||||||
|
* Full Mobile support
|
||||||
|
|
||||||
## Dashboard
|
## Dashboard
|
||||||
* Glass has a dashboard containing quick-glance important information pertaining to the health of the server and the pools configured
|
* Glass has a dashboard containing quick-glance important information pertaining to the health of the server and the pools configured - statistics update in realtime
|
||||||
* DHCP Leases per second / minute
|
* DHCP Leases per second / minute
|
||||||
* Total Active Leases
|
* Total Active Leases
|
||||||
* Server CPU Utilization
|
* Server CPU Utilization
|
||||||
@ -73,7 +77,7 @@
|
|||||||

|

|
||||||
|
|
||||||
## Glass API
|
## Glass API
|
||||||
* Glass has a small but powerful REST API exposing data not otherwise available easily through raw isc-dhcp-server formats
|
* Glass has a small but powerful REST API exposing data not otherwise available easily through raw isc-dhcp-server data formats
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user