Available solutions
Vendor and Community integrations are created by third parties and are not verified by Zabbix. Zabbix is not responsible for their functionality or quality.
Zabbix community templates
1 Contributed to the zabbix/community-templates repositoryTemplate for needrestart to check if the server needs a reboot / restart of services after package upgrade.www.kaneo-gmbh.deInstall packagesapt install needrestartZabbix agent user parameter:UserParameter=needrestart.kernel,sudo needrestart -b -r l -k | grep ´NEEDRESTART-KSTA:´ | grep -Eo ´[0-9]´UserParameter=needrestart.libs,sudo needrestart -b -r l -l | grep NEEDRESTART-SVC | wc -lsudoers entry:# allow zabbix to check for needrestart in batch listing modezabbix ALL = NOPASSWD: /usr/sbin/needrestart -b -r l *