![](https://secure.gravatar.com/avatar/b052e7decb48b624735ce658ab35fc38.jpg?s=120&d=mm&r=g)
Hi, I have enabled wmi on my install. I have tested my config with wmic and it seems to work. I have put the global parms in and I am not seeing any log messages about wmi. How do I know if wmi is being attempted?
[2021/12/14 18:30:01 +0000] discovery.php(560036): /opt/observium/discovery.php: new - 0 devices discovered in 0.001 secs [2021/12/14 18:30:04 +0000] poller.php(560053): poller.php: abc-wolcott2.company.local - 1 devices polled in 2.943 secs [2021/12/14 18:30:07 +0000] poller.php(560051): poller.php: abc-lyo-sw-3.company.local - 1 devices polled in 5.134 secs [2021/12/14 18:30:07 +0000] poller.php(560049): poller.php: abc-observium.company.local - 1 devices polled in 5.509 secs [2021/12/14 18:30:12 +0000] poller.php(560047): UNIX-AGENT: Connection on tcp://abc-esx15.company.local:36602 failed. ERROR: 110 Connection timed out [2021/12/14 18:30:14 +0000] poller.php(560047): poller.php: abc-esx15.company.local - 1 devices polled in 12.67 secs [2021/12/14 13:30:14 -0500] poller-wrapper.py(560037): /opt/observium/poller-wrapper.py: processed 4 devices in 13.78 seconds with 4 threads, load average (5min) 0.13
Tony
![](https://secure.gravatar.com/avatar/7522f53b25c5d5601e2a23216c8e9de4.jpg?s=120&d=mm&r=g)
Just run the poller from the cli, and if you don't wan't to scroll through the whole output use the -m wmi switch on the poller command line, if you want you can also use -d for some debugging output.
Martin
On 14/12/2021 14:35, Tony Guadagno via observium wrote:
Hi, I have enabled wmi on my install. I have tested my config with wmic and it seems to work. I have put the global parms in and I am not seeing any log messages about wmi. How do I know if wmi is being attempted?
[2021/12/14 18:30:01 +0000] discovery.php(560036): /opt/observium/discovery.php: new - 0 devices discovered in 0.001 secs
[2021/12/14 18:30:04 +0000] poller.php(560053): poller.php: abc-wolcott2.company.local - 1 devices polled in 2.943 secs
[2021/12/14 18:30:07 +0000] poller.php(560051): poller.php: abc-lyo-sw-3.company.local - 1 devices polled in 5.134 secs
[2021/12/14 18:30:07 +0000] poller.php(560049): poller.php: abc-observium.company.local - 1 devices polled in 5.509 secs
[2021/12/14 18:30:12 +0000] poller.php(560047): UNIX-AGENT: Connection on tcp://abc-esx15.company.local:36602 failed. ERROR: 110 Connection timed out
[2021/12/14 18:30:14 +0000] poller.php(560047): poller.php: abc-esx15.company.local - 1 devices polled in 12.67 secs
[2021/12/14 13:30:14 -0500] poller-wrapper.py(560037): /opt/observium/poller-wrapper.py: processed 4 devices in 13.78 seconds with 4 threads, load average (5min) 0.13
Tony
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/11b54b3dd25b712395dab9818c67596f.jpg?s=120&d=mm&r=g)
There’s not likely to be any WMIC messages in that log, not much goes into there.
WMIC isn’t used for very much. It slightly improves some windows data, mostly storage.
You’ll probably see whatever it does by doing a debugged poller run for the device you’re using WMIC with.
Adam.
From: observium observium-bounces@observium.org On Behalf Of Tony Guadagno via observium Sent: 14 December 2021 18:36 To: Pisano, Anthony D. via observium observium@observium.org Cc: Tony Guadagno tonyg@guadagno.org Subject: [Observium] question about wmi
Hi, I have enabled wmi on my install. I have tested my config with wmic and it seems to work. I have put the global parms in and I am not seeing any log messages about wmi. How do I know if wmi is being attempted?
[2021/12/14 18:30:01 +0000] discovery.php(560036): /opt/observium/discovery.php: new - 0 devices discovered in 0.001 secs
[2021/12/14 18:30:04 +0000] poller.php(560053): poller.php: abc-wolcott2.company.local - 1 devices polled in 2.943 secs
[2021/12/14 18:30:07 +0000] poller.php(560051): poller.php: abc-lyo-sw-3.company.local - 1 devices polled in 5.134 secs
[2021/12/14 18:30:07 +0000] poller.php(560049): poller.php: abc-observium.company.local - 1 devices polled in 5.509 secs
[2021/12/14 18:30:12 +0000] poller.php(560047): UNIX-AGENT: Connection on tcp://abc-esx15.company.local:36602 failed. ERROR: 110 Connection timed out
[2021/12/14 18:30:14 +0000] poller.php(560047): poller.php: abc-esx15.company.local - 1 devices polled in 12.67 secs
[2021/12/14 13:30:14 -0500] poller-wrapper.py(560037): /opt/observium/poller-wrapper.py: processed 4 devices in 13.78 seconds with 4 threads, load average (5min) 0.13
Tony
participants (3)
-
Adam Armstrong
-
Martin
-
Tony Guadagno