Make test-alert an 'alert' instead of 'recovery'

This commit is contained in:
f0o
2015-09-04 21:49:31 +01:00
parent 2842104a88
commit 5e213990e0

View File

@@ -34,7 +34,7 @@ $obj = array(
"name" => "Test-Rule", "name" => "Test-Rule",
"timestamp" => date("Y-m-d H:i:s"), "timestamp" => date("Y-m-d H:i:s"),
"contacts" => $tmp['contacts'], "contacts" => $tmp['contacts'],
"state" => "0", "state" => "1",
"msg" => "This is a test alert", "msg" => "This is a test alert",
); );