mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
2012-11-29 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* operation/agentes/status_monitor.php: Added check in group filter. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7209 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
dc1259f765
commit
7dc96933f6
@ -1,3 +1,7 @@
|
|||||||
|
2012-11-29 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
|
* operation/agentes/status_monitor.php: Added check in group filter.
|
||||||
|
|
||||||
2012-11-29 Ramon Novoa <rnovoa@artica.es>
|
2012-11-29 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* include/functions_netflow.php: Detect errors when retrieving stats.
|
* include/functions_netflow.php: Detect errors when retrieving stats.
|
||||||
|
@ -238,20 +238,21 @@ echo '
|
|||||||
false, 'width:150px;') . '
|
false, 'width:150px;') . '
|
||||||
</td>';
|
</td>';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
echo '
|
echo '
|
||||||
<td valign="middle">' . __('Group') . '</td>
|
<td valign="middle">' . __('Group') . '</td>
|
||||||
<td valign="middle">' .
|
<td valign="middle">' .
|
||||||
html_print_select($groups_select, "ag_group",
|
html_print_select($groups_select, "ag_group",
|
||||||
$ag_group, '', '', '0', true, false, false, 'w130',
|
io_safe_output($ag_group), '', '', '0', true, false, false, 'w130',
|
||||||
false, 'width:150px;') . '
|
false, 'width:150px;') . '
|
||||||
</td>';
|
</td>';
|
||||||
}
|
}
|
||||||
echo '<td>' . __('Monitor status') . "</td>";
|
echo '<td>' . __('Monitor status') . "</td>";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
echo "<td>";
|
echo "<td>";
|
||||||
|
|
||||||
$fields = array ();
|
$fields = array ();
|
||||||
$fields[0] = __('Normal');
|
$fields[0] = __('Normal');
|
||||||
$fields[1] = __('Warning');
|
$fields[1] = __('Warning');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user