Difference between revisions of "Instalasi NAGIOS"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
| Line 2: | Line 2: | ||
# apt-get install nagios3 | # apt-get install nagios3 | ||
| + | |||
| + | buat user untuk web admin | ||
| + | |||
| + | # htpasswd -c /etc/nagios3/htpasswd.users nagiosadmin | ||
| + | New password: '''<PASSWORD>''' | ||
| + | Re-type new password: '''<PASSWORD>''' | ||
Restart NAGIOS | Restart NAGIOS | ||
| Line 7: | Line 13: | ||
# /etc/init.d/nagios3 restart | # /etc/init.d/nagios3 restart | ||
| + | Akses melalui web | ||
| + | http://localhost/nagios3 | ||
Revision as of 06:42, 8 July 2009
Instalasi NAGIOS
# apt-get install nagios3
buat user untuk web admin
# htpasswd -c /etc/nagios3/htpasswd.users nagiosadmin New password: <PASSWORD> Re-type new password: <PASSWORD>
Restart NAGIOS
# /etc/init.d/nagios3 restart
Akses melalui web
http://localhost/nagios3