diff --git a/pandora_console/godmode/modules/manage_network_components_form_common.php b/pandora_console/godmode/modules/manage_network_components_form_common.php
index ba463d9bb9..2e511c6f6f 100644
--- a/pandora_console/godmode/modules/manage_network_components_form_common.php
+++ b/pandora_console/godmode/modules/manage_network_components_form_common.php
@@ -216,7 +216,7 @@ $table->data[5][1] .= html_print_input_text(
$max_critical,
'',
5,
- 1024,
+ 15,
true
).'';
$table->data[5][1] .= ''.__('Str.').' ';
@@ -225,7 +225,7 @@ $table->data[5][1] .= html_print_input_text(
$str_critical,
'',
5,
- 64,
+ 1024,
true
).'';
$table->data[5][1] .= '
'.__('Inverse interval').'';