JasonYao / Phi-Kappa-Sigma-Server

Online site for Phi Kappa Sigma's Delta Phi (New York University) chapter at https://www.skullhouse.nyc
GNU General Public License v2.0
0 stars 0 forks source link

Add Nagios logging capabilities #13

Open JasonYao opened 8 years ago

JasonYao commented 8 years ago

Piece this together later on utilising these docs: Nginx + nagios 3: http://johan.cc/2012/02/06/nagios-nginx/ Ubuntu + nagios 4 (LAMP): https://www.digitalocean.com/community/tutorials/how-to-install-nagios-4-and-monitor-your-servers-on-ubuntu-14-04

JasonYao commented 8 years ago

Other possibility: utilise monit instead of nagios monit pros:

monit cons:

Nagios pros:

Nagios cons:

Weight: whether to use this as a learning experience for nagios, or just get quick monitoring with monit

JasonYao commented 8 years ago

In order to have the nagios subdomain available at nagios.skullhouse.nyc, TLS certs need to be generated, since this is information that should not be sniffed.

Recommendation is to incorporate Let's encrypt, such that all keys are automatically set

Afterwards, write up documentation, do the httpw protection file, and whatever else i'm forgetting. Combine stuff between the two links here and here