NSTI manual installation

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
kgopiramesh

NSTI manual installation

Post by kgopiramesh »

Hi All,

We want to install nsti on our nagios servers, as the server is not connected to the internet we are receiving the below errors.

Determining fastest mirrors
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6 ... 64&repo=os error was
12: Timeout on http://mirrorlist.centos.org/?release=6 ... 64&repo=os: (28, 'connect() timed out!')
Could not get metalink http://mirrors.fedoraproject.org/metali ... rch=x86_64 error was
14: PYCURL ERROR 7 - "Failed to connect to 2610:28:3090:3001:dead:beef:cafe:fed4: Network is unreachable"
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6 ... epo=extras error was
12: Timeout on http://mirrorlist.centos.org/?release=6 ... epo=extras: (28, 'connect() timed out!')
Could not retrieve mirrorlist http://apt.sw.be/redhat/el6/en/mirrors-rpmforge error was
12: Timeout on http://apt.sw.be/redhat/el6/en/mirrors-rpmforge: (28, 'connect() timed out!')
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6 ... po=updates error was
12: Timeout on http://mirrorlist.centos.org/?release=6 ... po=updates: (28, 'connect() timed out!')
* base: anorien.csc.warwick.ac.uk
* epel: be.mirror.eurid.eu

please guide me how to install nsti manually, I have tried with the documents available in github but no luck
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: NSTI manual installation

Post by sreinhardt »

NSTI does not currently have a supported offline install. You will either need to download those packages and their dependencies and manually install them on your system, or find a way to get this system to have internet access so that it can pull them properly.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
kgopiramesh

Re: NSTI manual installation

Post by kgopiramesh »

Fine sreinhardt,

May I know what are the files needed since i have waited for an hour to list all the errors. but it was still throwing the errors of similar type mentioned in my last post.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: NSTI manual installation

Post by tmcdonald »

The dependencies are listed on the NSTI online documentation:

http://nagiosenterprises.github.io/nsti ... ation.html

And the specific install scripts are here:

https://github.com/NagiosEnterprises/ns ... er/install

How you get those packages is up to you, since we don't have an offline installer that includes them all.
Former Nagios employee
Locked