how to get support (I am a paid for customer)

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
gary_ford
Posts: 52
Joined: Wed Mar 10, 2010 9:18 am

Re: how to get support (I am a paid for customer)

Post by gary_ford »

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)

Post by tonyyarusso »

It doesn't matter, since once you install it you can just delete that file. /tmp works well for this sort of thing.
Tony Yarusso
Technical Services
___
TIES
Web: http://ties.k12.mn.us/
gary_ford
Posts: 52
Joined: Wed Mar 10, 2010 9:18 am

Re: how to get support (I am a paid for customer)

Post by gary_ford »

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.
got this...

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]#
mmestnik
Posts: 972
Joined: Mon Feb 15, 2010 2:23 pm

Re: how to get support (I am a paid for customer)

Post by mmestnik »

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
gary_ford
Posts: 52
Joined: Wed Mar 10, 2010 9:18 am

Re: how to get support (I am a paid for customer)

Post by gary_ford »

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?
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)

Post by tonyyarusso »

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:

Code: Select all

yum install -yq perl-Class-Accessor perl-Config-Tiny perl-Math-Calc-Units perl-Params-Validate
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.
Tony Yarusso
Technical Services
___
TIES
Web: http://ties.k12.mn.us/
gary_ford
Posts: 52
Joined: Wed Mar 10, 2010 9:18 am

Re: how to get support (I am a paid for customer)

Post by gary_ford »

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.
Locked