zabbix 关于监控windows 服务器的自定义服务的CPU 和内存占用 探索
写在前面的:zabbix 2.0.3 想监控windows server 2003 的某个自定义服务进程占用的CPU 和 内存.
利用的
proc.mem[<name>,<user>,<mode>,<cmdline>] 函数
Memoryused by process with name name running under user user. Memory used by processes.
Processname, user and mode is optional. If name or user is missing all processes will be calculated.
Ifmode is missing sum is used. Example: proc.mem[,root]
感觉这个应该可行吧,
我这样写的
proc.mem[<liuservice>] 设置了监控项,设置了triggers, butNM 不行啊 ,百度 google 很久都不行
最后在官方文档中找到答案,
http://www.zabbix.com/documentation/2.0/manual/appendix/items/supported_by_platform
第一列就是windows 主机......
坑爹呢!
页:
[1]