Difference between revisions of "Nagios CentOS install"
From Teknologisk videncenter
m (Centos Nagios install moved to Nagios CentOS install) |
m (→start apache og nagios) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
[root@merkur tmp]# <input>yum install nagios nagios-plugins nagios-plugins-nrpe nagios-devel</input> | [root@merkur tmp]# <input>yum install nagios nagios-plugins nagios-plugins-nrpe nagios-devel</input> | ||
</source> | </source> | ||
− | + | == Password == | |
− | + | <source lang=cli> | |
− | }} | + | [root@merkur tmp] <input>htpsswd -c /etc/nagios/htpasswd.users nagiosadmin</input> |
− | [[Category:CentOS]] | + | New password: <input>Secret</input> |
+ | password: <input>Secret</input> | ||
+ | </source> | ||
+ | == http config == | ||
+ | * Linien til nagios udkommenteres i /etc/httpd/conf/http.conf | ||
+ | |||
+ | == start apache og nagios == | ||
+ | <source lang=cli> | ||
+ | [root@merkur tmp]# <input>service httpd start</input> | ||
+ | [root@merkur tmp]# <input>service nagios start</input> | ||
+ | </source> | ||
+ | {{Source cli}} | ||
+ | [[Category:CentOS]][[Category:Network Management]] |
Latest revision as of 15:33, 1 April 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>