From 8a9804150142aae349ecea5e2a757ddc23f44b6e Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sat, 9 Nov 2013 07:15:04 +0100 Subject: [PATCH] aligned stress.json to new config format --- examples/stress.json | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/examples/stress.json b/examples/stress.json index 6d1aa90..a1973a2 100644 --- a/examples/stress.json +++ b/examples/stress.json @@ -1,18 +1,13 @@ { - "tasks": { - "mail":{ - "host": "localhost", - "port": 25, - "from": "linspector@linspector.org", - "username": "", - "password": "" - } - }, "members":{ "hanez":{ "_name": "admin", "tasks": [ - { "class":"alert/mail", "type": "error", "args": { "_rcpt": "hanez@linspector.org" }} + { + "class":"alert/mail", + "type": "error", + "args": { "rcpt": "hanez@linspector.org", "sender": "linspector@linspector.org" } + } ] } },