Difference between revisions of "Nagios CentOS install"

From Teknologisk videncenter
Jump to: navigation, search
m
m
Line 8: Line 8:
 
<source lang=cli>
 
<source lang=cli>
 
[root@merkur tmp] <input>htpsswd -c /etc/nagios/htpasswd.users nagiosadmin</input>
 
[root@merkur tmp] <input>htpsswd -c /etc/nagios/htpasswd.users nagiosadmin</input>
New password: <input>l8heise</inupt>
+
New password: <input>Secret</input>
password: <input>l8heise</inupt>
+
password: <input>Secret</input>
 
</source>
 
</source>
 
== http config ==
 
== http config ==

Revision as of 17:00, 27 February 2010

[root@merkur tmp]# <input>yum update</input>
[root@merkur tmp]# <input>rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm</input>
[root@merkur tmp]# <input>yum clean all</input>
[root@merkur tmp]# <input>yum install nagios nagios-plugins nagios-plugins-nrpe nagios-devel</input>

Password

[root@merkur tmp] <input>htpsswd -c /etc/nagios/htpasswd.users nagiosadmin</input>
New password: <input>Secret</input>
password: <input>Secret</input>

http config

  • Linien til nagios udkommenteres i /etc/httpd/conf/http.conf

start apache og nagios

[root@merkur tmp]# <input>service httpd start</input>
[root@merkur tmp]# <input>service nagios start</input>