Rewrite the MPD status monitor to use a persistent connection.
Now the MPD status monitor don't create a new connection for each
update_interval miliseconds, it uses a persistent netcat connection to get
the mpd status.
This status monitor is a "merge" between statusd_exec and statusd_mpd.