Monitoraggio Aggiornamenti APT con Zabbix: Difference between revisions

From RVM Wiki
Jump to navigation Jump to search
Created page with "* Sul client da monitorare copiare il file: wget https://raw.githubusercontent.com/theranger/zabbix-apt/master/zabbix_agentd.d/apt.conf -O /etc/zabbix/zabbix_agentd.d/apt.con..."
 
mNo edit summary
Line 4: Line 4:
* Se non è attivo cron-apt, attivare anche l'update apt copiando il file:
* Se non è attivo cron-apt, attivare anche l'update apt copiando il file:
  wget https://raw.githubusercontent.com/theranger/zabbix-apt/master/apt.conf.d/02periodic -O /etc/apt/apt.conf.d/02periodic
  wget https://raw.githubusercontent.com/theranger/zabbix-apt/master/apt.conf.d/02periodic -O /etc/apt/apt.conf.d/02periodic
* Riavviare l'agente
systemctl restart zabbix-agent.service


* Installare in Zabbix il Template
* Installare in Zabbix il Template

Revision as of 18:12, 8 November 2018

  • Sul client da monitorare copiare il file:
wget https://raw.githubusercontent.com/theranger/zabbix-apt/master/zabbix_agentd.d/apt.conf -O /etc/zabbix/zabbix_agentd.d/apt.conf
  • Se non è attivo cron-apt, attivare anche l'update apt copiando il file:
wget https://raw.githubusercontent.com/theranger/zabbix-apt/master/apt.conf.d/02periodic -O /etc/apt/apt.conf.d/02periodic
  • Riavviare l'agente
systemctl restart zabbix-agent.service 
  • Installare in Zabbix il Template
https://raw.githubusercontent.com/theranger/zabbix-apt/master/templates/apt-updates.xml
  • Assegnare all'host il template
Template App APT Updates

Riferimenti