[
   {
      "description" : "No notifications will be sent",
      "id" : "off",
      "name" : "Never"
   },
   {
      "description" : "Notifications will be sent immediately after detecting service failure",
      "id" : "default",
      "name" : "Immediately"
   },
   {
      "description" : "Notifications will be sent after 30 seconds failure",
      "id" : "after_30_seconds_failure",
      "name" : "After 30 seconds of failure"
   },
   {
      "description" : "Notifications will be sent after 1 minute failure",
      "id" : "after_1_minute_failure",
      "name" : "After 1 minute of failure"
   },
   {
      "description" : "Notifications will be sent after 5 minutes failure",
      "id" : "after_5_minutes_failure",
      "name" : "After 5 minutes of failure"
   },
   {
      "description" : "Notifications will be sent after 10 minutes failure",
      "id" : "after_10_minutes_failure",
      "name" : "After 10 minutes of failure"
   },
   {
      "description" : "Notifications will be sent after 15 minutes failure",
      "id" : "after_15_minutes_failure",
      "name" : "After 15 minutes of failure"
   },
   {
      "description" : "Notifications will be sent after 30 minutes failure",
      "id" : "after_30_minutes_failure",
      "name" : "After 30 minutes of failure"
   },
   {
      "description" : "Notifications will be sent after 45 minutes failure",
      "id" : "after_45_minutes_failure",
      "name" : "After 45 minutes of failure"
   },
   {
      "description" : "Notifications will be sent after 1 hour failure",
      "id" : "after_1_hour_failure",
      "name" : "After 1 hour of failure"
   }
]
