mirror of https://github.com/statping/statping
Updated Bulk Import Services (markdown)
parent
454befda62
commit
73418f65de
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue