mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +02:00
change masterclock plugin path (#1191)
This commit is contained in:
parent
db1ba4df74
commit
02a08b99f5
@ -18,7 +18,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
package network::masterclock::ntp100gps::snmp::mode::gpsstatus;
|
package hardware::devices::masterclock::ntp100gps::snmp::mode::gpsstatus;
|
||||||
|
|
||||||
use base qw(centreon::plugins::templates::counter);
|
use base qw(centreon::plugins::templates::counter);
|
||||||
|
|
@ -18,7 +18,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
package network::masterclock::ntp100gps::snmp::mode::ntpperformance;
|
package hardware::devices::masterclock::ntp100gps::snmp::mode::ntpperformance;
|
||||||
|
|
||||||
use base qw(centreon::plugins::templates::counter);
|
use base qw(centreon::plugins::templates::counter);
|
||||||
|
|
@ -18,7 +18,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
package network::masterclock::ntp100gps::snmp::plugin;
|
package hardware::devices::masterclock::ntp100gps::snmp::plugin;
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
@ -31,8 +31,8 @@ sub new {
|
|||||||
|
|
||||||
$self->{version} = '0.1';
|
$self->{version} = '0.1';
|
||||||
%{$self->{modes}} = (
|
%{$self->{modes}} = (
|
||||||
'gps-status' => 'network::masterclock::ntp100gps::snmp::mode::gpsstatus',
|
'gps-status' => 'hardware::devices::masterclock::ntp100gps::snmp::mode::gpsstatus',
|
||||||
'ntp-performance' => 'network::masterclock::ntp100gps::snmp::mode::ntpperformance',
|
'ntp-performance' => 'hardware::devices::masterclock::ntp100gps::snmp::mode::ntpperformance',
|
||||||
'uptime' => 'snmp_standard::mode::uptime',
|
'uptime' => 'snmp_standard::mode::uptime',
|
||||||
);
|
);
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user