logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gdnsd-plugin-tcp_connect - gdnsd TCP monitoring plugin

Description

gdnsd-plugin-tcp_connect is a monitoring plugin that checks basic TCP connectivity to a given port.  It
       establishes a basic TCP connection and then immediately closes without sending or receiving any data on
       each monitoring check.

Name

       gdnsd-plugin-tcp_connect - gdnsd TCP monitoring plugin

Parameters

       port
           The numeric port number to connect on, required.

See Also

gdnsd.config(5), gdnsd.zonefile(5), gdnsd(8)

       The gdnsd manual.

Synopsis

       Example tcp_connect service_types config:

         service_types => {
           tcp9000 => {
             plugin => tcp_connect,
             port => 9000, # required
             up_thresh => 20,
             ok_thresh => 10,
             down_thresh => 10,
             interval => 10,
             timeout => 3,
           }
         }

See Also