2014-08-11 Vanessa Gil <vanessa.gil@artica.es>
* godmode/agentes/agent_template.php: Fixed bug in FF threshold to apply a template module. Ticket #871. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10397 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
65369ae254
commit
e19b631a6b
|
@ -1,3 +1,8 @@
|
||||||
|
2014-08-11 Vanessa Gil <vanessa.gil@artica.es>
|
||||||
|
|
||||||
|
* godmode/agentes/agent_template.php: Fixed bug in FF
|
||||||
|
threshold to apply a template module. Ticket #871.
|
||||||
|
|
||||||
2014-08-11 Vanessa Gil <vanessa.gil@artica.es>
|
2014-08-11 Vanessa Gil <vanessa.gil@artica.es>
|
||||||
|
|
||||||
* godmode/agentes/agent_conf_gis.php: Altitude coordinate by
|
* godmode/agentes/agent_conf_gis.php: Altitude coordinate by
|
||||||
|
|
|
@ -96,7 +96,12 @@ if (isset ($_POST["template_id"])) {
|
||||||
'warning_instructions' => $row2['warning_instructions'],
|
'warning_instructions' => $row2['warning_instructions'],
|
||||||
'unknown_instructions' => $row2['unknown_instructions'],
|
'unknown_instructions' => $row2['unknown_instructions'],
|
||||||
'id_category' => $row2['id_category'],
|
'id_category' => $row2['id_category'],
|
||||||
'module_macros' => $row2['module_macros']
|
'module_macros' => $row2['module_macros'],
|
||||||
|
'each_ff' => $row2['each_ff'],
|
||||||
|
'min_ff_event' => $row2['min_ff_event'],
|
||||||
|
'min_ff_event_normal' => $row2['min_ff_event_normal'],
|
||||||
|
'min_ff_event_warning' => $row2['min_ff_event_warning'],
|
||||||
|
'min_ff_event_critical' => $row2['min_ff_event_critical']
|
||||||
);
|
);
|
||||||
|
|
||||||
$name = $row2["name"];
|
$name = $row2["name"];
|
||||||
|
|
Loading…
Reference in New Issue