From 24c86a3208db2e344f2685e2016286fcb64dd25e Mon Sep 17 00:00:00 2001 From: Jamhur Mustafayev Date: Sat, 4 Apr 2020 21:43:49 +0400 Subject: [PATCH] Add Availability calculator (#237) --- helpers/availability-calculator.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 helpers/availability-calculator.json diff --git a/helpers/availability-calculator.json b/helpers/availability-calculator.json new file mode 100644 index 00000000..7f044046 --- /dev/null +++ b/helpers/availability-calculator.json @@ -0,0 +1,12 @@ +{ + "name": "Availability calculator", + "desc": "Calculate allowed downtime for web services per Service Level Agreements (SLA)", + "url": "https://tryhexadecimal.com/availability-calculator", + "tags": [ + "System Administration" + ], + "maintainers": [ + "jmstfv" + ], + "addedAt": "2020-03-19" +}