Go to file
2023-11-12 18:24:24 -06:00
utils Moved test_pools to test.sh 2023-11-12 18:15:55 -06:00
.gitignore Had to edit gitignore to add config.sh 2023-11-12 18:24:24 -06:00
config.sh Had to edit gitignore to add config.sh 2023-11-12 18:24:24 -06:00
main.sh forgot to add main.sh 2023-11-12 18:08:51 -06:00
README.md Added README.md 2023-11-12 13:31:08 -06:00

Monitor DHCP Bash

This project is being made to be an automated way to monitor your legacy DHCP servers (if you are to have one that you can't just replace).

What is it written in

This will be written to work with Bash. I will be trying to make it syntax & feature compatible with legacy sh, as that is what most will be using on old depricated servers.

However, the project will be written in bash first. So You are guarenteed for it to work with bash. You should try to compile the most recent version of bash from source if you can, otherwise it may be a while before I can rework the project to support older versions.