We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for this Zabbix template!
I'm running Ubuntu 18.04 LTS, Zabbix 4.0 and the latest version of this template. Some updates were not detected.
The attached log file apt-upgrade-log.txt shows the output of apt-get -s upgrade and apt-get -s dist-upgrade on my machine.
apt-get -s upgrade
apt-get -s dist-upgrade
To fix this, in apt.conf, I had to change the apt command to apt-get -s dist-upgrade to detect the missed updates.
apt.conf
#/etc/zabbix/zabbix_agentd.d/apt.conf UserParameter=apt.security,apt-get -s dist-upgrade | grep -ci ^inst.*security | tr -d '\n' UserParameter=apt.updates,apt-get -s dist-upgrade | grep -iPc '^Inst((?!security).)*$' | tr -d '\n'
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Thanks for this Zabbix template!
I'm running Ubuntu 18.04 LTS, Zabbix 4.0 and the latest version of this template. Some updates were not detected.
The attached log file apt-upgrade-log.txt shows the output of
apt-get -s upgrade
andapt-get -s dist-upgrade
on my machine.To fix this, in
apt.conf
, I had to change the apt command toapt-get -s dist-upgrade
to detect the missed updates.The text was updated successfully, but these errors were encountered: