Skip to content

Commit

Permalink
Add some test Slack data
Browse files Browse the repository at this point in the history
  • Loading branch information
FTWynn committed Jan 17, 2016
1 parent 24d86ea commit dcf229d
Showing 1 changed file with 94 additions and 0 deletions.
94 changes: 94 additions & 0 deletions config/slacktest.data
@@ -0,0 +1,94 @@
{
"lines" : [
{
"Text" : "{\"username\":\"chaos-monkey\",\"icon_emoji\":\":monkey:\",\"text\":\"Choas monkey currently running: 0 unexpected failures so far...\"}",
"IntervalSecs" : 60,
"IntervalStdDev" : 0.5,
"TimestampFormat" : "Jan 02 15:04:05",
"Headers" : [
{"Header" : "Content-type",
"Value" : "application/json"}
]
},
{
"Text" : "{\"username\":\"unicorn-server\",\"icon_emoji\":\":unicorn_face:\",\"text\":\"Unicorn error rate below 1% threshold\"}",
"IntervalSecs" : 60,
"IntervalStdDev" : 0.5,
"TimestampFormat" : "Jan 02 15:04:05",
"Headers" : [
{"Header" : "Content-type",
"Value" : "application/json"}
]
},
{
"Text" : "{\"username\":\"container-runner\",\"icon_emoji\":\":whale:\",\"text\":\"Container as5d4 moved to host us-east-03\"}",
"IntervalSecs" : 60,
"IntervalStdDev" : 0.5,
"TimestampFormat" : "Jan 02 15:04:05",
"Headers" : [
{"Header" : "Content-type",
"Value" : "application/json"}
]
},
{
"Text" : "{\"username\":\"build-check\",\"icon_emoji\":\":ant:\",\"text\":\"master currently passing all build tests\"}",
"IntervalSecs" : 60,
"IntervalStdDev" : 0.5,
"TimestampFormat" : "Jan 02 15:04:05",
"Headers" : [
{"Header" : "Content-type",
"Value" : "application/json"}
]
},
{
"Text" : "{\"username\":\"src-push-check\",\"icon_emoji\":\":turtle:\",\"text\":\"Commit 4r8ud pushed from TortoiseHg\"}",
"IntervalSecs" : 60,
"IntervalStdDev" : 0.5,
"TimestampFormat" : "Jan 02 15:04:05",
"Headers" : [
{"Header" : "Content-type",
"Value" : "application/json"}
]
},
{
"Text" : "{\"username\":\"malware-scan\",\"icon_emoji\":\":bug:\",\"text\":\"Virus scan: 45 systems, 0 infected\"}",
"IntervalSecs" : 60,
"IntervalStdDev" : 0.5,
"TimestampFormat" : "Jan 02 15:04:05",
"Headers" : [
{"Header" : "Content-type",
"Value" : "application/json"}
]
},
{
"Text" : "{\"username\":\"crypto-builder\",\"icon_emoji\":\":blowfish:\",\"text\":\"Entropy reached for next keygen. Estimated time until next key: 60 seconds\"}",
"IntervalSecs" : 60,
"IntervalStdDev" : 0.5,
"TimestampFormat" : "Jan 02 15:04:05",
"Headers" : [
{"Header" : "Content-type",
"Value" : "application/json"}
]
},
{
"Text" : "{\"username\":\"os-updater\",\"icon_emoji\":\":goat:\",\"text\":\"Ubuntu 14.04 updates complete on host $[1,45]\"}",
"IntervalSecs" : 60,
"IntervalStdDev" : 0.5,
"TimestampFormat" : "Jan 02 15:04:05",
"Headers" : [
{"Header" : "Content-type",
"Value" : "application/json"}
]
},
{
"Text" : "{\"username\":\"Prod Alert Bot\",\"icon_emoji\":\":bangbang:\",\"attachments\":[{\"fallback\":\"Unexpected error detected on prod. <http://service.sumologic.com|Click here> to investigate in Sumo Logic.\", \"color\":\"danger\", \"text\":\"@channel Unexpected error detected on prod. <http://service.us2.sumologic.com/ui/index.html#section/search/@@error|Click here> to investigate in Sumo Logic.\",\"image_url\":\"http://i.giphy.com/Q0431bYcFu5X2.gif\"}]}",
"IntervalSecs" : 60,
"IntervalStdDev" : 0.5,
"TimestampFormat" : "Jan 02 15:04:05",
"Headers" : [
{"Header" : "Content-type",
"Value" : "application/json"}
]
}
]
}

0 comments on commit dcf229d

Please sign in to comment.