mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Add tcp port to AA modules - #1748
This commit is contained in:
parent
dcb7c92cea
commit
4858213fd1
@ -245,7 +245,8 @@ elseif ($step == 3) {
|
|||||||
'id_tipo_modulo' =>1,
|
'id_tipo_modulo' =>1,
|
||||||
'descripcion' => $get_module_description_value,
|
'descripcion' => $get_module_description_value,
|
||||||
'min_warning' => 0,
|
'min_warning' => 0,
|
||||||
'min_critical' => 0
|
'min_critical' => 0,
|
||||||
|
'tcp_port' => 1
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user