mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Make test-alert an 'alert' instead of 'recovery'
This commit is contained in:
@@ -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",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user