Skip to content

Avoid Gerund #396 #425

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The AMIs contain combination of the following components:
- Latest version of [NGINX App Protect WAF](https://docs.nginx.com/nginx-app-protect-waf/), optimized for use on Amazon EC2
- Pre-packaged software for building highly available (HA) NGINX Plus configurations

## Installing the NGINX Plus NGINX App Protect WAF + DoS
## Install NGINX Plus NGINX App Protect WAF + DoS

To quickly set up an environment with NGINX Plus, NGINX App Protect WAF and NGINX App Protect DoS on AWS:

Expand Down
8 changes: 4 additions & 4 deletions content/nap-dos/monitoring/live-activity-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ To activate the API:
}
```

## Using the Dashboard
### Accessing the Dashboard
## Use the Dashboard
### Access the Dashboard
To view the Dashboard, enter the corresponding address in your browser's address bar.<br>
For example, "http://192.168.1.23/dashboard-dos.html" will show the Dashboard page located in /usr/share/nginx/html as indicated in the root directive.

Expand Down Expand Up @@ -158,12 +158,12 @@ The displayed graph is a stacked composition, encompassing two specific metrics:
- **Yellow**: Indicates the presence of either an active attack or diminished server health.
- **Red**: Indicates a severe scenario, where the object is experiencing an attack combined with poor health.

### Configuring Dashboard Options
### Configure Dashboard Options
You can configure the dashboard by clicking the Gear button in the Tabs menu.<br>
**Update every N sec** - updates the Dashboard data after the specified number of seconds, default is 1 second.<br>
<br>

## Using the REST API
## Use the REST API
Statistics of your server infrastructure can be managed with the REST API interface. The API is based on standard HTTP requests: statistics can be obtained with `GET` requests.

The requests are sent in the JSON format that allows you to connect the stats to monitoring tools or dashboards that support JSON.
Expand Down
Loading