码迷,mamicode.com
首页 > Windows程序 > 详细

zabbix监控:监控windows进程

时间:2015-10-13 19:22:46      阅读:454      评论:0      收藏:0      [点我收藏+]

标签:windows监控;zabbix模板

一、效果图

技术分享

二、proc.num说明:

官方说明文档路径:https://www.zabbix.com/documentation/2.4/manual/config/items/itemtypes/zabbix_agent

命令
说明
proc.mem[<name>,<user>,<mode>,<cmdline>]Memory used by a process. <name> process name (default: "all processes"). <user> user name (default: "all users"). <mode> possible values: avg, max, min, sum (default). <cmdline> filter by command line (supports regex). Example: proc.mem[,root].
监控进程占用的内存,不支持windows
proc.num[<name>,<user>,<state>,<cmdline>]Number of processes. <name>进程名字 and <user>运行进程的用户名  same as in proc.mem item. <state> 进程的状态 all (default), run, sleep, zomb. <cmdline>进程名中包含的字符  filter by command line (supports regex). Example: proc.num[apache2,www-data]. On Windows, only <name> and <user> are supported.
windows只能使用<name> and <user>
proc_info[<process>,<attribute>,<type>]Different information about specific process(es)


三、查看相关需要监控进程:

1、监控用户远程桌面进程:

技术分享

2、查看无需用户的进程:

技术分享


3、进程IIS进程数:

技术分享


四、创建监控项:

1、监控某个用户sunday桌面进程数量

使用proc.num[explorer.exe,sunday]监控指定用户sunday桌面进程数量

技术分享

2、不指定用户名,可以监控svchost.exe进程总数量

proc.num[svchost.exe]

技术分享


3、administrator用户所有进程数量

proc.num[,administrator]

技术分享

4、IIS进程数量:

proc.num[w3wp.exe]

技术分享



五、模板下载:

可以直接导模板使用。




本文出自 “都市布衣” 博客,请务必保留此出处http://sunday208.blog.51cto.com/377871/1702593

zabbix监控:监控windows进程

标签:windows监控;zabbix模板

原文地址:http://sunday208.blog.51cto.com/377871/1702593

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!