From 800dbc3c64322cb8885de6edcd5d3bc308252af9 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Tue, 14 May 2019 13:14:27 -0700 Subject: [PATCH] Updated Bulk Import Services (markdown) --- Bulk-Import-Services.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Bulk-Import-Services.md b/Bulk-Import-Services.md index ced18c9..d5a6ebc 100644 --- a/Bulk-Import-Services.md +++ b/Bulk-Import-Services.md @@ -3,7 +3,10 @@ You can import multiple services based on a CSV file with the format below. You ###### `bulk_import.csv` ```csv name,domain,expected,expected_status,interval,type,method,post_data,port,timeout,order,allow_notifications,public,group_id,headers,permalink -Bulk Upload,http://google.com,,200,60s,http,get,,,60s,1,true,true,,Authorization=example,bulk_example +Bulk Upload,http://google.com,,200,60s,http,get,,,60s,1,TRUE,TRUE,,Authorization=example,bulk_example +JSON Post,https://jsonplaceholder.typicode.com/posts,,200,1m,http,post,"{""id"": 1, ""title"": 'foo', ""body"": 'bar', ""userId"": 1}",,15s,2,TRUE,TRUE,,Content-Type=application/json,json_post_example +Google DNS,8.8.8.8,,,,tcp,,,53,10s,3,TRUE,TRUE,,,google_dns_example +Google DNS UDP,8.8.8.8,,,,udp,,,53,10s,4,TRUE,TRUE,,,google_dns_udp_example ``` ## Requirements