Added locate_agent
This commit is contained in:
parent
505ec5d283
commit
e18e2e0b6f
|
@ -158,7 +158,7 @@ require Exporter;
|
|||
our @ISA = ("Exporter");
|
||||
our %EXPORT_TAGS = ( 'all' => [ qw( ) ] );
|
||||
our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
|
||||
our @EXPORT = qw(
|
||||
our @EXPORT = qw(
|
||||
pandora_add_agent_address
|
||||
pandora_audit
|
||||
pandora_create_agent
|
||||
|
@ -234,6 +234,7 @@ our @EXPORT = qw(
|
|||
pandora_self_monitoring
|
||||
pandora_process_policy_queue
|
||||
subst_alert_macros
|
||||
locate_agent
|
||||
get_agent
|
||||
get_agent_from_alias
|
||||
get_agent_from_addr
|
||||
|
|
Loading…
Reference in New Issue