SUSE Linux Enterprise Server 11 SP3 NSTI

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
christudorache
Posts: 15
Joined: Fri Sep 19, 2014 2:32 pm

SUSE Linux Enterprise Server 11 SP3 NSTI

Post by christudorache »

Is it possible to install NSTI on SUSE Linux Enterprise Server 11 SP3? I am getting the following error:

install/libinstall.sh: line 117: error: command not found
Enabling epel repo...
install/libinstall.sh: line 39: yum: command not found
epel-release RPM installed OK
install/prereqs.sh: line 7: yum: command not found
service: no such service mysqld
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: NO)'
service: no such service mysqld
mysqld: unknown service
httpd: unknown service

curl: (7) couldn't connect to host
Checking installer prereqs...
-----------------------------
mysql-5.5.39-0.7.1
gcc-4.3-62.200.2
wget-1.11.4-1.17.1
make-3.81-128.20
tar-1.26-1.2.6.1
net-snmp-5.4.2.1-8.12.22.1
-----------------------
INSTALLER PREREQS MET
-----------------------

Making sure WSGI is installed in Apache...
------------------------------------------
mod_wsgi is not installed in Apache. Please use your package manager to install it.
install/pythonmodules.sh: line 3: pip: command not found
mysqladmin: CREATE DATABASE failed; error: 'Can't create database 'snmptt'; database exists'
ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'snmpttuser'@'localhost'
sed: can't read /etc/snmp/snmptt.ini: No such file or directory
sed: can't read /etc/snmp/snmptt.ini: No such file or directory
sed: can't read /etc/snmp/snmptt.ini: No such file or directory
cp: cannot create regular file `/etc/httpd/conf.d/nsti.conf': No such file or directory
service: no such service httpd
# Generated by iptables-save v1.4.6 on Fri Oct 24 09:52:11 2014
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
-A INPUT -p tcp -m tcp --dport 80 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 80 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 80 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 80 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 80 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 80 -j ACCEPT
COMMIT
# Completed on Fri Oct 24 09:52:11 2014

Let me know. Thank you
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: SUSE Linux Enterprise Server 11 SP3 NSTI

Post by Box293 »

This is going to be difficult as the whole NSTI install script is based on RHEL/CentOS.

The only way you're going to get this to work is to do the whole installation manually (following the install script).

Way easier to just deploy a CentOS server.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked