apache / hertzbeat

Apache HertzBeat(incubating) is a real-time monitoring system with agentless, performance cluster, prometheus-compatible, custom monitoring and status page building capabilities.
https://hertzbeat.apache.org/
Apache License 2.0
5.74k stars 994 forks source link

[Question] Upload custom TrustStore to accept internal CAs for organizations and enterprises #2780

Open vccddd opened 1 month ago

vccddd commented 1 month ago

Question

For some enterprises and organizations, the SSL issuing organizations are likely to be internally managed, and the internal websites with SSL certificates issued by these organizations also needs to be monitored.

There have been a few issues that have mentioned similar scenarios. #2773

We may need a feature to upload user-defined TrustStore (I'd like to be involved in the development if possible) to be compatible with any enterprise or organization's internally-issued certificates.

tomsun28 commented 3 weeks ago

hi, good idea. Maybe we need to implement support for input file as monitoring parameter, and then implement the custom trustStore. If you'd like, you're very welcome to develop.