AkuLink1 / zabbix-template-apt-upgrade-monitoring

Zabbix template that monitors a host for package upgrades available in Debian / Ubuntu / "apt" package manager distros using apt-get upgrade -s (simulation mode).
MIT License
9 stars 7 forks source link

All Items Failed #2

Open pthoelken opened 2 years ago

pthoelken commented 2 years ago

I've got these Errors:

Response from "192.168.178.101:10051": "processed: 0; failed: 6; total: 6; seconds spent: 0.000542"
sent: 6; skipped: 0; total: 6

From zabbix server log file I see this log 990:20220626:115517.361 connection of type "unencrypted" is not allowed for host "xxx-srv-data01"

Can you help in this case?

pthoelken commented 2 years ago

The Problem is here

zabbix_sender -z 192.168.178.101 --tls-connect psk --tls-psk-identity psk-name-id --tls-psk-file /etc/zabbix/auth.psk -i $TEMP_ZBX_FILE

also $ZBX_SERVER is duplicated if you have Server and ServerActive in your config file.