blob: 1ba9ac53297e1757f7c24733af60b893874fc1d8 (
plain)
1
2 README for nagios
3
4
5 PRE-INSTALL
6
7 Execute pre-install script to add all required users and groups
8
9
10 POST-INSTALL
11
12 Setup apache web server:
13
14 - Add the following line to httpd.conf in order to tell apache about nagios:
15 Include /etc/apache/extra/nagios.conf
16
17 - Then create the password file:
18 $ sudo /usr/sbin/htpasswd -c /etc/nagios/htpasswd.users nagiosadmin
19 New password:
20 Re-type new password:
21 Adding password for user nagiosadmin
|