Update the code handling sending the ping command to the fail2ban server
to correctly handle the response. The response is of type `Tupple`, not
`[]string`.
Add support for sending a ping command to the fail2ban server over the
socket file. This includes encoding the command data using og-rek and
decoding the response using `gopickle`.