Skip to content

Commit

Permalink
revert http_check/metadata.csv
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreYang committed Apr 16, 2020
1 parent 2707d73 commit d098b2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions http_check/metadata.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name
network.http.response_time,gauge,,second,,"The response time of an HTTP request to a given url, tagged by url, e.g. 'url:http://example.com'.",-1,network,http resp time
network.http.can_connect,gauge,,,,"Whether the check can connect, 1 if true, 0 otherwise. Tagged by url, e.g. 'url:http://example.com'.",0,network,http can connect
network.http.cant_connect,gauge,,,,"Whether the check failed to connect, 1 if true, 0 otherwise. Tagged by url, e.g. 'url:http://example.com'.",0,network,http cannot connect
http.ssl.days_left,gauge,,day,,Days until SSL certificate expiration,1,network,days till expiration
http.ssl.seconds_left,gauge,,second,,Seconds until SSL certificate expiration,1,network,seconds till expiration

0 comments on commit d098b2e

Please sign in to comment.