+ Add hsrp mode
This commit is contained in:
parent
c058b8a9e9
commit
11ad243ed9
|
@ -70,7 +70,6 @@ sub check_options {
|
|||
|
||||
sub run {
|
||||
my ($self, %options) = @_;
|
||||
# $options{snmp} = snmp object
|
||||
$self->{connector} = $options{custom};
|
||||
|
||||
my $mbean = "com.bea:Name=weblogic.kernel.Default,Server=PIA,Type=ExecuteQueue";
|
||||
|
|
|
@ -70,7 +70,6 @@ sub check_options {
|
|||
|
||||
sub run {
|
||||
my ($self, %options) = @_;
|
||||
# $options{snmp} = snmp object
|
||||
$self->{connector} = $options{custom};
|
||||
|
||||
my $mbean = "com.bea:ApplicationRuntime=peoplesoft,Name=PIA_,ServerRuntime=PIA,Type=WebAppComponentRuntime";
|
||||
|
|
|
@ -80,7 +80,6 @@ sub check_options {
|
|||
|
||||
sub run {
|
||||
my ($self, %options) = @_;
|
||||
# $options{snmp} = snmp object
|
||||
$self->{connector} = $options{custom};
|
||||
|
||||
$self->{request} = [
|
||||
|
|
|
@ -70,7 +70,6 @@ sub check_options {
|
|||
|
||||
sub run {
|
||||
my ($self, %options) = @_;
|
||||
# $options{snmp} = snmp object
|
||||
$self->{connector} = $options{custom};
|
||||
|
||||
$self->{request} = [
|
||||
|
|
|
@ -70,7 +70,6 @@ sub check_options {
|
|||
|
||||
sub run {
|
||||
my ($self, %options) = @_;
|
||||
# $options{snmp} = snmp object
|
||||
$self->{connector} = $options{custom};
|
||||
|
||||
$self->{request} = [
|
||||
|
|
|
@ -80,7 +80,6 @@ sub check_options {
|
|||
|
||||
sub run {
|
||||
my ($self, %options) = @_;
|
||||
# $options{snmp} = snmp object
|
||||
$self->{connector} = $options{custom};
|
||||
|
||||
$self->{request} = [
|
||||
|
|
|
@ -50,6 +50,7 @@ sub new {
|
|||
'anycast' => 'snmp_standard::mode::anycast',
|
||||
'cpu' => 'centreon::common::cisco::standard::snmp::mode::cpu',
|
||||
'environment' => 'centreon::common::cisco::standard::snmp::mode::environment',
|
||||
'hsrp' => 'centreon::common::cisco::standard::snmp::mode::hsrp',
|
||||
'ipsla' => 'centreon::common::cisco::standard::snmp::mode::ipsla',
|
||||
'list-interfaces' => 'snmp_standard::mode::listinterfaces',
|
||||
'memory' => 'centreon::common::cisco::standard::snmp::mode::memory',
|
||||
|
|
Loading…
Reference in New Issue