new release and change path
This commit is contained in:
parent
3e8483732e
commit
4e283dd7f8
|
@ -30,7 +30,7 @@ use Pod::Find qw(pod_where);
|
|||
|
||||
my %handlers = (DIE => {});
|
||||
|
||||
my $global_version = 20170808;
|
||||
my $global_version = 20170809;
|
||||
my $alternative_fatpacker = 0;
|
||||
|
||||
sub new {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
2017-08-08 Quentin Garnier <qgarnier@centreon.com>
|
||||
2017-08-09 Quentin Garnier <qgarnier@centreon.com>
|
||||
* Plugin added: Ruckus AP SNMP
|
||||
* Plugin added: Adva FSP3000 SNMP
|
||||
* Plugin added: Nokia Timos SNMP
|
||||
|
@ -6,6 +6,8 @@
|
|||
* Plugin added: Hibernate JMX
|
||||
* Break: mode change for Pfsense SNMP
|
||||
* Break: mode change for HP MSL SNMP
|
||||
* Break: mode change for Juniper ISG SNMP
|
||||
* Break: mode change for Digi Standard (sarian now) SNMP
|
||||
|
||||
2017-07-13 Quentin Garnier <qgarnier@centreon.com>
|
||||
* Plugin added: Supermicro SNMP
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
package network::digi::standard::snmp::mode::cpu;
|
||||
package network::digi::sarian::snmp::mode::cpu;
|
||||
|
||||
use base qw(centreon::plugins::mode);
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
package network::digi::standard::snmp::mode::gprs;
|
||||
package network::digi::sarian::snmp::mode::gprs;
|
||||
|
||||
use base qw(centreon::plugins::templates::counter);
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
package network::digi::standard::snmp::mode::memory;
|
||||
package network::digi::sarian::snmp::mode::memory;
|
||||
|
||||
use base qw(centreon::plugins::mode);
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
package network::digi::standard::snmp::mode::temperature;
|
||||
package network::digi::sarian::snmp::mode::temperature;
|
||||
|
||||
use base qw(centreon::plugins::templates::counter);
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
package network::digi::standard::snmp::plugin;
|
||||
package network::digi::sarian::snmp::plugin;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
@ -33,10 +33,10 @@ sub new {
|
|||
%{$self->{modes}} = (
|
||||
'interfaces' => 'snmp_standard::mode::interfaces',
|
||||
'list-interfaces' => 'snmp_standard::mode::listinterfaces',
|
||||
'cpu' => 'network::digi::standard::snmp::mode::cpu',
|
||||
'memory' => 'network::digi::standard::snmp::mode::memory',
|
||||
'temperature' => 'network::digi::standard::snmp::mode::temperature',
|
||||
'gprs' => 'network::digi::standard::snmp::mode::gprs',
|
||||
'cpu' => 'network::digi::sarian::snmp::mode::cpu',
|
||||
'memory' => 'network::digi::sarian::snmp::mode::memory',
|
||||
'temperature' => 'network::digi::sarian::snmp::mode::temperature',
|
||||
'gprs' => 'network::digi::sarian::snmp::mode::gprs',
|
||||
);
|
||||
|
||||
return $self;
|
|
@ -18,7 +18,7 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
package network::juniper::common::screenos::mode::components::fan;
|
||||
package network::juniper::common::screenos::snmp::mode::components::fan;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
|
@ -18,7 +18,7 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
package network::juniper::common::screenos::mode::components::module;
|
||||
package network::juniper::common::screenos::snmp::mode::components::module;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
|
@ -18,7 +18,7 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
package network::juniper::common::screenos::mode::components::psu;
|
||||
package network::juniper::common::screenos::snmp::mode::components::psu;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
|
@ -18,7 +18,7 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
package network::juniper::common::screenos::mode::components::temperature;
|
||||
package network::juniper::common::screenos::snmp::mode::components::temperature;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
@ -66,4 +66,4 @@ sub check {
|
|||
}
|
||||
}
|
||||
|
||||
1;
|
||||
1;
|
|
@ -18,7 +18,7 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
package network::juniper::common::screenos::mode::cpu;
|
||||
package network::juniper::common::screenos::snmp::mode::cpu;
|
||||
|
||||
use base qw(centreon::plugins::mode);
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
package network::juniper::common::screenos::mode::hardware;
|
||||
package network::juniper::common::screenos::snmp::mode::hardware;
|
||||
|
||||
use base qw(centreon::plugins::templates::hardware);
|
||||
|
||||
|
@ -48,7 +48,7 @@ sub set_system {
|
|||
],
|
||||
};
|
||||
|
||||
$self->{components_path} = 'network::juniper::common::screenos::mode::components';
|
||||
$self->{components_path} = 'network::juniper::common::screenos::snmp::mode::components';
|
||||
$self->{components_module} = ['psu', 'fan', 'temperature', 'module'];
|
||||
}
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
package network::juniper::common::screenos::mode::memory;
|
||||
package network::juniper::common::screenos::snmp::mode::memory;
|
||||
|
||||
use base qw(centreon::plugins::mode);
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
package network::juniper::common::screenos::mode::sessions;
|
||||
package network::juniper::common::screenos::snmp::mode::sessions;
|
||||
|
||||
use base qw(centreon::plugins::templates::counter);
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
package network::juniper::isg::plugin;
|
||||
package network::juniper::snmp::isg::plugin;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
@ -31,10 +31,10 @@ sub new {
|
|||
|
||||
$self->{version} = '1.0';
|
||||
%{$self->{modes}} = (
|
||||
'cpu' => 'network::juniper::common::screenos::mode::cpu',
|
||||
'memory' => 'network::juniper::common::screenos::mode::memory',
|
||||
'sessions' => 'network::juniper::common::screenos::mode::sessions',
|
||||
'hardware' => 'network::juniper::common::screenos::mode::hardware',
|
||||
'cpu' => 'network::juniper::common::screenos::snmp::mode::cpu',
|
||||
'memory' => 'network::juniper::common::screenos::snmp::mode::memory',
|
||||
'sessions' => 'network::juniper::common::screenos::snmp::mode::sessions',
|
||||
'hardware' => 'network::juniper::common::screenos::snmp::mode::hardware',
|
||||
'interfaces' => 'snmp_standard::mode::interfaces',
|
||||
'list-interfaces' => 'snmp_standard::mode::listinterfaces',
|
||||
);
|
Loading…
Reference in New Issue