PERF_PRECISION_TIMESTAMP

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
ggewehr
Posts: 5
Joined: Mon Jun 18, 2012 12:26 pm

PERF_PRECISION_TIMESTAMP

Post by ggewehr »

I'm looking for perf_precision_timestamp.vbs to monitoring some services like mssql. Where I can found this script? Is part of some wmi package?
agriffin
Posts: 876
Joined: Mon May 09, 2011 9:36 am

Re: PERF_PRECISION_TIMESTAMP

Post by agriffin »

Where'd you hear about this script? I didn't find anything on Nagios Exchange or Google.
ggewehr
Posts: 5
Joined: Mon Jun 18, 2012 12:26 pm

Re: PERF_PRECISION_TIMESTAMP

Post by ggewehr »

Its a customized system based on nagios. It calls various vbs to get some informations. This counter specifically monitors sql databases and does not delivery this plugin, so I started a search about this plugin here. I think this come together NRPE. All other vbs came and does not generate any error. I hope someone heard about it!
ggewehr
Posts: 5
Joined: Mon Jun 18, 2012 12:26 pm

Re: PERF_PRECISION_TIMESTAMP

Post by ggewehr »

In time, I have open an vbs to see who have wrote them. Some of them has been wrote by Groundwork, but I don't found it.

http://sourceforge.net/project/shownote ... _id=160654
User avatar
jsmurphy
Posts: 989
Joined: Wed Aug 18, 2010 9:46 pm

Re: PERF_PRECISION_TIMESTAMP

Post by jsmurphy »

The scripts are located in the zip file here: http://sourceforge.net/projects/gwmos/f ... WMI%201.3/

I took a stab in the dark and just checked the plugins in their file repository and sure enough... there it was.
ggewehr
Posts: 5
Joined: Mon Jun 18, 2012 12:26 pm

Re: PERF_PRECISION_TIMESTAMP

Post by ggewehr »

Thanks for the reply jsmurphy, but this plugins I'm already have. I don't even know where this perf_precision_timestamp act in wmi context. This mention occurs in 3 items from original script. It appears in this kb from microsoft: http://support.microsoft.com/kb/269481

The counter I traying to monitor is Log cache hit ratio, described in this article: http://www.mssqltips.com/sqlservertip/1 ... -counters/

Is there other script to return this information?
agriffin
Posts: 876
Joined: Mon May 09, 2011 9:36 am

Re: PERF_PRECISION_TIMESTAMP

Post by agriffin »

So, this is a WMI resource or something? If it is, you could monitor it using check_wmi_plus.
ggewehr
Posts: 5
Joined: Mon Jun 18, 2012 12:26 pm

Re: PERF_PRECISION_TIMESTAMP (SOLVED)

Post by ggewehr »

Hello everyone!

As I continuing search for some resolution, the "log cache hit ratio" for mssql could be monitored by using an performance monitor query. The counter to monitoring is \SQLServer:Databases(model)\Log Cache Hit Ratio.
Sometimes the answer are in front of you, just takes a little time to see!

Thanks for everyone who posted here some information.
agriffin
Posts: 876
Joined: Mon May 09, 2011 9:36 am

Re: PERF_PRECISION_TIMESTAMP

Post by agriffin »

Glad you got it working!
Locked