mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fixed error in plugin server agent for alias
This commit is contained in:
parent
ef22945b80
commit
f681f63ccb
@ -215,7 +215,7 @@ sub data_consumer ($$) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Agent and module macros
|
# Agent and module macros
|
||||||
my %macros = (_agent_ => (defined ($agent)) ? $agent->{'nombre'} : '',
|
my %macros = (_agent_ => (defined ($agent)) ? $agent->{'alias'} : '',
|
||||||
_agentdescription_ => (defined ($agent)) ? $agent->{'comentarios'} : '',
|
_agentdescription_ => (defined ($agent)) ? $agent->{'comentarios'} : '',
|
||||||
_agentstatus_ => undef,
|
_agentstatus_ => undef,
|
||||||
_agentgroup_ => (defined ($group)) ? $group->{'nombre'} : '',
|
_agentgroup_ => (defined ($group)) ? $group->{'nombre'} : '',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user