Add tcp port to AA modules - #1748

This commit is contained in:
enriquecd 2018-02-01 10:42:11 +01:00
parent dcb7c92cea
commit 4858213fd1
1 changed files with 2 additions and 1 deletions

View File

@ -245,7 +245,8 @@ elseif ($step == 3) {
'id_tipo_modulo' =>1,
'descripcion' => $get_module_description_value,
'min_warning' => 0,
'min_critical' => 0
'min_critical' => 0,
'tcp_port' => 1
);