Nagios XI Errors

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
metsfan2152
Posts: 3
Joined: Fri Dec 27, 2019 1:03 pm

Nagios XI Errors

Post 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.
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI Errors

Post by scottwilkerson »

Seems like you are missing a critical perl package

Code: Select all

cpan -i Class::Accessor
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI Errors

Post 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?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked