From caaf1cb87c3ab3a91fab87d9b0a9e5908c0a75d3 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Thu, 27 Jun 2013 07:56:47 +0200 Subject: [PATCH] added double ping service to show up the classItem error. see dev list for that. --- minimal.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/minimal.json b/minimal.json index 8aedea2..cf5d80f 100644 --- a/minimal.json +++ b/minimal.json @@ -19,6 +19,12 @@ {"class": "mongodb", "args":{ "host": "mongodb.burnscorp.org", "user": "homer", "password": "useless", "database": "default" }} ], "services":[ + { + "class": "ping", + "fails": {"donut": 2000}, + "periods":["doh"], + "threshold": 500 + }, { "class": "ping", "fails": {"donut": 2000},