iszjw 发表于 2019-1-20 08:14:09

利用Zabbix监控Lync的实时在线人数

  大家都知道windows性能监控一般依靠性能计数器,
  Lync实时在线人数统计就是SQL数据库实时连接数。
  使用windows性能监视器对Lync的实时在线人数进行监控。
http://lixiaosong.blog.运维网.com/attachment/201407/25/705126_1406257614iALA.png
http://lixiaosong.blog.运维网.com/attachment/201407/25/705126_1406257614lxuH.png
  这个数值就是lync的实时在线人数
http://lixiaosong.blog.运维网.com/attachment/201407/25/705126_14062576145x3F.png
  通过zabbix监控
  为了方便zabbix监控我们需要找出这个性能参数值
  我们将SQL服务器的性能计数参数都导出来
http://lixiaosong.blog.运维网.com/attachment/201407/25/705126_14062576144ulL.png
http://lixiaosong.blog.运维网.com/attachment/201407/25/705126_1406257614DKg0.png
  我们需要为SQL服务器新建一个监控项目
http://lixiaosong.blog.运维网.com/attachment/201407/25/705126_1406257615Wrn1.png
  键值为:
  perf_counter[\SQLServer:User Settable(User counter 1)\Query]
http://lixiaosong.blog.运维网.com/attachment/201407/25/705126_1406257615vP7h.png
  再为这个监控项创建一个图形
http://lixiaosong.blog.运维网.com/attachment/201407/25/705126_1406257615ugW5.png
http://lixiaosong.blog.运维网.com/attachment/201407/25/705126_1406257616HmWT.png
  已经有数据了。
http://lixiaosong.blog.运维网.com/attachment/201407/25/705126_1406257616b4bq.png
  当然也可以创建一个触发器来实现报警的目的



页: [1]
查看完整版本: 利用Zabbix监控Lync的实时在线人数