Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Onionprobe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Onion Services
Onionprobe
Merge requests
!19
Tests and metrics for X.509 certificates (
#49
)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Tests and metrics for X.509 certificates (
#49
)
rhatto/onionprobe:feature/X.509
into
main
Overview
0
Commits
35
Pipelines
0
Changes
10
Merged
Silvio Rhatto
requested to merge
rhatto/onionprobe:feature/X.509
into
main
1 year ago
Overview
0
Commits
35
Pipelines
0
Changes
10
Expand
Implement tests and metrics for X.509 certificates.
Closes
#49 (closed)
.
0
0
Merge request reports
Compare
main
version 23
da148d2c
1 year ago
version 22
88d105ad
1 year ago
version 21
88f410c9
1 year ago
version 20
c12ebd82
1 year ago
version 19
23ae4c57
1 year ago
version 18
6dda6fd6
1 year ago
version 17
9f305867
1 year ago
version 16
421cb5a6
1 year ago
version 15
b89363fa
1 year ago
version 14
09cca020
1 year ago
version 13
d8fc71f8
1 year ago
version 12
67f394a8
1 year ago
version 11
6d4e6575
1 year ago
version 10
f450ac72
1 year ago
version 9
fd3bcbb5
1 year ago
version 8
c5f3dd57
1 year ago
version 7
6740e8d1
1 year ago
version 6
2b52fa34
1 year ago
version 5
e9ceb067
1 year ago
version 4
fc5a1a71
1 year ago
version 3
4d8a8038
1 year ago
version 2
491f3a13
1 year ago
version 1
2c7205fb
1 year ago
main (base)
and
latest version
latest version
80d2c602
35 commits,
1 year ago
version 23
da148d2c
34 commits,
1 year ago
version 22
88d105ad
33 commits,
1 year ago
version 21
88f410c9
32 commits,
1 year ago
version 20
c12ebd82
31 commits,
1 year ago
version 19
23ae4c57
30 commits,
1 year ago
version 18
6dda6fd6
29 commits,
1 year ago
version 17
9f305867
28 commits,
1 year ago
version 16
421cb5a6
20 commits,
1 year ago
version 15
b89363fa
18 commits,
1 year ago
version 14
09cca020
17 commits,
1 year ago
version 13
d8fc71f8
14 commits,
1 year ago
version 12
67f394a8
13 commits,
1 year ago
version 11
6d4e6575
12 commits,
1 year ago
version 10
f450ac72
11 commits,
1 year ago
version 9
fd3bcbb5
10 commits,
1 year ago
version 8
c5f3dd57
8 commits,
1 year ago
version 7
6740e8d1
7 commits,
1 year ago
version 6
2b52fa34
6 commits,
1 year ago
version 5
e9ceb067
5 commits,
1 year ago
version 4
fc5a1a71
4 commits,
1 year ago
version 3
4d8a8038
3 commits,
1 year ago
version 2
491f3a13
2 commits,
1 year ago
version 1
2c7205fb
1 commit,
1 year ago
10 files
+
867
−
20
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
configs/prometheus/prometheus-rules.yml
+
7
−
0
Options
@@ -35,6 +35,13 @@ groups:
annotations
:
summary
:
Certificate validity
-
alert
:
Expiring certificate for the Onion Service
expr
:
onion_service_certificate_expiry_seconds < 86400 *
30
labels
:
severity
:
page
annotations
:
summary
:
Certificate expiration
-
alert
:
Onion Service unreachable
expr
:
onion_service_reachable !=
1
for
:
30m
Loading