Search found 7 matches

by maltyx
Fri Oct 09, 2009 7:54 am
Forum: Scripts and Templates
Topic: Monitor Windows via WMI from Cacti on Linux
Replies: 671
Views: 426430

Well, after applying filters all Exchange graphs start to work, just need to tweak Active Logons template for my exchange DBs instead of _Total and I hope it will be fine.
Thank You, Claymen for your time and generous help!
by maltyx
Fri Oct 09, 2009 6:25 am
Forum: Scripts and Templates
Topic: Monitor Windows via WMI from Cacti on Linux
Replies: 671
Views: 426430

This is why you need -k "SELECT Size,TotalItems,DeletedMessageSizeExtended FROM Exchange_Mailbox WHERE MailboxDisplayName=" Without -k the where section will not work. The query works like SQL. Select rows from database where column = something. In this case you tried to query for mailbox...
by maltyx
Thu Oct 08, 2009 12:36 pm
Forum: Scripts and Templates
Topic: Monitor Windows via WMI from Cacti on Linux
Replies: 671
Views: 426430

3. This one is a bit weird, when testing with scriptomatic was it running as the user defined in your cacti-wmi.pw file? Also have you tried a query directly with wmic, you should be able to enable debug on wmi.php to print out the full wmic call and run that manually with -d2 etc to find out at wh...
by maltyx
Thu Oct 08, 2009 11:55 am
Forum: Scripts and Templates
Topic: Monitor Windows via WMI from Cacti on Linux
Replies: 671
Views: 426430

-k is your filter key, without it lots of things won't work. Basically its the logic of if <filter key> = <filter value> return matching results. could you give an example of using that kind of filter in your templates? 1. Not sure could be many things, cacti logging would tell more the only log fo...
by maltyx
Thu Oct 08, 2009 5:31 am
Forum: Scripts and Templates
Topic: Monitor Windows via WMI from Cacti on Linux
Replies: 671
Views: 426430

strange, after removing "-k Name" from the query script - it did work .. should I disable the filter option in the template? ---- Update: still can't fix the following Exchange 2003 Graphs: 1. Active Clients Logon - no Image, just X insted 2. Database Performance displays NAN entries, but ...
by maltyx
Thu Oct 08, 2009 4:04 am
Forum: Scripts and Templates
Topic: Monitor Windows via WMI from Cacti on Linux
Replies: 671
Views: 426430

to Claymen: from console it returns the follows: NTSTATUS: NT code 0xc0041017 - NT code 0xc0041017 Return code non-zero, debug mode enabled! /usr/bin/wmic --namespace='root\CIMV2' --authentication-file=/etc/cacti/cactiwmi.pw //10.16.16.112 "SELECT ActiveClientLogons,MessagesDelivered,MessagesSe...
by maltyx
Wed Oct 07, 2009 2:12 pm
Forum: Scripts and Templates
Topic: Monitor Windows via WMI from Cacti on Linux
Replies: 671
Views: 426430

First of all I would like to thank for great templates to Claymen. It was really helpful for me .. but .. There are some things I still can't to solve. Still can't get to plot some graphs, like Exchange database perfomance, Active client count, Client RPC latency, Total mailbox items .. My environme...