Instalasi NAGIOS: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs) No edit summary |
Onnowpurbo (talk | contribs) No edit summary |
||
| 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 23:42, 7 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