Skip to content
Snippets Groups Projects
Select Git revision
  • 248f5add5c8129449aededb634f78cb11dd1d0d9
  • master default protected
  • 7771-harden-postgres-backup
  • pgsql-dump-with-snapshots
  • update-colors
  • update-docs-css
  • usb-repair-stick
  • desktop-notification
  • 7000-corrections
  • db-detector
10 results

scheduler.sh

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