portcheck¶
This module will monitor one or more TCP services for availability and response time.
It produces the following charts for every monitoring port:
-
TCP Check Status in boolean * success * failed * timeout
-
Current State Duration in seconds * time
-
TCP Connection Latency in ms * time
configuration¶
Here is an example for 2 servers:
jobs:
- name: server1
host: 127.0.0.1
ports: [22, 23]
- name: server2
host: 10.0.0.1
ports: [80, 81, 8080]
For all available options please see module configuration file.