Skip to content
Snippets Groups Projects
Commit 2ff73aa6 authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

[UPD] returns list of apt packages to be updated

parent a2de184a
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ command[check_procs_nginx]=/usr/lib/nagios/plugins/check_procs -w 5 -c 2: -C ngi ...@@ -52,7 +52,7 @@ command[check_procs_nginx]=/usr/lib/nagios/plugins/check_procs -w 5 -c 2: -C ngi
{% endif %} {% endif %}
{% if inventory_hostname in groups.full_maintenance | default([]) %} {% 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_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 %} {% endif %}
{% if inventory_hostname in groups.odoo_server | default([]) %} {% 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 command[check_procs_odoo]=/usr/lib/nagios/plugins/check_procs -w 2 -c 1: -C python -a odoo-bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment