Search found 3 matches

by lottabull
Fri Mar 13, 2009 1:19 pm
Forum: Help: Windows Specific
Topic: SOLVED: SNMP - Get Mounted Partitions "Used" Issue
Replies: 6
Views: 6523

I've solved it. It's being caused by the dreaded Windows profile unload problem (Windows Event ID 1517). The account that is running the poller is not unloading its profile properly anymore for some reason. When it does unload properly the SNMP counters do get read by Cacti properly. Thanks for pos...
by lottabull
Fri Nov 09, 2007 6:37 pm
Forum: Scripts and Templates
Topic: Exchange Database Size
Replies: 35
Views: 39529

exsize.vbs works for me now

:) In the (wrapped) line: wscript.echo "Priv1:" & priv1.size & " Pub1:" & pub1.size & " Priv1stm:" & priv1stm.size & " Pub1stm:" & pub1stm.size & " Priv1Total:" & priv1.size+priv1stm.size & " Pub1Total:&qu...
by lottabull
Fri Sep 23, 2005 3:30 pm
Forum: Scripts and Templates
Topic: W32 DNS Statistics Perl Script using WMI
Replies: 48
Views: 67992

Still need SNMP on WMI target?

I have a Windows 2003 DNS server without SNMP. Running the perl script manually from the Cacti node returns valid WMI data from the DNS server. Under cactid the only mention of that host in the log is that it didn't respond to SNMP. So SNMP it still required even on WMI target hosts, when the only d...