Skip to content
Snippets Groups Projects
Select Git revision
  • 0b7eda124b8c02d4bfcaaa3e7b9c8cfcfe74d73d
  • master default protected
  • simple-task/7248-eol-check-add-node-22
  • 6877_check_iml_deployment
4 results

check_conn.cfg.dist

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
    
    # ----------------------------------------------------------------------