Guest User

Untitled

a guest
Jul 28th, 2018
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. make install-xinetd
  2. make install-daemon-config
  3. service xinetd restart
  4. mkdir /usr/local/nagios/etc/servers
  5. a2enmod rewrite
  6. a2enmod cgi
  7. htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin // user:nagiosadmin, pass:admin
  8. ln -s /etc/apache2/init.d/nagios /etc/rcS.d/S99nagios
  9. service nagios start
  10. service apache2 restart
Add Comment
Please, Sign In to add comment