Page 1 of 1

Nagios XI Errors

Posted: Fri Jan 10, 2020 11:25 am
by metsfan2152
I am having some issues when running the install. I am running ubuntu 18.
I am using this command to install curl https://assets.nagios.com/downloads/nagiosxi/install.sh | sh
I also tried running this cpan -i Params::Validate for missing perl module.

I attached my install.log file

Any other information please let me know. Any help would be great.

Re: Nagios XI Errors

Posted: Mon Jan 13, 2020 2:34 pm
by scottwilkerson
Seems like you are missing a critical perl package

Code: Select all

cpan -i Class::Accessor

Re: Nagios XI Errors

Posted: Mon Jan 13, 2020 2:38 pm
by scottwilkerson
Looking more at the logs I see this

Code: Select all

Using Tar:/bin/tar xf "Class-Accessor-0.51.tar":
Couldn't untar Class-Accessor-0.51.tar: 'Cannot allocate memory'
It looks like there was a bunch of items it couldn't install because Cannot allocate memory

How much memory is on this server?