본문 바로가기

기타

[오픈소스] Nagios XI Installation

728x90
반응형

 

Nagios XI Installation

 

Downloading the Latest Release

cd /tmp

wget http://assets.nagios.com/downloads/nagiosxi/xi-latest.tar.gz

 

Installing XI From The Installation Archive

tar xzf xi-latest.tar.gz

 

Installation Steps

cd /tmp/nagiosxi

 

./fullinstall

 

This will automatically take care of a number of things for you, including

• Modifying the yum configuration and installing prerequisite packages

• Creating required uses and groups

• Initializing PostgreSQL and MySQL databases, and set the MySQL root password to 'nagiosxi'

• Modifying sudoers and iptables to allow certain commands and traffic

• Installing backup scripts for the databases

• Adjusting PHP settings and installing the SourceGuardian PHP loaders for encrypted files

• Compiling and installing various components, including Nagios Core, the plugins, NDOUtils, PNP, webinject, etc.

• Installing the Nagios XI scripts and PHP files in /usr/local/nagiosxi

• Installing cron jobs for the root and nagios users

• Setting appropriate services to start in runlevels 3 and 5 and starting them now

• Importing base object definitions (templates, commands, etc.) into NagiosQL for use with Nagios Core

• Installing a welcome page in the root webserver directory /var/www/html

 

http://<xiserver>/

 

 

 

Nagios XI – Manual Installation Instructions

https://assets.nagios.com/downloads/nagiosxi/docs/XI_Manual_Installation_Instructions.pdf

 

Administrator Guide(System Configuration)

https://assets.nagios.com/downloads/nagiosxi/guides/administrator/systemconfig.php#initialsetup


728x90
반응형

'기타' 카테고리의 다른 글

[URL] Rackmonkey  (0) 2017.06.07
[SSL] pfx를 jks로 변환 방법  (0) 2016.05.30
[메일] 메일 SMTP 오류 코드 정리  (0) 2016.03.24
[기타] zabbix  (0) 2015.08.04
[오픈소스] zabbix(zabbix_get)로 패스워드 변경하기  (2) 2015.04.22