-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[readme] updated readme with new changes
- Loading branch information
MF Softworks
authored
Jan 30, 2020
1 parent
86a6e92
commit f3274b3
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ The script will gather information: | |
- System Uptime | ||
- UTC Timestamp | ||
|
||
The script will produce a JSON output at 5 second intervals for use with any software or server accepting a JSON input. | ||
The script will produce a JSON output at intervals for use with any software or server accepting a JSON input. | ||
Example: | ||
|
||
```json | ||
|
@@ -80,6 +80,8 @@ The script includes a function to POST JSON to a remote server. | |
|
||
This script can be installed on several machines that report to a central monitoring server. | ||
|
||
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. | ||
|
||
## Usage | ||
|
||
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 | |
|
||
MF Softworks <[email protected]> | ||
|
||
mf.nygmarosebeauty.com | ||
mf.nygmarosebeauty.com |