我试图将监控数据发送到我的集中式collectd,并在日志中发现此错误
[2013-08-09 07:04:22] bind: Cannot assign requested address [2013-08-09 07:04:22] network plugin: network_config_add_listen: sockent_open failed.
与networking插件服务器configuration部分如下;
<Plugin network> # # client setup: # Server "ff18::efc0:4a42" "25826" # <Server "239.192.74.66" "25826"> # SecurityLevel Encrypt # Username "user" # Password "secret" # Interface "eth0" # </Server> # TimeToLive "128" # # # server setup: # Listen "ff18::efc0:4a42" "25826" Listen "172.16.7.200" Listen "172.16.7.201" # <Listen "172.16.7.200" "2000"> # SecurityLevel Sign # AuthFile "/etc/collectd/passwd" # Interface "eth2" # </Listen> # <Listen "172.16.7.201" "2000"> # Interface "eth2" # </Listen> # MaxPacketSize 1024 # # # proxy setup (client and server as above): # Forward true # # # statistics about the network plugin itself # ReportStats true # # # "garbage collection" # CacheFlush 1800 </Plugin>
数据收集在本地正常工作,因为我在客户端检查问题来自服务器只。
我有任何configuration错误吗?