ping timeout added

This commit is contained in:
Sven Holz
2022-06-20 15:24:17 +02:00
parent 6980539a02
commit 5c07ade336

View File

@@ -64,6 +64,7 @@ INFLUX_TOKEN | eWOcp-MCv2Y3IJPlER7wc...ICKirhw0lwEczRNnrIoTqZAg== | InfluxDB API
INFLUX_BUCKET | latency | InfluxDB Bucket | must INFLUX_BUCKET | latency | InfluxDB Bucket | must
INFLUX_ORG | MyOrg | InfluxDB Organization | must INFLUX_ORG | MyOrg | InfluxDB Organization | must
TARGET_HOST | 8.8.8.8 | Monitored Host (IP/FQDN) | must TARGET_HOST | 8.8.8.8 | Monitored Host (IP/FQDN) | must
TARGET_TIMEOUT | 0.5 | ping timeout in sec. | option
TARGET_TIMER | 3 | ping frequency in sec. | option TARGET_TIMER | 3 | ping frequency in sec. | option
TARGET_LOCATION | Google | decript. location | option TARGET_LOCATION | Google | decript. location | option
@@ -121,6 +122,7 @@ in the **.env** file *(env needs to be renamed to .env)* configure following var
- YOUR_BUCKET_NAME - YOUR_BUCKET_NAME
- YOUR_ADMIN_TOKEN - YOUR_ADMIN_TOKEN
- YOUR_MONITORED_TARGET - YOUR_MONITORED_TARGET
- YOUR_MONITORED_TARGET_TIMEOUT
- YOUR_MONITORED_TARGET_TIMER - YOUR_MONITORED_TARGET_TIMER
- YOUR_MONITORED_TARGET_LOCATION - YOUR_MONITORED_TARGET_LOCATION
@@ -204,6 +206,7 @@ You need to configure Variables in following files to make the compose work:
- YOUR_BUCKET_NAME - YOUR_BUCKET_NAME
- YOUR_ADMIN_TOKEN - YOUR_ADMIN_TOKEN
- YOUR_MONITORED_TARGET - YOUR_MONITORED_TARGET
- YOUR_MONITORED_TARGET_TIMEOUT
- YOUR_MONITORED_TARGET_TIMER - YOUR_MONITORED_TARGET_TIMER
- YOUR_MONITORED_TARGET_LOCATION - YOUR_MONITORED_TARGET_LOCATION
@@ -290,6 +293,10 @@ Contributors names and contact info
## Version History ## Version History
- v0.3a
- ping timeout added
- cleanup
* v0.3 * v0.3
* setup-script fixed and backup added * setup-script fixed and backup added
* fixed latency value problem (was sometimes string instead of float) * fixed latency value problem (was sometimes string instead of float)