upa / deadman

deadman is a curses-based host status checking application using ping
MIT License
342 stars 44 forks source link

Implement Parse and Validate config before running curses.wrapper #26

Open pichuang opened 2 months ago

pichuang commented 2 months ago

This pull request to the deadman file includes changes to improve the readability of regular expressions, add a new configuration validation function, and ensure the configuration is validated before running the main program logic.

Code readability improvements:

New functionality: