Skip to content

Commit ae5f3e2

Browse files
authored
Merge pull request #1 from janetjotw/janetjotw-patch-1
Avoid Gerund
2 parents c04d383 + 4e5698f commit ae5f3e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/nap-dos/monitoring/live-activity-monitoring.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ To activate the API:
113113
}
114114
```
115115

116-
## Using the Dashboard
117-
### Accessing the Dashboard
116+
## Use the Dashboard
117+
### Access the Dashboard
118118
To view the Dashboard, enter the corresponding address in your browser's address bar.<br>
119119
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.
120120

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

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

166-
## Using the REST API
166+
## Use the REST API
167167
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.
168168

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

0 commit comments

Comments
 (0)