Eu segui o problema, como em:
$ /usr/lib/nagios/plugins/check_memory
MEMORY CRITICAL - Unable to interpret /usr/bin/free output
O que eu encontrei é a saída do comando free
em procps
que alterou o formato de saída.
$free -m
formato antigo:
total used free shared buffers cached
Mem: 3011 1415 1596 4 24 162
-/+ buffers/cache: 1228 1783
Swap: 1023 0 1023
novo formato:
total used free shared buff/cache available
Mem: 3012 1132 140 0 1739 1703
Swap: 1063 0 1063
O plug-in em questão está instalado em nagios-plugins-contrib
.
$dpkg -S /usr/lib/nagios/plugins/check_memory
nagios-plugins-contrib: /usr/lib/nagios/plugins/check_memory
Também houve um relatório de erros sobre isso aqui: link
No entanto /usr/lib/nagios/plugins/check_memory
no pacote nagios-plugins-contrib
não foi ajustado para o novo free
output no Debian Stretch.
Aparentemente, há um patch aqui enquanto isso: link