[Bug 247036] net-mgmt/collectd5:network plugin: getnameinfo failed: Non-recoverable failure in name resolution

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jun 9 19:15:12 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247036

--- Comment #1 from Krzysztof <ports at bsdserwis.com> ---
Thanks a lot for your problem report.

I don't know how to help you, because I'm using network plugin and there is no
problems at all. I have configuration with IP (not dns names):

# server side
<Plugin network>
    <Listen "192.168.128.16" "25826">
        SecurityLevel Sign
        AuthFile "/usr/local/etc/collectd/passwd"
        Interface "re0"
    </Listen>
</Plugin>

# client side
<Plugin network>
    Server "192.168.128.16" "25826"
    <Server "192.168.128.16" "25826">
        SecurityLevel "sign"
        Username "******"
        Password "******"
    </Server>
    ReportStats true
    Forward false
    MaxPacketSize 1024
</Plugin>

Telling the truth I've got my own pkg repository and my collectd5 is built
without DEBUG. So maybe that's why I do not have any error messages.

I'll try to change IP address to FQDN and I'll write if I have identical error.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list