From a6fb1350750f5cb3b305c5ea49ba7daf7a88d8de Mon Sep 17 00:00:00 2001 From: Felix Bartels <1257835+fbartels@users.noreply.github.com> Date: Mon, 11 May 2020 12:41:14 +0200 Subject: [PATCH] Updated Bulk Import Services (markdown) --- Bulk-Import-Services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bulk-Import-Services.md b/Bulk-Import-Services.md index a3312f7..67cbd5d 100644 --- a/Bulk-Import-Services.md +++ b/Bulk-Import-Services.md @@ -1,4 +1,4 @@ -You can import multiple services when Statping first loads by creating a file named [service.yml](https://github.com/statping/statping/wiki/services.yml) in the working directory for Statping. It will insert the new service into the database, and will not be re-added on reboot. All services must be an array under the `services:` field. +You can import multiple services when Statping first loads by creating a file named [service.yml](https://github.com/statping/statping/wiki/service.yml) in the working directory for Statping. It will insert the new service into the database, and will not be re-added on reboot. All services must be an array under the `services:` field. ## Dynamic Yaml With Yaml, you can insert "anchors" to make receptive fields simple! Checkout the example below. The `&tcpservice` anchor will return all the fields belonging to `x-tcpservice:`. To reuse these fields for each service, you can insert `<<: *tcpservice` and thats it!