Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bahamas10/node-dhcpd-dashboard
Create an HTTP dashboard for isc-dhcpd
https://github.com/bahamas10/node-dhcpd-dashboard
Last synced: 15 days ago
JSON representation
Create an HTTP dashboard for isc-dhcpd
- Host: GitHub
- URL: https://github.com/bahamas10/node-dhcpd-dashboard
- Owner: bahamas10
- Created: 2015-05-16T00:31:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-06T00:16:28.000Z (over 1 year ago)
- Last Synced: 2024-12-08T15:42:42.834Z (about 1 month ago)
- Language: HTML
- Size: 255 KB
- Stars: 14
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DHCPD Dashboard
===============Create an HTTP dashboard for isc-dhcpd
![screenshot](/screenshots/dhcpd-dashboard-1.png)
Installation
------------npm install -g dhcpd-dashboard
Example
-------$ dhcpd-dashboard /var/db/isc-dhcp/dhcpd.leases
listening on http://0.0.0.0:8080 - leases file /var/db/isc-dhcp/dhcpd.leases
10.0.1.229 - - [16/May/2015:00:38:35 -0000] "GET /dhcpd.json HTTP/1.1" 200 10409 "http://dhcp:8080/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36"Usage
-----$ dhcpd-dashboard
usage: dhcpd-dashboard [-c config] [-p port] [-H host] [leases file]options
-h, --help print this message and exit
-H, --host [env DHCPD_HTTP_HOST] host on which to listen
-p, --port [env DHCPD_HTTP_PORT] port on which to listen
-c, --config [env DHCPD_CONFIG] config file to use
-u, --updates check for available updates
-v, --version print the version number and exitLicense
-------MIT License