hertzbeat icon indicating copy to clipboard operation
hertzbeat copied to clipboard

Apache HertzBeat(incubating) is a real-time monitoring system with agentless, performance cluster, prometheus-compatible, custom monitoring and status page building capabilities.

Results 221 hertzbeat issues
Sort by recently updated
recently updated
newest added

在运维管理规范的企业中,是不允许root账户远程直接登录采集的。而像一些数据库,比如Oracle,非root需要逐个对相关表或视图赋权后才可以执行系统级别查询。类似的linux会因为环境量和用户组拒绝执行一些指令。而指令增多后,不仅要排查问题是哪个语句出问题,还要联系运维人员赋权添加权限。 希望初始化的时候录入root账号,选择自动的建立或赋权,采集账号各类权限,系统不保存root用户的信息。 并且改写采集规则时候,需要后续继续赋权。

enhancement

**Is your feature request related to a problem? Please describe.** support traceroute network monitor

enhancement
status: volunteer wanted

**Is your feature request related to a problem? Please describe.** 大量监控如果手动在页面上配置添加会很麻烦 **Describe the solution you'd like** 如果能根据IP段或者其他条件扫描自动发现存在的服务,自动将其纳管到监控系统中,会大大减少运维工作量。 此需求目前看工作量较大,需要考虑 自动扫描,监控参数配置,对端应用默认端口关联,自动新增,监控重复判断规则等。

enhancement

1.很多开发人员,非专业的服务器运维人员,更多的时候是Free -h 后回去自己写正则等拼凑服务器,去用AWK 这些难度很大。希望可以将parseType 这里加个自定义,再可以用反射或者JS引擎 ,动态的解析命令,返回结果 2.采集的时候configmap 能不能写成一个配置数组或者map,协议那边直接写下标或者key去取,少点配置。 3.碰到一些综合的采集,比如先执行SSH,再执行SQL,甚至还会调一些HTTP请求的,这边能用反射拓展开放吗?

enhancement

比如CPU使用率大于80%且内存大于70%时候进行告警。

enhancement

### Description spring.mail目前为必填,改为选配(不使用邮箱告警通知的功能可以去掉spring.mail相关配置) 优化部分告警阈值的返回处理,例:未配置或者错误配置mail的使用邮箱在告警通知发送告警测试时,仍会返回“触发告警测试成功!”(其他告警通知也有类似问题) ### Task List - [ ] - application.yml的spring.mail修改为选配 - [ ] - 优化部分告警阈值的返回处理 _No response_

enhancement
status: volunteer wanted

### Description Support vmware vcenter monitor. Via vijava sdk https://github.com/yavijava/yavijava. Or via Rest API https://developer.vmware.com/apis/vsphere-automation/latest/vcenter/authentication.html. ### Task List - [ ] Build the vcenter environment - [ ] Use Rest...

enhancement
status: volunteer wanted

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior 用户设置自定义盐值,使用全大写UUID,登录报错 # 盐配置 ![image](https://user-images.githubusercontent.com/56836951/189649650-2cbed8f4-bff1-41b8-9d51-caf3a62a0129.png) # 盐加密结结果 ![image](https://user-images.githubusercontent.com/56836951/189650117-1a1b1638-d2e1-47d0-895e-cb1058a9c186.png) # 登录数据 ![image](https://user-images.githubusercontent.com/56836951/189649904-a29e50b4-2f49-4725-acd0-2dc8dc4991e1.png) #...

bug

### Description # 加密插件[ jasypt-spring-boot-starter](https://github.com/ulisesbocchio/jasypt-spring-boot) ![image](https://user-images.githubusercontent.com/56836951/189879334-ce5100e8-23ee-4953-a5e8-20f757e75c73.png) ### 代码仓库明文保存密码是比较不安全的,建议对插件的兼容 # 配置 ![image](https://user-images.githubusercontent.com/56836951/189879753-64193238-550c-4575-8325-68f05f90485b.png) # 读取到源文件信息 ![image](https://user-images.githubusercontent.com/56836951/189880079-93b97e1c-e7d1-4891-ac7f-7c155aeff737.png) # 原因 ![image](https://user-images.githubusercontent.com/56836951/189891536-7e1ee5db-bc21-483f-8d17-2e8ad1ff944d.png) # 替代方案-已实现 环境变量+盐 ![image](https://user-images.githubusercontent.com/56836951/189890447-53a929c4-c812-4985-8638-175ba419880b.png) ### Task List 一个小需求

status: volunteer wanted