bind_exporter icon indicating copy to clipboard operation
bind_exporter copied to clipboard

Another "Couldn't retrieve BIND stats, failed to unmarshal XML response"

Open mdavids opened this issue 1 year ago • 6 comments

This seems to be a variant on https://github.com/prometheus-community/bind_exporter/issues/69.

Jan 11 13:05:28 xyz prometheus-bind-exporter[55732]: level=error ts=2024-01-11T13:05:28.266Z caller=bind_exporter.go:440 msg="Couldn't retrieve BIND stats" err="failed to unmarshal XML response: strconv.ParseUint: parsing \"-1\": invalid syntax"

The '-1' was found here:

            <task>
                <name>loadzone</name>
                <references>2</references>
                <id>0x55ec6f563780</id>
                <state>idle</state>
                <quantum>-1</quantum>
                <events>0</events>
            </task>

Bind9: 1:9.18.18-0ubuntu0.22.04.1

mdavids avatar Jan 11 '24 13:01 mdavids