Skip to content

ISC DHCP ServerをモニタリングするDHCPもにたん

License

Notifications You must be signed in to change notification settings

showgayaki/dhcp-monitan

Repository files navigation

DHCPもにたん

ISC DHCP GUI Monitoring.

Special Thanks

glass-isc-dhcp
nextjs-dashboard

Development

# Create a network
docker network create dhcp-monitan_network

# Build & Up
docker compose -f docker-compose.dev.yml build && docker compose -f docker-compose.dev.yml up -d

Production

# chmod dhcpd.log (Maybe there is a better way...)
chmod o+r /var/log/dhcpd.log

# copy env file
cp next-app/.env.production .env

# Create a network
docker network create dhcp-monitan_network

# Build & Up
docker compose -f docker-compose.prod.yml build && docker compose -f docker-compose.prod.yml up -d

Screenshots

index-480
leases-480--bokashi

Reference

Docker

https://github.com/vercel/next.js/tree/canary/examples/with-docker-compose

dhcpd-pools

https://dhcpd-pools.sourceforge.net/

calc subnetmask

https://zenn.dev/s_yoshiki/articles/entry-20210208-subnetmask-js

oui

https://standards-oui.ieee.org/oui/oui.txt
https://qiita.com/hibiki1031/items/e0e317867a2eb62530dc

rsyslog

https://qiita.com/Higemal/items/c51daa2c8bcdaf3b6fc8

"RSYSLOG_TraditionalFileFormat" → "OCT 10 09:01:01"
"RSYSLOG_FileFormat"      → "2018-10-10T10:37:53.063083+09:00"

About

ISC DHCP ServerをモニタリングするDHCPもにたん

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published