From 73418f65de99e5fb41eebd9a44d8df65a708ac6e Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Tue, 14 May 2019 12:55:15 -0700 Subject: [PATCH] Updated Bulk Import Services (markdown) --- Bulk-Import-Services.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Bulk-Import-Services.md b/Bulk-Import-Services.md index c2cc085..38fe9fc 100644 --- a/Bulk-Import-Services.md +++ b/Bulk-Import-Services.md @@ -1,9 +1,13 @@ -You can import multiple services based on a CSV file with the format below. You can view an example CSV file at [source/tmpl/bulk_import.csv](https://github.com/hunterlong/statping/blob/master/source/tmpl/bulk_import.csv). +You can import multiple services based on a CSV file with the format below. You can view an example CSV file at [source/tmpl/bulk_import.csv](https://github.com/hunterlong/statping/blob/master/source/tmpl/bulk_import.csv). Visit the Statping Settings page and scroll to the bottom to upload your CSV file and import multiple services with ease! +###### `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 ``` +## Requirements + +- Each row must have 16 columns. - `interval` must be in Duration format. (`60s` is 60 seconds, `2m` is 2 minutes, `1h` is 1 hour) - `timeout` must be in Duration format. (`60s` is 60 seconds, `2m` is 2 minutes, `1h` is 1 hour)