Search found 4 matches

by jdooley
Thu Sep 30, 2004 9:46 am
Forum: Scripts and Templates
Topic: W32 IIS W3SVC Perl Script via WMI
Replies: 51
Views: 40509

FYI: On my Win2000 servers with IIS installed, the WMI class is Win32_PerfRawData_W3SVC_WebService instead of the one SunDevil is using, which I assume is the class used by Win2k3. It's frusturating that the same application on different platforms uses different locations to provide the same data. I...
by jdooley
Wed Sep 29, 2004 9:55 pm
Forum: Scripts and Templates
Topic: W32 DNS Statistics Perl Script using WMI
Replies: 48
Views: 67233

FYI: This will only work with DNS on Win2k3. The WMI DNS Provider for Win2000 doesn't include the entire MicrosoftDNS_Statistics class at all for some reason.

There are still stats you can pull, but you can't get any of the per-record type counters. Bummer.

JDooley
by jdooley
Mon Sep 29, 2003 1:22 pm
Forum: Help: General
Topic: Graph of the same data from different devices
Replies: 2
Views: 1319

I 100% got it. I was looking at the graph templates instead of building the graph manually.

Thanks for the assist.

jdooley
by jdooley
Fri Sep 26, 2003 2:51 pm
Forum: Help: General
Topic: Graph of the same data from different devices
Replies: 2
Views: 1319

Graph of the same data from different devices

Maybe I'm missing something in the way that the different templates work together, but I'm having trouble getting the data I want on a graph. I can create a graph that pulls two different data strings from the same device and graph them. (i.e. chart temperature and humidity from the same device on t...