-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CVE support fo BIG-IP data collector added, NIST 2.0 REST API, Bugfixes
- Loading branch information
1 parent
bea41af
commit b99f81e
Showing
5 changed files
with
113 additions
and
69 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
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 |
---|---|---|
|
@@ -2,8 +2,7 @@ | |
|
||
## Description | ||
|
||
The `bigIPCollect.sh` script must be copied and run on a BIG-IP instance (hardware-based or Virtual Edition). It will collect raw JSON files and package them into a single .tgz file: | ||
the .tgz file can then be processed offline by Second Sight to build all target JSON files | ||
The `bigIPCollect.sh` script must be copied and run on a BIG-IP instance (hardware-based or Virtual Edition). It will collect raw data and package them into a JSON file that can be processed offline by Second Sight. | ||
|
||
## Installation on BIG-IP | ||
|
||
|
@@ -88,16 +87,16 @@ Password: | |
-> Collecting hardware details | ||
-> Collecting provisioned modules | ||
-> Collecting APM usage | ||
-> Data collection completed, building tarfile | ||
-> All done, copy /tmp/20221122-2351-bigIPCollect.tgz to your local host using scp | ||
-> Data collection completed, building JSON payload | ||
-> All done, copy /tmp/20230626-0002-bigIPCollect.json to your local host using scp | ||
[root@bigip1:Active:Disconnected] tmp # | ||
``` | ||
|
||
- Retrieve the tgz file | ||
- Retrieve the JSON file | ||
|
||
``` | ||
$ scp [email protected]:/tmp/20221122-2351-bigIPCollect.tgz . | ||
$ scp [email protected]:/tmp/20230626-0002-bigIPCollect.json . | ||
([email protected]) Password: | ||
20221122-2351-bigIPCollect.tgz 100% 14KB 5.4MB/s 00:00 | ||
20230626-0002-bigIPCollect.json 100% 14KB 5.4MB/s 00:00 | ||
$ | ||
``` |
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
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
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