Search found 2 matches
- Wed Apr 18, 2018 1:22 am
- Forum: Nagios XI
- Topic: check_mssql_server.py "Average Wait Time"
- Replies: 3
- Views: 141
Re: check_mssql_server.py "Average Wait Time"
Thank you for the fast reply, i just posted the issue on GitHub.
- Tue Apr 17, 2018 8:24 am
- Forum: Nagios XI
- Topic: check_mssql_server.py "Average Wait Time"
- Replies: 3
- Views: 141
check_mssql_server.py "Average Wait Time"
According to Microsofts counter type definition (see https://blogs.msdn.microsoft.com/psssql/2013/09/23/interpreting-the-counter-values-from-sys-dm_os_performance_counters/ ) the "Average Wait Time (ms)" counter is of type PERF_AVERAGE_BULK, and should be measured from two samples. Current...