Skip to content
Snippets Groups Projects
Select Git revision
  • d4fb3945949561581532e301cf1aa5e4313c822e
  • master default protected
  • update-appmonitor
3 results

init.sh.cfg

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