diff --git a/templates/nrpe.cfg.j2 b/templates/nrpe.cfg.j2
index 27a7d3105c63c4d8a8d6b39f320507b5908c546c..c4ae4f8e7d968830985c9565780e36c10f7b6582 100644
--- a/templates/nrpe.cfg.j2
+++ b/templates/nrpe.cfg.j2
@@ -52,7 +52,7 @@ command[check_procs_nginx]=/usr/lib/nagios/plugins/check_procs -w 5 -c 2: -C ngi
 {% endif %}
 {% if inventory_hostname in groups.full_maintenance | default([]) %}
 command[check_procs_filebeat]=/usr/lib/nagios/plugins/check_procs -w 2 -c 1: -C filebeat
-command[check_apt]=/usr/lib/nagios/plugins/check_apt
+command[check_apt]=/usr/lib/nagios/plugins/check_apt -l
 {% endif %}
 {% if inventory_hostname in groups.odoo_server | default([]) %}
 command[check_procs_odoo]=/usr/lib/nagios/plugins/check_procs -w 2 -c 1: -C python -a odoo-bin