We all know that Windows performance monitoring generally relies on performance counters,
The number of lync real-time online users is the number of real-time connections of the SQL database.
Use Windows performance monitor to monitor the real-time online users of lync.
650) This. width = 650; "Title =" image "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-Right: 0px; "Border =" 0 "alt =" image "src =" http://img1.51cto.com/attachment/201407/25/705126_1406257614iALA.png "Height =" 492 "/>
650) This. width = 650; "Title =" image "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-Right: 0px; "Border =" 0 "alt =" image "src =" http://img1.51cto.com/attachment/201407/25/705126_1406257614lxuH.png "Height =" 264 "/>
This value is the number of lync online users in real time.
650) This. width = 650; "Title =" image "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-Right: 0px; "Border =" 0 "alt =" image "src =" http://img1.51cto.com/attachment/201407/25/705126_14062576145x3F.png "Height =" 216 "/>
Monitoring Through zabbix
To facilitate zabbix monitoring, we need to find this performance parameter value.
We export the performance counting parameters of the SQL Server.
650) This. width = 650; "Title =" image "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-Right: 0px; "Border =" 0 "alt =" image "src =" http://img1.51cto.com/attachment/201407/25/705126_14062576144ulL.png "Height =" 192 "/>
650) This. width = 650; "Title =" image "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-Right: 0px; "Border =" 0 "alt =" image "src =" http://img1.51cto.com/attachment/201407/25/705126_1406257614DKg0.png "Height =" 252 "/>
We need to create a monitoring project for the SQL server.
650) This. width = 650; "Title =" image "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-Right: 0px; "Border =" 0 "alt =" image "src =" http://img1.51cto.com/attachment/201407/25/705126_1406257615Wrn1.png "Height =" 265 "/>
The key value is:
Perf_counter [\ sqlserver: User settable (User COUNTER 1) \ QUERY]
650) This. width = 650; "Title =" image "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-Right: 0px; "Border =" 0 "alt =" image "src =" http://img1.51cto.com/attachment/201407/25/705126_1406257615vP7h.png "Height =" 606 "/>
Create a graph for this metric item
650) This. width = 650; "Title =" image "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-Right: 0px; "Border =" 0 "alt =" image "src =" http://img1.51cto.com/attachment/201407/25/705126_1406257615ugW5.png "Height =" 307 "/>
650) This. width = 650; "Title =" image "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-Right: 0px; "Border =" 0 "alt =" image "src =" http://img1.51cto.com/attachment/201407/25/705126_1406257616HmWT.png "Height =" 413 "/>
Data already exists.
650) This. width = 650; "Title =" image "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-Right: 0px; "Border =" 0 "alt =" image "src =" http://img1.51cto.com/attachment/201407/25/705126_1406257616b4bq.png "Height =" 227 "/>
Of course, you can also create a trigger to enable alarms.