30 Mar
                
                    2017
                
            
            
                30 Mar
                
                '17
                
            
            
            
        
    
                5:19 p.m.
            
        Hello,
I had a question concerning the WMI implementation in Observium. I’d like to be able to create an alert to track the state of a service. Using the following WMIC command I’m able to view the state of a particular service
wmic -U DOMAINNAME/Username%Password //HOSTNAME.DOMAIN.COM "SELECT Name,State FROM Win32_Service where Name='vmicvss'" CLASS: Win32_Service
Name|State vmicvss|Stopped
Is it possible to turn this command into an alert somehow? I’m currently running the latest release of the Subscription Edition (revision 8449).
Thanks, Steve