From d0363fb01e503361356d2b8000e89a69e7f3d2a0 Mon Sep 17 00:00:00 2001
From: qgarnier <qgarnier@centreon.com>
Date: Fri, 24 Nov 2017 15:10:09 +0100
Subject: [PATCH] fix appeartv alarm mode

---
 .../hardware/devices/video/appeartv/snmp/mode/alarms.pm         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/centreon-plugins/hardware/devices/video/appeartv/snmp/mode/alarms.pm b/centreon-plugins/hardware/devices/video/appeartv/snmp/mode/alarms.pm
index 7f62447a4..cadb15ed3 100644
--- a/centreon-plugins/hardware/devices/video/appeartv/snmp/mode/alarms.pm
+++ b/centreon-plugins/hardware/devices/video/appeartv/snmp/mode/alarms.pm
@@ -154,7 +154,7 @@ sub manage_selection {
             { oid => $mapping->{msgText}->{oid} },
             { oid => $mapping->{msgGenerationTime}->{oid} },
             { oid => $mapping->{msgSeverity}->{oid} },
-        ], nothing_quit => 1, return_type => 1);
+        ], return_type => 1);
 
     my $last_time;
     if (defined($self->{option_results}->{memory})) {