Add procedure management

This commit is contained in:
Guillaume COEUGNET
2016-05-27 16:13:51 +02:00
parent d5e26a3438
commit 4dadad944b
4 changed files with 61 additions and 6 deletions

View File

@@ -28,6 +28,7 @@ if (is_numeric($alert_id) && $alert_id > 0) {
'severity' => $rule['severity'],
'extra' => $rule['extra'],
'name' => $rule['name'],
'proc' => $rule['proc'],
'rules' => $rule_split,
);
header('Content-type: application/json');