Monitoraggio di servizi SSL con Zabbix: Difference between revisions
Jump to navigation
Jump to search
Created page with "* Installare su server proxy apt-get install zabbix-ssl-check * Importare il template" |
mNo edit summary |
||
| Line 1: | Line 1: | ||
=Zabbix 6.2= | |||
* Installare Agent2 | |||
* Verificare se funziona il plugin SSL: | |||
apt install zabbix-get | |||
zabbix_get -s localhost -k web.certificate.get[google.com] | |||
* Installare il template su zabbix ed aggiungere il template sull'host | |||
* Impostare le MACRO: | |||
{$CERT.EXPIRY.WARN} Number of days until the certificate expires. 7 | |||
{$CERT.WEBSITE.HOSTNAME} The website DNS name for the connection. <Put DNS name> | |||
{$CERT.WEBSITE.IP} The website IP address for the connection. `` | |||
{$CERT.WEBSITE.PORT} The TLS/SSL port number of the website. 443 | |||
=Zabbix 4.0= | |||
* Installare su server proxy | * Installare su server proxy | ||
apt-get install zabbix-ssl-check | apt-get install zabbix-ssl-check | ||
* Importare il template | * Importare il template | ||
Latest revision as of 14:33, 27 January 2023
Zabbix 6.2
- Installare Agent2
- Verificare se funziona il plugin SSL:
apt install zabbix-get zabbix_get -s localhost -k web.certificate.get[google.com]
- Installare il template su zabbix ed aggiungere il template sull'host
- Impostare le MACRO:
{$CERT.EXPIRY.WARN} Number of days until the certificate expires. 7
{$CERT.WEBSITE.HOSTNAME} The website DNS name for the connection. <Put DNS name>
{$CERT.WEBSITE.IP} The website IP address for the connection. ``
{$CERT.WEBSITE.PORT} The TLS/SSL port number of the website. 443
Zabbix 4.0
- Installare su server proxy
apt-get install zabbix-ssl-check
- Importare il template