[GH-ISSUE #510] [FeatureREQ] provide Version over healthcheck #330

Closed
opened 2026-03-15 13:54:39 +03:00 by kerem · 2 comments
Owner

Originally created by @plexmaniax on GitHub (Jun 4, 2025).
Original GitHub issue: https://github.com/axllent/mailpit/issues/510

It would be nice to get some informations about the mailpit service in the healthcheck, like OS or ES

{
"name" : "node-1",
"cluster_name" : "XXXX",
"cluster_uuid" : "c0oB-OOeQuGhIKwoRF23gg",
"version" : {
"number" : "7.16.1",
"build_flavor" : "default",
"build_type" : "tar",
"build_hash" : "5b38441b16b1ebb16a27c107a4c3865776e20c53",
"build_date" : "2021-12-11T00:29:38.865893768Z",
"build_snapshot" : false,
"lucene_version" : "8.10.1",
"minimum_wire_compatibility_version" : "6.8.0",
"minimum_index_compatibility_version" : "6.0.0-beta1"
},
"tagline" : "You Know, for Search"
}

We would like to get those data into our monitoring

Thanks for you work!

Originally created by @plexmaniax on GitHub (Jun 4, 2025). Original GitHub issue: https://github.com/axllent/mailpit/issues/510 It would be nice to get some informations about the mailpit service in the healthcheck, like OS or ES { "name" : "node-1", "cluster_name" : "XXXX", "cluster_uuid" : "c0oB-OOeQuGhIKwoRF23gg", "version" : { "number" : "7.16.1", "build_flavor" : "default", "build_type" : "tar", "build_hash" : "5b38441b16b1ebb16a27c107a4c3865776e20c53", "build_date" : "2021-12-11T00:29:38.865893768Z", "build_snapshot" : false, "lucene_version" : "8.10.1", "minimum_wire_compatibility_version" : "6.8.0", "minimum_index_compatibility_version" : "6.0.0-beta1" }, "tagline" : "You Know, for Search" } We would like to get those data into our monitoring Thanks for you work!
kerem closed this issue 2026-03-15 13:54:44 +03:00
Author
Owner

@axllent commented on GitHub (Jun 4, 2025):

Does this not provide you with the info you need?

<!-- gh-comment-id:2940093691 --> @axllent commented on GitHub (Jun 4, 2025): Does [this](https://mailpit.axllent.org/docs/api-v1/view.html#get-/api/v1/info) not provide you with the info you need?
Author
Owner

@plexmaniax commented on GitHub (Jun 4, 2025):

This is what I'm lookin for. Thanks :)

<!-- gh-comment-id:2940247075 --> @plexmaniax commented on GitHub (Jun 4, 2025): This is what I'm lookin for. Thanks :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mailpit#330
No description provided.