This plugin requires the linux implementation of wmic eg fro
This plugin requires the linux implementation of wmic eg fro
I am getting this error in all my windows server
This plugin requires the linux implementation of wmic eg from zenoss.
This plugin requires the linux implementation of wmic eg from zenoss.
Re: This plugin requires the linux implementation of wmic eg
Can you provide a bit more detail?
What checks are these for? (WMI, NSClient, NCPA, etc)
What plugin is this check using?
Is this for *all* Windows checks or just certain ones?
Can you provide a screenshot?
What checks are these for? (WMI, NSClient, NCPA, etc)
What plugin is this check using?
Is this for *all* Windows checks or just certain ones?
Can you provide a screenshot?
Former Nagios employee
Re: This plugin requires the linux implementation of wmic eg
Seems to be only certain windows
it's WMI
it's for all Windows check configured for any given device
it's WMI
it's for all Windows check configured for any given device
Re: This plugin requires the linux implementation of wmic eg
Are you trying to run the check_wmi_plus plugin from one of your remote workers?
You can go to these sites to get that tool.
You can go to these sites to get that tool.
Code: Select all
http://rpm.pbone.net/
or the source from here
http://www.aldeid.com/wiki/Wmic-linux
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: This plugin requires the linux implementation of wmic eg
No, I am doing it from the JOB server
-
jdalrymple
- Skynet Drone
- Posts: 2620
- Joined: Wed Feb 11, 2015 1:56 pm
Re: This plugin requires the linux implementation of wmic eg
wmic should be in your /usr/local/bin directory if XI was installed with all the defaults.
Code: Select all
[jdalrymple@localhost etc]$ which wmic
/usr/local/bin/wmic
[jdalrymple@localhost etc]$ ls -l /usr/local/bin/wmic
-rwxr-xr-x. 1 root root 14188908 Dec 1 2011 /usr/local/bin/wmicRe: This plugin requires the linux implementation of wmic eg
made some progress. I know I am getting this error
MODULE_NAME INSTALLED_VERSION STATUS DESIRED_VERSION
Config::IniFiles 2.56 BAD 2.58
Perl Version 5.010001 ok 5.01
Getopt::Long 2.38 ok 2.38
DateTime 0.53 BAD 0.66
Number::Format 1.73 ok 1.73
Data::Dumper 2.124 BAD 2.125
Scalar::Util 1.21 BAD 1.22
Storable 2.20 BAD 2.22
MODULE_NAME INSTALLED_VERSION STATUS DESIRED_VERSION
Config::IniFiles 2.56 BAD 2.58
Perl Version 5.010001 ok 5.01
Getopt::Long 2.38 ok 2.38
DateTime 0.53 BAD 0.66
Number::Format 1.73 ok 1.73
Data::Dumper 2.124 BAD 2.125
Scalar::Util 1.21 BAD 1.22
Storable 2.20 BAD 2.22
Re: This plugin requires the linux implementation of wmic eg
You need to update these Perl modules pre-req's for wmic. Use either yum install or cpanm.
Config::IniFiles 2.56 BAD 2.58
DateTime 0.53 BAD 0.66
Data::Dumper 2.124 BAD 2.125
Scalar::Util 1.21 BAD 1.22
Storable 2.20 BAD 2.22
Config::IniFiles 2.56 BAD 2.58
DateTime 0.53 BAD 0.66
Data::Dumper 2.124 BAD 2.125
Scalar::Util 1.21 BAD 1.22
Storable 2.20 BAD 2.22
Re: This plugin requires the linux implementation of wmic eg
that is going to be a problem the worker is being firewall.
how I can get all the rpm packages I need manually
how I can get all the rpm packages I need manually
Re: This plugin requires the linux implementation of wmic eg
Is this for a RHEL or CentOS server? Can you download them from outside the firewall, and then copy them via secure copy?