The py2 and py3 device discover scripts include a typo. Removing the ‘u’ overcomes the problem. An error pointed out these lines when loading the Papercut Server Host Items Page. https://github.com/Open-Future-Belgium/zabbix-papercut/blob/86a29219e7bd9022ce5c008d8f27d8496f25eb7a/linux/py2/discovery-devicestatus.py#L33 https://github.com/Open-Future-Belgium/zabbix-papercut/blob/86a29219e7bd9022ce5c008d8f27d8496f25eb7a/linux/py3/discovery-devicestatus.py#L35
The py2 and py3 device discover scripts include a typo. Removing the ‘u’ overcomes the problem.
An error pointed out these lines when loading the Papercut Server Host Items Page.
zabbix-papercut/linux/py2/discovery-devicestatus.py
Line 33 in 86a2921
zabbix-papercut/linux/py3/discovery-devicestatus.py
Line 35 in 86a2921