Good day everyone, I just recently deployed PandoraFMS and in the process, I've been stuck with all the newly deployed agents with modules in a uninitialized status.
I used the template for WMI on these machines. I've gone through the forum and the web the past 4 days looking for a solution, but there hasn't been a definite answer that has solved the issue.
Has the root cause of this been identified and a work around available?
11-01-2017, 01:54 PM (This post was last modified: 11-01-2017, 03:30 PM by guzmana.)
Hi vic, I got the same problem with WMI modules, already tested credentials with WMI Tester and verified destination host is retrieving querys. Also verified in pandora_server.conf that wmiserver is active (1).
I guess it's a problem in some section of the code or the app because querying with wmic works fine:
[[email protected] PandoraFMS]# wmic -U PNDxxxx%xxxxx //172.17.xx.xx "SELECT CSName,Manufacturer FROM Win32_OperatingSystem"
I found a workarround, for some reason default WMI modules doesn't work properly when you add them to any agent. But when creating a new module from zero ( Configuration --> Network components --> Create New WMI component), it works fine!
So now, I have no problem on WMI modules using local or domain account ( for this use domain/user) to query WMI from Windows computers.
Hope this WA will be usefull. Any way I'm attching the capture you requested.