how to get support (I am a paid for customer)
Re: how to get support (I am a paid for customer)
where do i put the file on the nagiosxi server...
-
tonyyarusso
- Posts: 1128
- Joined: Wed Mar 03, 2010 12:38 pm
- Location: St. Paul, MN, USA
- Contact:
Re: how to get support (I am a paid for customer)
It doesn't matter, since once you install it you can just delete that file. /tmp works well for this sort of thing.
Re: how to get support (I am a paid for customer)
got this...tonyyarusso wrote:It doesn't matter, since once you install it you can just delete that file. /tmp works well for this sort of thing.
Code: Select all
[root@nagiosxi tmp]# rpm -Uvh perl-Nagios-Plugin-0.33-2.noarch.rpm
error: Failed dependencies:
perl(Class::Accessor) is needed by perl-Nagios-Plugin-0.33-2.noarch
perl(Class::Accessor::Fast) is needed by perl-Nagios-Plugin-0.33-2.noarch
perl(Config::Tiny) is needed by perl-Nagios-Plugin-0.33-2.noarch
perl(Math::Calc::Units) is needed by perl-Nagios-Plugin-0.33-2.noarch
perl(Params::Validate) is needed by perl-Nagios-Plugin-0.33-2.noarch
[root@nagiosxi tmp]#Re: how to get support (I am a paid for customer)
There is a script that does this, it's in the vmware.zip(the plugin) file,
vmware/scripts/NagiosXI-VMWare.sh
This is unzipped on the server, I don't have the path in front of me but it's something like /usr/loca/nagiosxi/html/includes/configwizards/vmwar/scripts/NagiosXI-VMWare.sh
vmware/scripts/NagiosXI-VMWare.sh
This is unzipped on the server, I don't have the path in front of me but it's something like /usr/loca/nagiosxi/html/includes/configwizards/vmwar/scripts/NagiosXI-VMWare.sh
Re: how to get support (I am a paid for customer)
sorry Sir.. you assume to much - I am a windowz guy and althoughy our comments proably ring true for 99% on this board I am the 1% - I honestly havent got a clue what to do to get this working.
please could you spell it out for me?
please could you spell it out for me?
-
tonyyarusso
- Posts: 1128
- Joined: Wed Mar 03, 2010 12:38 pm
- Location: St. Paul, MN, USA
- Contact:
Re: how to get support (I am a paid for customer)
Yeah, this is why the documentation for this is still in progress. 
The script mmestnik mentions automates many stages of this for people to use eventually, although for where you are already it may be easier to just work around things yourself. At your current point, you would need to run the following yum command to take care of the dependencies you mentioned previously:
Once that's done you can run the rpm command from before and it should work. Then you'll be ready to upload the wizard, and there are instructions for that on the same page mentioned to get the wizard from.
The script mmestnik mentions automates many stages of this for people to use eventually, although for where you are already it may be easier to just work around things yourself. At your current point, you would need to run the following yum command to take care of the dependencies you mentioned previously:
Code: Select all
yum install -yq perl-Class-Accessor perl-Config-Tiny perl-Math-Calc-Units perl-Params-ValidateRe: how to get support (I am a paid for customer)
that all seemed to work fine - thanks for your help.
i used the wizard to define a simple cpu check against one of my esx hosts and whilst the host is in host view there is no check defined for the cpu..
maybe i should just wait untill you guys wrap it up.
i used the wizard to define a simple cpu check against one of my esx hosts and whilst the host is in host view there is no check defined for the cpu..
maybe i should just wait untill you guys wrap it up.