Instalação HTTPS do Zabbix no Ubuntu Linux
Este tutorial mostrará todos os passos necessários para instalar o Zabbix 4 usando HTTPS no Ubuntu Linux.
Este tutorial usará os Certificados Vamos Certificar SSL / TLS.
Este tutorial foi testado no Ubuntu 18.04.
Índice
- Configurar Data e Hora usando o NTP
- Instale o MySQL no Ubuntu Linux
- Instale o Apache no Ubuntu Linux
- Configurando Hosts Virtuais do Apache
- Configurar o Registro de Domínio DNS
- Configurar o Certificado Free HTTPS no Apache
- Testando o Certificado Free HTTPS no Apache
- Instale o Zabbix 4 no Ubuntu Linux
- Configurar o Zabbix no Ubuntu Linux
- Monitore o Servidor Zabbix
- Como Renovar o Certificado Free HTTPS
1. Configurar Data e Hora Usando o NTP
É muito importante manter seu sistema com a data e hora corretas.
Defina o fuso horário correto.
# dpkg-reconfigure tzdata
Instale o pacote Ntpdate e defina a data e a hora corretas.
# apt-get update
# apt-get install ntpdate
# ntpdate pool.ntp.br
Desativar o cliente NTP padrão do Ubuntu.
Instale o serviço NTP para manter a data e a hora do computador atualizadas após a reinicialização.
# timedatectl set-ntp 0
# apt-get install ntp
Certifique-se de que a data e a hora corretas foram definidas no seu computador.
# date
2. Instale o MySQL no Ubuntu Linux
O Zabbix requer um sistema de banco de dados para armazenar toda a sua configuração.
Use o comando APT do Ubuntu para instalar o servidor MySQL.
# apt-get update
# apt-get install mysql-server mysql-client
Use o seguinte comando para acessar o console de serviço do MySQL.
# mysql -u root -p
No console do MySQL, você precisa executar as seguintes tarefas:
• Crie um banco de dados chamado zabbix.
• Crie uma conta de usuário do MySQL chamada zabbix.
• Dê controle total sobre o banco de dados do zabbix para o usuário do zabbix.
CREATE DATABASE zabbix CHARACTER SET UTF8 COLLATE UTF8_BIN;
CREATE USER ‘zabbix’@’%’ IDENTIFIED BY ‘kamisama123’;
GRANT ALL PRIVILEGES ON zabbix.* TO ‘zabbix’@’%’;
quit;
Faça o download do pacote de instalação do Zabbix para obter os modelos de banco de dados.
# mkdir /downloads
# cd /downloads
# wget https://ufpr.dl.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/4.0.3/zabbix-4.0.3.tar.gz
Extraia o pacote de instalação do Zabbix.
Importe os modelos de banco de dados do Zabbix dentro do banco de dados MySQL.
Quando perguntado, você precisa digitar a senha do MySQL para o usuário do Zabbix.
# tar -zxvf zabbix-4.0.3.tar.gz
# cd zabbix-4.0.3/database/mysql/
# mysql -u zabbix -p zabbix < schema.sql
# mysql -u zabbix -p zabbix < images.sql
# mysql -u zabbix -p zabbix < data.sql
A instalação do banco de dados do Zabbix foi concluída.
3. Instale o Apache no Ubuntu Linux
Use o comando APT do Ubuntu para instalar o servidor Apache e os módulos PHP necessários.
# apt-get install apache2 php7.2 php7.2-mysql libapache2-mod-php7.2
# apt-get install php7.2-mbstring php7.2-xml php7.2-gd
# apt-get install php7.2-curl php7.2-bcmath php7.2-ldap
Ative o mod_ssl do Apache.
Ative o mod_rewrite do Apache.
Edite o arquivo apache2.conf.
# a2enmod ssl
# a2enmod rewrite
# vi /etc/apache2/apache2.conf
Adicione as seguintes linhas no final do apache2.conf
<Directory /var/www/html>
AllowOverride All
</Directory>
Encontre a localização do arquivo de configuração do PHP em seu sistema.
Edite o arquivo de configuração do php.ini.
# updatedb
# locate php.ini
# vi /etc/php/7.2/apache2/php.ini
Sua versão do PHP pode não ser a mesma que a nossa.
Seu local do arquivo de configuração do PHP pode não ser o mesmo que o nosso.
Modifique os seguintes itens no arquivo de configuração do php.ini.
max_execution_time = 300
memory_limit = 256M
post_max_size = 32M
max_input_time = 300
date.timezone = America/Sao_Paulo
Seu fuso horário pode não ser o mesmo que o nosso.
Reinicie o servidor da web Apache manualmente.
# service apache2 restart
# service apache2 status
Verifique o status do serviço Apache.
● apache2.service – The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled)
Drop-In: /lib/systemd/system/apache2.service.d
└─apache2-systemd.conf
Active: active (running) since Mon 2018-12-03 03:41:12 -02; 2 days ago
A instalação do servidor Apache foi concluída.
4. Configurando os Hosts Virtuais do Apache
Hosts Virtuais se um recurso permitir que um servidor Apache ofereça vários sites usando o mesmo endereço IP.
Vamos criar a infraestrutura necessária para usar o recurso Apache VirtualHosts.
# mkdir /websites/zabbix -p
# cd /websites/zabbix
# mkdir www logs
# chown www-data.www-data /websites -R
Nosso site será chamado zabbix.mining-pool.ninja.
Os arquivos do site zabbix.mining-pool.ninja devem estar dentro do diretório / websites / zabbix / www.
Os logs do zabbix.mining-pool.ninja serão armazenados dentro do diretório / sites / zabbix / logs.
Alert!
You need to change the configuration files to reflect your Zabbix website name.
Crie um arquivo de configuração do Apache Virtualhost no seu site Zabbix.
# vi /etc/apache2/sites-available/zabbix.conf
Aqui está o arquivo com nossa configuração.
<VirtualHost *:80>
ServerAdmin nobody@care.com
DocumentRoot /websites/zabbix/www
ServerName zabbix.mining-pool.ninja
<Directory /websites/zabbix/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog /websites/zabbix/logs/error.log
CustomLog /websites/zabbix/logs/access.log combined
LogLevel error
</VirtualHost>
Ative o seu arquivo de configuração do Zabbix Virtualhost Website.
Reinicie o serviço Apache.
# a2ensite zabbix.conf
# service apache2 restart
Você terminou a configuração do Apache VirtualHosts.
5. Configurar o Registro de Domínio DNS
Acesse o GODADDY e comprar um domínio DNS.
Em nosso exemplo, compramos o domínio chamado MINING-POOL.NINJA.
Você pode usar qualquer site para comprar um domínio DNS, o GoDaddy é apenas minha escolha pessoal.
Crie uma entrada de DNS apontando seu site Zabbix para o computador executando o Apache.
Em nosso exemplo, criamos uma entrada DNS apontando ZABBIX.MINING-POOL.NINJA para o endereço IP 34.217.177.160.
Use o comando NSLOOKUP para testar sua configuração de DNS
# apt-get update
# apt-get install dnsutils
# nslookup zabbix.mining-pool.ninja
Non-authoritative answer:
Name: zabbix.mining-pool.ninja
Address: 34.217.177.160
Você terminou a configuração do domínio DNS.
Abra seu navegador e tente acessar a versão HTTP do seu site.
Em nosso exemplo, o seguinte URL foi inserido no navegador:
• http://zabbix.mining-pool.ninja
Agora, precisamos instalar o certificado HTTPS gratuito.
Também precisamos redirecionar todo o tráfego HTTP para a versão HTTPS do nosso site Zabbix automaticamente.
6. Configurar o Free HTTPS Certificate no Apache
Instale os pacotes necessários para usar os Certificados LET’S ENCRYPT Free SSL / TLS no Ubuntu Linux.
# apt-get install software-properties-common
# add-apt-repository universe
# add-apt-repository ppa:certbot/certbot
# apt-get update
# apt-get install python-certbot-apache
Solicite e instale o certificado free HTTPS do Apache.
# certbot –apache -d mining-pool.ninja
• Pressione (A) para concordar com os Termos de Serviço.
• Pressione (Y) para compartilhar seu e-mail e receber Newsletters.
• Pressione (2) para redirecionar automaticamente seu site HTTP para as versões HTTPS.
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator apache, Installer apache
Enter email address (used for urgent renewal and security notices) (Enter ‘c’ to
cancel): techexpert.tips@gmail.com
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
Please read the Terms of Service at
https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf. You must
agree in order to register with the ACME server at
https://acme-v02.api.letsencrypt.org/directory
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
(A)gree/(C)ancel: A
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
Would you be willing to share your email address with the Electronic Frontier
Foundation, a founding partner of the Let’s Encrypt project and the non-profit
organization that develops Certbot? We’d like to send you email about our work
encrypting the web, EFF news, campaigns, and ways to support digital freedom.
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
(Y)es/(N)o: Y
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for zabbix.mining-pool.ninja
Enabled Apache rewrite module
Waiting for verification…
Cleaning up challenges
Created an SSL vhost at /etc/apache2/sites-available/zabbix-le-ssl.conf
Enabled Apache socache_shmcb module
Enabled Apache ssl module
Deploying Certificate to VirtualHost /etc/apache2/sites-available/zabbix-le-ssl.conf
Enabling available site: /etc/apache2/sites-available/zabbix-le-ssl.conf
Please choose whether or not to redirect HTTP traffic to HTTPS, removing HTTP access.
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
1: No redirect – Make no further changes to the webserver configuration.
2: Redirect – Make all requests redirect to secure HTTPS access. Choose this for
new sites, or if you’re confident your site works on HTTPS. You can undo this
change by editing your web server’s configuration.
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
Select the appropriate number [1-2] then [enter] (press ‘c’ to cancel): 2
Enabled Apache rewrite module
Redirecting vhost in /etc/apache2/sites-enabled/zabbix.conf to ssl vhost in /etc/apache2/sites-available/zabbix-le-ssl.conf
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
Congratulations! You have successfully enabled https://zabbix.mining-pool.ninja
You should test your configuration at:
https://www.ssllabs.com/ssltest/analyze.html?d=zabbix.mining-pool.ninja
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
IMPORTANT NOTES:
– Congratulations! Your certificate and chain have been saved at:
/etc/letsencrypt/live/zabbix.mining-pool.ninja/fullchain.pem
Your key file has been saved at:
/etc/letsencrypt/live/zabbix.mining-pool.ninja/privkey.pem
Your cert will expire on 2019-04-09. To obtain a new or tweaked
version of this certificate in the future, simply run certbot again
with the “certonly” option. To non-interactively renew *all* of
your certificates, run “certbot renew”
– If you like Certbot, please consider supporting our work by:
Donating to ISRG / Let’s Encrypt: https://letsencrypt.org/donate
Donating to EFF: https://eff.org/donate-le
O sistema solicitará automaticamente o certificado gratuito.
Ele também irá configurar seu servidor web Apache para redirecionar todo o acesso HTTP para a versão HTTPS do seu site.
Em nosso exemplo, o sistema criou um arquivo de configuração HTTPS Virtualhost chamado zabbix-le-ssl.conf.
Aqui está o conteúdo do arquivo de configuração HTTPS Virtualhost zabbix-le-ssl.conf:
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerAdmin nobody@care.com
DocumentRoot /websites/zabbix/www
ServerName zabbix.mining-pool.ninja
<Directory /websites/zabbix/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog /websites/zabbix/logs/error.log
CustomLog /websites/zabbix/logs/access.log combined
LogLevel error
SSLCertificateFile /etc/letsencrypt/live/zabbix.mining-pool.ninja/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/zabbix.mining-pool.ninja/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>
</IfModule>
O arquivo KEY contém sua chave privada do Certificado e deve ser mantido em um local seguro o tempo todo.
O arquivo de chave para mining-pool.ninja foi armazenado em /etc/letsencrypt/live/zabbix.mining-pool.ninja/privkey.pem.
O sistema modifica automaticamente o arquivo de configuração original do Apache Virtualhost.
Ele redirecionará automaticamente todas as solicitações HTTP para a versão HTTPS do seu site.
Aqui está o conteúdo do arquivo de configuração do HTTP Virtualhost original atualizado, zabbix.conf:
<VirtualHost *:80>
ServerAdmin nobody@care.com
DocumentRoot /websites/zabbix/www
ServerName zabbix.mining-pool.ninja
<Directory /websites/zabbix/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog /websites/zabbix/logs/error.log
CustomLog /websites/zabbix/logs/access.log combined
LogLevel error
RewriteEngine on
RewriteCond %{SERVER_NAME} =zabbix.mining-pool.ninja
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>
7. Testando o Certificado Free HTTPS no Apache
Toda a configuração necessária está concluída.
É hora de testar sua configuração.
Abra seu navegador e tente acessar a versão HTTP do seu site.
Em nosso exemplo, o seguinte URL foi inserido no navegador:
• http://zabbix.mining-pool.ninja
O Apache redirecionará automaticamente a solicitação HTTP para a versão HTTPS do seu site.
Você concluiu a configuração do certificado HTTPS free do Apache.
8. Instale o Zabbix 4 no Ubuntu Linux
Depois de terminar a configuração do MySQL e do Apache, podemos iniciar a instalação do Zabbix.
Crie a conta de usuário necessária para o serviço Zabbix.
# groupadd zabbix
# useradd -g zabbix -s /bin/bash zabbix
Use o comando APT do Ubuntu para instalar os pacotes necessários.
# apt-get install build-essential libmysqlclient-dev libssl-dev libsnmp-dev libevent-dev
# apt-get install libopenipmi-dev libcurl4-openssl-dev libxml2-dev libssh2-1-dev libpcre3-dev
# apt-get install libldap2-dev libiksemel-dev libcurl4-openssl-dev libgnutls28-dev
Acesse o diretório onde o pacote de instalação do Zabbix foi baixado.
Compile e instale o aplicativo do servidor Zabbix.
# cd /downloads/zabbix-4.0.3/
# ./configure –enable-server –enable-agent –with-mysql –with-openssl –with-net-snmp –with-openipmi –with-libcurl –with-libxml2 –with-ssh2 –with-ldap
# make
# make install
Encontre a localização do arquivo de configuração do servidor Zabbix em seu sistema.
Edite o arquivo de configuração zabbix_server.conf.
# updatedb
# locate zabbix_server.conf
# vi /usr/local/etc/zabbix_server.conf
Aqui está o arquivo original, antes da nossa configuração.
LogFile=/tmp/zabbix_server.log
DBName=zabbix
DBUser=zabbix
Timeout=4
LogSlowQueries=3000
Aqui está o novo arquivo com nossa configuração.
LogFile=/tmp/zabbix_server.log
DBHost=localhost
DBName=zabbix
DBUser=zabbix
DBPassword=kamisama123
Timeout=4
LogSlowQueries=3000
Inicie o servidor Zabbix usando o seguinte comando.
# /usr/local/sbin/zabbix_server
Inicie o aplicativo do agente Zabbix usando o seguinte comando.
# /usr/local/sbin/zabbix_agentd
Opcional! O pacote de instalação do Zabbix oferece scripts de inicialização de serviços.
Copie o script de inicialização do Zabbix.
# cd /downloads/zabbix-4.0.3/
# cp misc/init.d/debian/* /etc/init.d/
Agora você pode usar os seguintes comandos para iniciar o serviço do servidor Zabbix.
# /etc/init.d/zabbix-server start
Agora você pode usar os seguintes comandos para parar o serviço do servidor Zabbix.
# /etc/init.d/zabbix-server stop
Mova os arquivos do frontend do Zabbix para dentro do diretório da sua unidade raiz do Apache.
Dê ao usuário do www-data controle total sobre o diretório do Zabbix e seus arquivos.
# cd /downloads/zabbix-4.0.3/frontends
# cp php/* /websites/zabbix/www/ -R
# chown www-data.www-data /websites/zabbix/www -R
Reinicie o serviço Apache.
# service apache2 stop
# service apache2 start
9. Configure o Zabbix no Ubuntu Linux
Abra seu navegador e acesse a versão HTTPS do seu site Zabbix.
Em nosso exemplo, o seguinte URL foi inserido no navegador:
• https://zabbix.mining-pool.ninja
O assistente de instalação do Zabbix será apresentado.
Verifique se todos os requisitos do Zabbix foram atendidos com sucesso.
Insira as informações de login do MySQL necessárias para conectar-se ao banco de dados do Zabbix
Clique no botão Next.
Verifique o resumo da instalação do Zabbix.
Clique no botão Finish para acessar a tela Zabbix Login.
Na tela de logins do Zabbix, insira as seguintes informações.
• Nome de usuário padrão do Zabbix: Admin
• Senha padrão do Zabbix: zabbix
Após um login bem-sucedido, o painel do Zabbix será exibido.
Parabéns, o Zabbix está instalado no seu sistema.
10. Monitore o Servidor Zabbix
O servidor Zabbix deve poder monitorar a si mesmo.
No painel do Zabbix, acesse o menu Configuração e selecione a opção Host.
No canto superior direito da tela, selecione a opção chamada: Servidores Zabbix
Localize o host chamado servidor Zabbix e clique na palavra DISABLED.
Isso permitirá que o servidor Zabbix se monitore.
O status do servidor Zabbix mudará de DESABILITADO para ATIVADO.
O servidor Zabbix agora está monitorando a si mesmo.
11. Como Renovar o Certificado Free HTTPS
Os Certificados LET’S ENCRYPT Free SSL / TLS são válidos apenas por 90 dias.
O sistema cria uma tarefa agendada para renovar automaticamente qualquer certificado dentro de trinta dias após o vencimento.
O nome da tarefa agendada é certbot e está localizado dentro do diretório /etc/cron.d.
Aqui está o conteúdo do arquivo /etc/cron.d/certbot:
# /etc/cron.d/certbot: crontab entries for the certbot package
#
# Upstream recommends attempting renewal twice a day
#
# Eventually, this will be an opportunity to validate certificates
# haven’t been revoked, etc. Renewal will only occur if expiration
# is within 30 days.
#
# Important Note! This cronjob will NOT be executed if you are
# running systemd as your init system. If you are running systemd,
# the cronjob.timer function takes precedence over this cronjob. For
# more details, see the systemd.timer manpage, or use systemctl show
# certbot.timer.
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
0 */12 * * * root test -x /usr/bin/certbot -a \! -d /run/systemd/system && perl -e ‘sleep int(rand(43200))’ && certbot -q renew
Use o seguinte comando para simular o processo de renovação do certificado.
# certbot renew –dry-run
Você deve ver as seguintes mensagens:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
Processing /etc/letsencrypt/renewal/zabbix.mining-pool.ninja.conf
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
Cert not due for renewal, but simulating renewal for dry run
Plugins selected: Authenticator apache, Installer apache
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for zabbix.mining-pool.ninja
Waiting for verification…
Cleaning up challenges
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
new certificate deployed with reload of apache server; fullchain is
/etc/letsencrypt/live/zabbix.mining-pool.ninja/fullchain.pem
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
** DRY RUN: simulating ‘certbot renew’ close to cert expiry
** (The test certificates below have not been saved.)
Congratulations, all renewals succeeded. The following certs have been renewed:
/etc/letsencrypt/live/zabbix.mining-pool.ninja/fullchain.pem (success)
** DRY RUN: simulating ‘certbot renew’ close to cert expiry
** (The test certificates above have not been saved.)
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
IMPORTANT NOTES:
– Your account credentials have been saved in your Certbot
configuration directory at /etc/letsencrypt. You should make a
secure backup of this folder now. This configuration directory will
also contain certificates and private keys obtained by Certbot so
making regular backups of this folder is ideal.
Leave A Comment
You must be logged in to post a comment.