Zabbix无法获取Windows主机CPU利用率、负载等问题处理

时间:2015-05-20 11:31:35   收藏:0   阅读:3537

今天随机查看服务器时,无意中发现某机器的CPU利用率和负载等信息出不来,远程测试也一直提示ZBX_NOTSUPPORTED。

通知SA调整Agent为Debug模式,终于发现问题所在:

3508:20150504:205003.406 check_counter_path(): cannot make counterpath ‘\2\674’: [0xC0000BBD] A required argument is missing or incorrect.

参考此帖处理:ZBX-903

This wasn’t bug on Zabbix after all.
I investigated this for a while and found that performance monitor items didn’t have any names.
Rebuilding perfmon counters with lodctr /R fixed the problem.

让管理员执行下lodctr /R命令即可。

等待了两三分钟后,重新测试,成功。

原文:http://my.oschina.net/rexkang/blog/417091

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!