Skip to content

Latest commit

 

History

History

Banks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Template to monitor several Russian banks' entrypoints for online banking (for client-banks apps)

Monitored banks:

  • Sberbank
    • fintech.sberbank.ru:9443
    • pki.sberbank.ru:80
    • sbi.sberbank.ru:9443
  • GazPromBank (GPB)
    • cs.gazprombank.ru:80
    • h2h.gazprombank.ru:443
  • VneshTorgBank (VTB)
    • gost.h2h.vtbbo.ru:8443
    • pki.vtb.ru:80
  • PromSvyazBank (PSB)
    • corporate.psbank.ru:443
    • corporate.psbank.ru:9443
    • psbank.ru:80

Monitored points:

  • Ports
    Simple availability checks
  • Services
    • "Service" here in terms of Zabbix means net.tcp.service - see details here
      • http: creates a TCP connection without expecting and sending anything. Default port 80 is used if not specified.
      • https: uses (and only works with) libcurl, does not verify the authenticity of the certificate, does not verify the host name in the SSL certificate, only fetches the response header (HEAD request). Default port 443 is used if not specified.
    • Https service checks are processing only if available. It turned out, that some "https" cannot be monitored because Zabbix cannot recognize https responses. It happens either because of propriethary protocols or because of GOST encryption in the standard https. Don't know, but in fact, we cannot monitor availability of such services.
    • Checking of LDAP and HTTPS on Windows is only supported by Zabbix agent 2

In case of passive items - "Zabbix agent" type - checks are performed by Zabbix server. Or Zabbix proxy, if the host works with it.
In case of active items - "Zabbix agent (active)" type - checks are performed by Zabbix agent.
In this template active items are used, but you can change their type if needed.

Installation

Just import the template and apply to needed hosts.

Don't forget to create Actions.