Add User to Nagios

It is not exactly easy to add a new user to Nagios but this is how it can be done.   If using ubuntu you will need to modify /usr/local/nagios/etc/cgi.cfg The important one to view the information on the web interface is...

Restart Networking Ubuntu 14.04

Of  course they had to change the way you restart interfaces in Ubuntu 14.04.  Here is how to restart your interface.  Make sure you select the correct interface, the example below is for eth0.  You can check you interface name in ifconfig. ifdown eth0 && ifup...

GnuTLS and Secure Key Files

GnuTLS can’t use an encrypted key file.  To create a duplicate key file with no encryption.   openssl rsa -in server.key -out server-insecure.key   It is also best to set your keys to 400 and your certs to 444.    ...