Skip to content

Commit f3274b3

Browse files
author
MF Softworks
authored
[readme] updated readme with new changes
1 parent 86a6e92 commit f3274b3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The script will gather information:
1919
- System Uptime
2020
- UTC Timestamp
2121

22-
The script will produce a JSON output at 5 second intervals for use with any software or server accepting a JSON input.
22+
The script will produce a JSON output at intervals for use with any software or server accepting a JSON input.
2323
Example:
2424

2525
```json
@@ -80,6 +80,8 @@ The script includes a function to POST JSON to a remote server.
8080

8181
This script can be installed on several machines that report to a central monitoring server.
8282

83+
The destination, checking interval, sending attempts after failure and timeout between resending attempts can be set through arguments, use `python3 monitor.py -h` for more.
84+
8385
## Usage
8486

8587
Clone the script with `git clone`.
@@ -126,4 +128,4 @@ A new task will be created that runs the python monitoring script in the backgro
126128

127129
MF Softworks <[email protected]>
128130

129-
mf.nygmarosebeauty.com
131+
mf.nygmarosebeauty.com

0 commit comments

Comments
 (0)