summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/nginxplus/testdata/api-8/ssl.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/go/collectors/go.d.plugin/modules/nginxplus/testdata/api-8/ssl.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/nginxplus/testdata/api-8/ssl.json b/src/go/collectors/go.d.plugin/modules/nginxplus/testdata/api-8/ssl.json
new file mode 100644
index 000000000..2ca8a6a3e
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/modules/nginxplus/testdata/api-8/ssl.json
@@ -0,0 +1,16 @@
+{
+ "handshakes": 15804607,
+ "session_reuses": 13096060,
+ "handshakes_failed": 37862,
+ "no_common_protocol": 16648,
+ "no_common_cipher": 24,
+ "handshake_timeout": 4,
+ "peer_rejected_cert": 0,
+ "verify_failures": {
+ "no_cert": 0,
+ "expired_cert": 0,
+ "revoked_cert": 0,
+ "hostname_mismatch": 0,
+ "other": 0
+ }
+}