Skip to content

Commit

Permalink
add db checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Peeter Kokk committed Dec 27, 2023
1 parent 78e7bf7 commit fdf1884
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion proto/v1/squzy_monitoring.proto
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ message AddRequest {
HttpConfig http = 7;
HttpJsonValueConfig http_value = 8;
SslExpirationConfig ssl_expiration = 9;
SslExpirationConfig mongo = 10;
SslExpirationConfig postgres = 11;
SslExpirationConfig cassandra = 12;
SslExpirationConfig mysql = 13;
}
}

Expand Down Expand Up @@ -186,4 +190,4 @@ message RunResponse {

message StopResponse {
string id = 1;
}
}

0 comments on commit fdf1884

Please sign in to comment.