Nagios 4 AMI
Our Nagios AMI with additional statistics support.
NAGIOS XI provides monitoring of all critical mission infrastructure components, including applications, services, operating systems, network protocols, systems metrics and network infrastructure.Hundreds of third -party accessories allow the monitoring of practically all internal and external applications, services and systems.
Some of Nagios’s most outstanding characteristics are:
The main characteristics of our AMI are
The installation follows the normal process of creating an instance in EC2.The recommended instance size is T3.Medium.
The security group usually includes the following permissions:
Type | Protocol | Port range | Source |
---|---|---|---|
(*) SSH | TCP | 22 | 0.0.0.0/0 |
Personalized TCP rule | TCP | 161 – 162 | 0.0.0.0/0 |
(*) HTTP | HTTP | 80 | 0.0.0.0/0 |
(*) HTTPS | HTTPS | 443 | 0.0.0.0/0 |
(*) Personalized TCP rule | TCP | 5666 – 5667 | 0.0.0.0/0 |
Personalized TCP rule | TCP | 5693 | 0.0.0.0/0 |
The fields marked with (*) are essential, both to access the web interface and for the normal operation of the server.Although we use 0.0.0/0 to allow access to all sources as an example, we recommend blocking access only to their networks or hosts.
Once the instance is working, we can access using:
To configure a valid certificate we must first change the host name of the EC2 instance to generate the certificate. AWS does not allow to generate certificates for the default name of the instance, because the names (and the IPS) are volatile.
Edges the file /etc/nginx/sites-enabled/nagios4.conf and configures the domain name in the Server_name inputs. Be sure to break them down. If, for example, we use the nagios4.imaxe.cloud entry, the configuration would remain as:
server {
listen 80;
server_name nagios4.imaxe.cloud;
return 301 https://$host$request_uri;
}
server {
listen 443 ssl;
server_name nagios4.imaxe.cloud;
then we will restart the service using the command:
service nginx restart
the last step is to use certbot to configure the registration and renewal of our certificate, with the command:
certbot --nginx --agree-tos --register-unsafely-without-email -d nagios4.imaxe.cloud
After executing this command you can access the instance using https://yourdomainname
The use of our ami Nagios includes its support in relation to:
In any case, if you have any questions, you can always contact us and we will try to help you.
February 14, 2023
Version 3.0 is published, which updates the operating system to Ubuntu 22.04.1 Lts Jammy Jellyfish with PHP 7.4 and NGINX, we also keep version of Nagios from package .deb to facilitate its update, and we generate a stable version of Nagiosgraph that It is offered from our own repository. We also add the option to install and easy configure Let’s Encrypt.
April 12, 2021
Version 2.1 of our Nagios 4 AMI is published with an complete update of the operating system and the Nagiosgraph version.
October 21, 2024
Version 2.0 of our Nagios 4 AMI has been published. It has been updated so much the operating system as the Nagios 4 version
May 1, 2019
Version 1.0 of our Nagios 4 AMI has been published. This is the first version of our AMI, offered by Nagios installed and configured and Nagiosgraph installed and configured
February 14, 2023
Version 3.0 is published, which updates the operating system to Ubuntu 22.04.1 Lts Jammy Jellyfish with PHP 7.4 and NGINX, we also keep version of Nagios from package .deb to facilitate its update, and we generate a stable version of Nagiosgraph that It is offered from our own repository. We also add the option to install and easy configure Let’s Encrypt.
April 12, 2021
Version 2.1 of our Nagios 4 AMI is published with an complete update of the operating system and the Nagiosgraph version.
October 21, 2024
Version 2.0 of our Nagios 4 AMI has been published. It has been updated so much the operating system as the Nagios 4 version
May 1, 2019
Version 1.0 of our Nagios 4 AMI has been published. This is the first version of our AMI, offered by Nagios installed and configured and Nagiosgraph installed and configured