Difference between revisions of "Instalasi NAGIOS"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: Instalasi NAGIOS # apt-get install nagios3 ==Pranala Menarik== * Linux Howto) |
Onnowpurbo (talk | contribs) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
# 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 | ||
+ | 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 | ||
+ | |||
+ | [[Image:Nagios-01.jpeg|center|200px|thumb]] | ||
+ | |||
+ | [[Image:Nagios-02.jpeg|center|200px|thumb]] | ||
+ | |||
+ | [[Image:Nagios-03.jpeg|center|200px|thumb]] | ||
+ | |||
+ | [[Image:Nagios-04.jpeg|center|200px|thumb]] | ||
+ | |||
+ | [[Image:Nagios-05.jpeg|center|200px|thumb]] | ||
+ | |||
+ | [[Image:Nagios-06.jpeg|center|200px|thumb]] | ||
+ | |||
+ | [[Image:Nagios-07.jpeg|center|200px|thumb]] | ||
+ | |||
+ | [[Image:Nagios-08.jpeg|center|200px|thumb]] | ||
+ | |||
+ | [[Image:Nagios-09.jpeg|center|200px|thumb]] | ||
+ | |||
+ | [[Image:Nagios-10.jpeg|center|200px|thumb]] | ||
+ | |||
+ | [[Image:Nagios-11.jpeg|center|200px|thumb]] | ||
+ | |||
+ | [[Image:Nagios-12.jpeg|center|200px|thumb]] | ||
+ | |||
+ | [[Image:Nagios-13.jpeg|center|200px|thumb]] | ||
+ | |||
+ | [[Image:Nagios-14.jpeg|center|200px|thumb]] | ||
+ | |||
+ | [[Image:Nagios-15.jpeg|center|200px|thumb]] | ||
+ | |||
+ | [[Image:Nagios-16.jpeg|center|200px|thumb]] | ||
+ | |||
==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