Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: ofek <ofekmeister@gmail.com>
  • Loading branch information
ruthnaebeck and ofek authored Apr 8, 2019
1 parent 899a212 commit bc968da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tls/service_checks.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"check": "tls.can_connect",
"statuses": ["ok", "critical"],
"name": "Can Connect",
"description": "Returns `CRITICAL` if the Agent is unable to connect to the monitored endpoint, or `OK` otherwise."
"description": "Returns `CRITICAL` if the Agent is unable to connect to the monitored endpoint, otherwise returns `OK`."
},
{
"agent_version": "6.12.0",
Expand All @@ -15,7 +15,7 @@
"check": "tls.version",
"statuses": ["ok", "critical"],
"name": "Allowed TLS/SSL version",
"description": "Returns `CRITICAL` if a connection is made with a protocol version that is not allowed, or `OK` otherwise."
"description": "Returns `CRITICAL` if a connection is made with a protocol version that is not allowed, otherwise returns `OK`."
},
{
"agent_version": "6.12.0",
Expand All @@ -24,7 +24,7 @@
"check": "tls.cert_validation",
"statuses": ["ok", "critical"],
"name": "Certificate validation",
"description": "Returns `CRITICAL` if the certificate is malformed or does not match the server hostname, or `OK` otherwise."
"description": "Returns `CRITICAL` if the certificate is malformed or does not match the server hostname, otherwise returns `OK`."
},
{
"agent_version": "6.12.0",
Expand All @@ -33,6 +33,6 @@
"check": "tls.cert_expiration",
"statuses": ["ok", "warning", "critical"],
"name": "Certificate expiration",
"description": "Returns `CRITICAL` if the certificate has expired or will expire in less than `days_critical`, `WARNING` if the certificate will expire in less than `days_warning`, or `OK` otherwise."
"description": "Returns `CRITICAL` if the certificate has expired or expires in less than `days_critical`, returns `WARNING` if the certificate expires in less than `days_warning`, otherwise returns `OK`."
}
]

0 comments on commit bc968da

Please sign in to comment.