amitsi / onieztp

Other
0 stars 0 forks source link

make web/dhcp server robust #23

Closed amitsi closed 7 years ago

amitsi commented 7 years ago

auto-start if crashed (dhcpd/webserver) allow logging of dhcpd in syslog or dmesg so more detailed troubleshooting can be done Allow pull of log files preferably through a single syslog type file containing(syslog, dhcp.conf) from the HTML itself

amitsi commented 7 years ago

Same with flask

amitsi commented 7 years ago

already there

venkytv commented 7 years ago

Moved the logging requirement to issue #36 .

Service management of dhcpd/webserver/flask is handled by supervisor within the container, which takes of restarting them in case of a crash.

Check status of supervised services within the container using this:

supervisorctl status