Skip to content

Commit

Permalink
enhance readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cbernardone committed Oct 27, 2015
1 parent b07b681 commit a060cbb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ To use this helper code please do the following:
event.setCompCode("SUCCESS");
String eventUuid = UUID.randomUUID().toString();
event.setTrackingId(eventUuid);
event.setSourceFqn("APPL=WebOrders#SERVER=WebServer100#NETADDR=11.0.0.2#DATACENTER=DC1#GEOADDR=New York, NY");
event.setServer("WebServer100");
event.setNetAddr("11.0.0.2");
event.setDataCenter("DC1");
event.setGeoAddr("New York, NY");
event.setSourceUrl("http://www.wunderground.com");
event.setSeverity("SUCCESS");
event.setReasonCode(0);
Expand Down

0 comments on commit a060cbb

Please sign in to comment.