check-ssh-chat
check-ssh-chat copied to clipboard
Repeat mode
Would be handy if we could specify a --repeat <duration> flag which makes the checker stay logged into the server and keep repeating the DM check every
(Parse duration using http://golang.org/pkg/time/#ParseDuration)
What do you think?
This way I could do...
check-ssh-chat --repeat 10m || pkill -f ssh-chat
Sounds like a reasonable feature :+1:
About to head to bed though, so I won’t be able to implement it tonight :)
For now you’ll have to run it as a cron job or similar.
Sounds good! If I have time before I leave, I'll send a PR.