Difference between revisions of "Instalasi NAGIOS"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  | 
				Onnowpurbo (talk | contribs)   | 
				||
| (2 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
  # apt-get install nagios3  |   # apt-get install nagios3  | ||
| − | + | Pada saat instalasi kita perlu menset  | |
| + | |||
| + | * SMTP Server "Internet with smarthost"  | ||
| + | * SMTP Server "smtp.telkom.net" (jika tersambung ke Telkom)  | ||
| + | * password untuk nagiosadmin  | ||
| + | * password untuk nagiosadmin (diulangi)  | ||
| + | |||
| + | Cara lain untuk menset user nagiosadmin untuk web admin  | ||
  # htpasswd -c /etc/nagios3/htpasswd.users nagiosadmin  |   # htpasswd -c /etc/nagios3/htpasswd.users nagiosadmin  | ||
| Line 11: | Line 18: | ||
Restart NAGIOS  | Restart NAGIOS  | ||
| − | + |   /etc/init.d/apache2 restart  | |
| + |  /etc/init.d/nagios3 restart  | ||
Akses melalui web  | Akses melalui web  | ||
| Line 53: | Line 61: | ||
==Pranala Menarik==  | ==Pranala Menarik==  | ||
| + | * [[NMS]]  | ||
| + | * [[NAGIOS]]  | ||
* [[Linux Howto]]  | * [[Linux Howto]]  | ||
| + | * [[Instalasi NaGIOS XI]]  | ||
| + | * [[Instalasi NAGIOS]]  | ||
| + | * [[NaGIOS XI: Konfigurasi Awal Web]]  | ||
| + | * [[NaGIOS XI: Monitoring Wizard]]  | ||
| + | * [[NaGIOS XI: Operasional]]  | ||
Latest revision as of 04:41, 28 January 2014
Instalasi NAGIOS
# apt-get install nagios3
Pada saat instalasi kita perlu menset
- SMTP Server "Internet with smarthost"
 - SMTP Server "smtp.telkom.net" (jika tersambung ke Telkom)
 - password untuk nagiosadmin
 - password untuk nagiosadmin (diulangi)
 
Cara lain untuk menset user nagiosadmin untuk web admin
# htpasswd -c /etc/nagios3/htpasswd.users nagiosadmin New password: <PASSWORD> Re-type new password: <PASSWORD>
Restart NAGIOS
/etc/init.d/apache2 restart /etc/init.d/nagios3 restart
Akses melalui web
http://localhost/nagios3