Skip to content

Commit

Permalink
Update src/centreon/plugins/templates/hardware.pm
Browse files Browse the repository at this point in the history
Co-authored-by: Lucie Dubrunfaut <[email protected]>
  • Loading branch information
Evan-Adam and lucie-dubrunfaut authored Dec 23, 2024
1 parent af5bf08 commit 3297cd8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/centreon/plugins/templates/hardware.pm
Original file line number Diff line number Diff line change
Expand Up @@ -452,9 +452,6 @@ sub get_severity_numeric {

sub get_severity {
my ($self, %options) = @_;
use Data::Dumper;


my $status = 'UNKNOWN'; # default

$options{instance} .= '#' . $options{name} if (defined($self->{option_results}->{add_name_instance}) && defined($options{name}));
Expand Down

0 comments on commit 3297cd8

Please sign in to comment.