Home | 简体中文 | 繁体中文 | 杂文 | Search | ITEYE 博客 | OSChina 博客 | Facebook | Linkedin | 作品与服务 | Email

第 37 章 Nagios

目录

37.1. nagios
37.2. plugins
37.2.1. nrpe plugins
37.3. nrpe node

37.1. nagios

Install Nagios & Plugins

[root@database ~]# yum -y install nagios nagios-plugins-all nagios-plugins-nrpe
		

Create the default Nagios web access user & set a password

# htpasswd -c /etc/nagios/passwd nagiosadmin
		

Verify default config files

nagios -v /etc/nagios/nagios.cfg		
		

Start Nagios

Start Nagios
		

Configure it to start on boot

chkconfig --levels 345 nagios on
		

http://localhost/nagios/

comments powered by Disqus