mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #510] [FeatureREQ] provide Version over healthcheck #330
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#330
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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!
@axllent commented on GitHub (Jun 4, 2025):
Does this not provide you with the info you need?
@plexmaniax commented on GitHub (Jun 4, 2025):
This is what I'm lookin for. Thanks :)