mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Merge branch 'ent-2329-graficas-en-tiempo-real-con-modulos-SNMP-fallo-en-algunos-casos' into 'develop'
Fixed problems with strange names on SNMP realtime graphs See merge request artica/pandorafms!1509
This commit is contained in:
commit
b7dcd79eb3
@ -2713,8 +2713,8 @@ function get_module_realtime_link_graph ($module) {
|
||||
|
||||
$params = array(
|
||||
'graph' => 'snmp_module',
|
||||
'agent_alias' => modules_get_agentmodule_agent_alias($module['id_agente_modulo']),
|
||||
'module_name' => $module['nombre'],
|
||||
'agent_alias' => urlencode(modules_get_agentmodule_agent_alias($module['id_agente_modulo'])),
|
||||
'module_name' => urlencode($module['nombre']),
|
||||
'snmp_address' => $module['ip_target'],
|
||||
'snmp_community' => $module['snmp_community'],
|
||||
'snmp_oid' => $module['snmp_oid'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user