/**
* @param args the command line arguments
*/
public static void main(final String[] args) {
Config config;
config = Config.LoadConfigFromFile(new ObjectMapper(new YAMLFactory()), System.getProperty("user.home") + "/.pgobserver.yaml");
if ( config == null ) {
LOG.error("Config could not be read from yaml");
return;