ISC DHCP GUI Monitoring.
glass-isc-dhcp
nextjs-dashboard
# 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
# 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
https://github.com/vercel/next.js/tree/canary/examples/with-docker-compose
https://dhcpd-pools.sourceforge.net/
https://zenn.dev/s_yoshiki/articles/entry-20210208-subnetmask-js
https://standards-oui.ieee.org/oui/oui.txt
https://qiita.com/hibiki1031/items/e0e317867a2eb62530dc
https://qiita.com/Higemal/items/c51daa2c8bcdaf3b6fc8
"RSYSLOG_TraditionalFileFormat" → "OCT 10 09:01:01"
"RSYSLOG_FileFormat" → "2018-10-10T10:37:53.063083+09:00"