NAME
Ixchel::Actions::snmp_extends - List or install/update SNMP extends
VERSION
Version 0.1.0
CLI SYNOPSIS
ixchel -a snmp_extends -l
ixchel -a snmp_extends -u
CODE SYNOPSIS
use Data::Dumper;
my $results=$ixchel->action(action=>'', opts=>{u=>1});
FLAGS
-l
List the extends enabled.
-u
Update or install extends.
RESULT HASH REF
.errors :: A array of errors encountered.
.status_text :: A string description of what was done and the results.
.ok :: Set to zero if any of the above errored.