Package: netdata-plugins-python Version: 1.19.0-2 Hi,
netdata v1.19.0 made the old python based unbound script obsolete. https://docs.netdata.cloud/changelog/ -> "installer: include go.d.plugin version v0.11.0 #7365 (ilyam8)" https://github.com/netdata/netdata/commit/17cd331cec5bc785f8a3ba746febe28171342d21#diff-7485accfe9091ade252f428ac99e93b6 ``` collectors/python.d.plugin/python.d.plugin.in 'nginx_log', # replaced by web_log 'mdstat', # rewritten in C 'sslcheck', # rewritten in Go, memory leak bug https://github.com/netdata/netdata/issues/5624 + 'unbound', # rewritten in Go ) ``` https://docs.netdata.cloud/collectors/python.d.plugin/unbound/ "This module is deprecated. Please use new version instead." So when upgrading from a version prior to v1.19.0 the unbound charts will disappear/stop working. Fix: Either re-enable the old python based unbound script by editing `/usr/lib/netdata/plugins.d/python.d.plugin` (delete/comment out the unbound line seen above) or provide the go-based plugins. Thanks

