Categorygithub.com/logzio/logzio-ping-statistics
modulepackage
1.0.1
Repository: https://github.com/logzio/logzio-ping-statistics.git
Documentation: pkg.go.dev

# README

Ping Statistics Auto-Deployment

Auto-deployment of Lambda function that collects ping statistics metrics of addresses and sends them to Logz.io.

  • The Lambda function will be deployed with the layer LogzioLambdaExtensionLogs. For more information about the extension click here.

Getting Started

To start just press the button and follow the instructions:

Deploy to AWS

Parameters

ParameterDescriptionRequired/OptionalDefault
AddressesThe addresses to ping. You can add port for each address (default port for address is 80). Addresses must be separated by comma. (Example addresses: www.google.com, tcp://www.google.com, https://www.google.com, http://www.google.com).Required-
PingCountThe number of pings for each address.Required3
PingIntervalThe time to wait (seconds) between each ping.Required1 (second)
PingTimeoutThe timeout (seconds) for each ping.Required10 (seconds)
LogzioListenerThe Logz.io listener URL for your region. (For more details, see the regions page: https://docs.logz.io/user-guide/accounts/account-region.html)Requiredhttps://listener.logz.io
LogzioMetricsTokenYour Logz.io metrics token (Can be retrieved from the Manage Token page).Required-
LogzioLogsTokenYour Logz.io logs token (Can be retrieved from the Manage Token page).Required-
SchedulingIntervalThe scheduling expression that determines when and how often the Lambda function runs. Rate below 6 minutes will cause the lambda to behave unexpectedly due to cold start and custom resource invocation.Requiredrate(30 minutes)

Searching in Logz.io

All metrics that were sent from the Lambda function will have the prefix ping_stats in their name.

# Functions

No description provided by the author