deadman icon indicating copy to clipboard operation
deadman copied to clipboard

deadman is a curses-based host status checking application using ping

Results 4 deadman issues
Sort by recently updated
recently updated
newest added

add state column at logging format

The current implementation uses `ping` commands on OSes. However, their options are different and sometimes changed (e.g., on ubuntu 18.04). So, we need to use OS-independent ping. Which is a...

enhancement

I needed timeline for daily operation. "--timeline" option is useful for debugging and snapshots sharing. Thank you ![image](https://user-images.githubusercontent.com/235452/200259599-de624564-d27c-49a0-abfb-9b043191d328.png)

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...