Skip to content
Snippets Groups Projects
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

# ----------------------------------------------------------------------