Skip to content
Snippets Groups Projects
Select Git revision
  • 610a02edc073370afd52ded5d6dbec9e1ab36664
  • master default protected
2 results

mysqlserver-qcache-blocks.ini

Blame
  • check_conn.cfg.dist 590 B
    # ----------------------------------------------------------------------
    #
    # This is an example file for check_tcp
    # You need to rename it and then make your changes.
    #
    # lines not starting with tcp or udp will be ignored. So feel free
    # to use # or ; as commented lines or add empty lines for spacing.
    #
    # ----------------------------------------------------------------------
    
    
    # check if a needed api server is reachable
    tcp/api.example.com/80
    tcp/api.example.com/443
    
    # check local mysql port
    tcp/localhost/3306
    
    # ----------------------------------------------------------------------