Skip to content

Commit

Permalink
[fix] Restructured & fixed navbar overflow (apache#951)
Browse files Browse the repository at this point in the history
Signed-off-by: neilblaze <putubanerjee23@gmail.com>
  • Loading branch information
Neilblaze committed May 13, 2023
1 parent d205b49 commit 1246de1
Show file tree
Hide file tree
Showing 20 changed files with 71 additions and 56 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Please note that the title of the PR needs to conform to our spec, and write the

### Wait for the code to be merged

After submitting the PR, the Committer or the community's friends will review the code you submitted (Code Review), and will propose some modification suggestions or conduct some discussions. Please pay attention to your PR in time.
After submitting the PR, the Committee or the community's friends will review the code you submitted (Code Review), and will propose some modification suggestions or conduct some discussions. Please pay attention to your PR in time.

If subsequent changes are required, there is no need to initiate a new PR. After submitting a commit on the original branch and pushing it to the remote repository, the PR will be automatically updated.

Expand Down
2 changes: 1 addition & 1 deletion home/blog/2022-10-08-hertzbeat-v1.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags: [opensource]

Home: hertzbeat.com | tancloud.cn

Hi guys! HertzBeat v1.2.0 is coming. This version supports more powerful mertics collect jsonpath, upgrade springboot version to 2.7.4 , support metrics unit convert display, and more. Fixed several bugs and improved the overall stable usability.
Hi guys! HertzBeat v1.2.0 is coming. This version supports more powerful metrics collect jsonpath, upgrade springboot version to 2.7.4, support metrics unit convert display, and more. Fixed several bugs and improved the overall stable usability.

Only one docker command is needed to install and experience heartbeat:
`docker run -d -p 1157:1157 --name hertzbeat tancloud/hertzbeat`
Expand Down
6 changes: 3 additions & 3 deletions home/blog/2022-11-28-hertzbeat-v1.2.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags: [opensource]
## v1.2.2
Home: hertzbeat.com | tancloud.cn

Hi guys! HertzBeat v1.2.2 is coming. This release brings significant features. This version we support monitor kubernets, docker, springboot, nacos and database dm, opengauss and more. Also we bring a experimental feature, users can custom define metrics collect from promethues with promql. Fixed several bugs and improved the overall stable usability. And more, linux monitor we support top10 cpu usage metrics, top10 memory usage mertics.
Hi guys! HertzBeat v1.2.2 is coming. This release brings significant features. This version we support monitor kubernetes, docker, springboot, nacos and database dm, opengauss and more. Also we bring an experimental feature, users can custom define metrics collect from prometheus with promql. Fixed several bugs and improved the overall stable usability. And more, linux monitor we support top10 cpu usage metrics, top10 memory usage metrics.
Let's Try It Now!

Only one docker command is needed to install and experience heartbeat:
Expand All @@ -37,7 +37,7 @@ Feature:
13. [[manager] support linux process top10 cpu_usage mem_usage #451](https://github.com/dromara/hertzbeat/pull/451)
14. [[hertzbeat] support springboot2.0 metrics monitor #453](https://github.com/dromara/hertzbeat/pull/453)
15. [[manager-monitors](增强)应用服务检测-网站检测-分页:添加默认name升序 (enhancement)manager-… #455](https://github.com/dromara/hertzbeat/pull/455) @luxx-lq
16. [[hertzbeat] update use PromQL to collect metrics from promethues server #456](https://github.com/dromara/hertzbeat/pull/456)
16. [[hertzbeat] update use PromQL to collect metrics from prometheus server #456](https://github.com/dromara/hertzbeat/pull/456)
17. [[manager] support custom monitor api response data code #460](https://github.com/dromara/hertzbeat/pull/460)


Expand Down Expand Up @@ -86,7 +86,7 @@ Feature:
13. [[manager] support linux process top10 cpu_usage mem_usage #451](https://github.com/dromara/hertzbeat/pull/451)
14. [[hertzbeat] support springboot2.0 metrics monitor #453](https://github.com/dromara/hertzbeat/pull/453)
15. [[manager-monitors](增强)应用服务检测-网站检测-分页:添加默认name升序 (enhancement)manager-… #455](https://github.com/dromara/hertzbeat/pull/455) @luxx-lq
16. [[hertzbeat] update use PromQL to collect metrics from promethues server #456](https://github.com/dromara/hertzbeat/pull/456)
16. [[hertzbeat] update use PromQL to collect metrics from prometheus server #456](https://github.com/dromara/hertzbeat/pull/456)
17. [[manager] support custom monitor api response data code #460](https://github.com/dromara/hertzbeat/pull/460)


Expand Down
2 changes: 1 addition & 1 deletion home/blog/2023-01-05-monitor-iotdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Content details: The status of IOTDB node 127.0.0.1 is monitored as OFFLINE, ple

## Summary

This practical article took us to experience that if HertzBeat is used to monitor the IoTDB database indicator data, we can find that HertzBeat, which integrates monitoring-alarm-notification, is more convenient in operation and use, and IoTDB can be included in the monitoring with a simple click on the page , it is no longer necessary to deploy multiple components and write multiple YML configuration files with thresholds.
This practical article took us to experience that if HertzBeat is used to monitor the IoTDB database indicator data, we can find that HertzBeat, which integrates monitoring-alarm-notification, is more convenient in operation and use, and IoTDB can be included in the monitoring with a simple click on the page, it is no longer necessary to deploy multiple components and write multiple YML configuration files with thresholds.

IoTDB Github: https://github.com/apache/iotdb
HertzBeat Github: https://github.com/dromara/hertzbeat
Expand Down
4 changes: 2 additions & 2 deletions home/blog/2023-02-10-new-committer.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Combined with powerful custom notifications, we have monitored databases, middle

### Start submitting PRs

The first PR was submitted on April 17, 2022, mainly for the problem of TDEngine time zone error found during the use process. Although it was a simple configuration modification, it also let me know more about HertzBeat, and with the in-depth understanding of the source code , learned a lot.
The first PR was submitted on April 17, 2022, mainly for the problem of TDEngine time zone error found during the use process. Although it was a simple configuration modification, it also let me know more about HertzBeat, and with the in-depth understanding of the source code, learned a lot.

### Continuous open source contribution and harvest

Expand Down Expand Up @@ -105,7 +105,7 @@ First of all, I am also a newcomer to Novice Village, but I can share some of my
- 1. Don't be too impatient, and calm down to understand the general implementation logic of each module.
- 2. Use different functions and debug to see the underlying implementation principle of each function.
- 3. Slowly try to read the source code and understand it.
- 4. If you encounter a bug, you can directly report it to isses, or you can try to solve it yourself.
- 4. If you encounter a bug, you can directly report it to issues, or you can try to solve it yourself.


## What is Hertz Beat?
Expand Down
2 changes: 1 addition & 1 deletion home/docs/advanced/extend-http-jsonpath.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The raw data returned by the interface is as follows:
}
```

We use the jsonpath script to parse, and the corresponding script is: `$.number[*]` ,The parsed data structure is as follows:
We use the jsonpath script to parse, and the corresponding script is: `$.number[*]`,The parsed data structure is as follows:
```json
[
{
Expand Down
6 changes: 3 additions & 3 deletions home/docs/others/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Even small corrections to typos are very welcome :)
3. Execute under the front-end project directory web-app: `yarn install`
4. Install angular-cli globally: `npm install -g @angular/cli@14 --registry=https://registry.npm.taobao.org`
5. After the local backend is started, start the local frontend in the web-app directory: `ng serve --open`
6. Browser access to localhost:4200 to start, default account/passwd admin/hertzbeat
6. Browser access to localhost:4200 to start, default account/password is *admin/hertzbeat*

### Find tasks

Expand All @@ -68,7 +68,7 @@ git clone git@github.com:${YOUR_USERNAME}/hertzbeat.git #Recommended
```shell
git checkout -b a-feature-branch #Recommended
```
5. Submit the coed as a commit, the commit message format specification required: [module name or type name]feature or bugfix or doc: custom message.
5. Submit the coed as a commit, the commit message format specification required: [module name or type name] feature or bugfix or doc: custom message.
```shell
git add <modified file/path>
git commit -m '[docs]feature: necessary instructions' #Recommended
Expand All @@ -83,7 +83,7 @@ Please note that the title of the PR needs to conform to our spec, and write the

### Wait for the code to be merged

After submitting the PR, the Committer or the community's friends will review the code you submitted (Code Review), and will propose some modification suggestions or conduct some discussions. Please pay attention to your PR in time.
After submitting the PR, the Committee or the community's friends will review the code you submitted (Code Review), and will propose some modification suggestions or conduct some discussions. Please pay attention to your PR in time.

If subsequent changes are required, there is no need to initiate a new PR. After submitting a commit on the original branch and pushing it to the remote repository, the PR will be automatically updated.

Expand Down
2 changes: 1 addition & 1 deletion home/docs/others/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sidebar_label: Contributors

## ✨ HertzBeat Contributors

Thanks these wonderful people, welcome to join us: [Contributor Guide](contributing)
Thanks to these wonderful people, welcome to join us: [Contributor Guide](contributing)

<img alt="cert" src="/img/docs/cert-contributor.png" width="400"/>

Expand Down
Loading

0 comments on commit 1246de1

Please sign in to comment.