InterMapper Forums Forum Index InterMapper Forums
A place to talk about InterMapper and Network Monitoring
 
 Forum SubscriptionsForum Subscriptions   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Retrieving Windows WMI information on Debian.

 
Post new topic   Reply to topic    InterMapper Forums Forum Index -> Knowledge Base - Miscellaneous Topics
View previous topic :: View next topic  
Author Message
jlosgar



Joined: 18 Jul 2007
Posts: 347

PostPosted: Wed Sep 10, 2008 2:31 pm    Post subject: Retrieving Windows WMI information on Debian. Reply with quote

Q. Is there a way to monitor Windows services from an InterMapper server installed on Debian?

A. There is a client called wmi-client for Debian that can connect to Windows WMI and run SQL-like queries to retrieve WMI information.

You can download the client from this website:
http://felimwhiteley.wordpress.com/2008/08/15/wmi-calls-from-linux/

Below is an example query and the output:
    nm1:~# wmic -U domain/administrator%password //server-name "Select Name,State from Win32_Service where name='MSExchangeMTA'"
    CLASS: Win32_Service
    Name|State
    MSExchangeMTA|Running
    nm1:~#

You would need to create a command-line probe to launch the wmi-client. A user-contributed command-line probe (WMI Service Probe) can be downloaded from this link:

http://dartware.com/support/users/probes.html
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    InterMapper Forums Forum Index -> Knowledge Base - Miscellaneous Topics All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group