Skip to main content

Aviatrix FlightCheck

Project description

Aviatrix FlightCheck

Aviatrix FlightCheck collects information about an Aviatrix environment by querying the Aviatrix Controller API.

Installation

The recommended method for installing Aviatrix FlightCheck is to use the CloudFormation template. The CloudFormation template will create an Amazon Linux EC2 instance with FlightCheck automatically installed. SSH into the instance using the AWS Key Pair selected when deploying the template.

ssh -i <keypair> ec2-user@<IP of the deployed instance>

Optionally, you can manually install Aviatrix FlightCheck using pip. Refer to pip documentation for instructions on installing pip for your operating system.

pip3 install aviatrix-flightcheck

Aviatrix Controller Requirements

Update the security group for the Aviatrix Controller to allow TCP port 443 from the IP of the system where FlightCheck is installed. Use netcat to confirm the connectivity.

[ec2-user@ip-172-31-21-6 ~]$ nc -zv <controller-ip> 443
Ncat: Version 7.50 ( https://nmap.org/ncat )
Ncat: Connected to <controller_ip>:443.
Ncat: 0 bytes sent, 0 bytes received in 0.01 seconds.

Verify the output says "Connected to <controller_ip>:443" and not "Connection timed out.".

Execute FlightCheck

To excecute the FlightCheck, run the following command:

flightcheck --controller_ip x.x.x.x --username <controller_username>

You will be prompted to enter the password for the user. The account used can be a read-only account.

FlightCheck will run a list of pre-defined checks and output the results to the screen. The output can be saved to a file for review offline using the following command:

flightcheck --controller_ip x.x.x.x --username <controller_username> > flightcheck-output.txt

If FlightCheck was run on a remote instance, copy the output to a local system. On the local system:

scp -i <keypair> ec2-user@<IP of FlightCheck instance>/home/ec2-user/flightcheck-output.txt <local path to save to>

Adjust paths and filenames as needed.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

aviatrix_flightcheck-0.1.1-cp310-cp310-win_amd64.whl (51.4 kB view hashes)

Uploaded CPython 3.10 Windows x86-64

aviatrix_flightcheck-0.1.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (284.0 kB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

aviatrix_flightcheck-0.1.1-cp310-cp310-macosx_10_9_universal2.whl (111.8 kB view hashes)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

aviatrix_flightcheck-0.1.1-cp39-cp39-win_amd64.whl (51.1 kB view hashes)

Uploaded CPython 3.9 Windows x86-64

aviatrix_flightcheck-0.1.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (278.8 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

aviatrix_flightcheck-0.1.1-cp39-cp39-macosx_10_9_universal2.whl (111.7 kB view hashes)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

aviatrix_flightcheck-0.1.1-cp38-cp38-win_amd64.whl (51.0 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

aviatrix_flightcheck-0.1.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (281.8 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

aviatrix_flightcheck-0.1.1-cp38-cp38-macosx_10_9_universal2.whl (103.8 kB view hashes)

Uploaded CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)

aviatrix_flightcheck-0.1.1-cp37-cp37m-win_amd64.whl (50.1 kB view hashes)

Uploaded CPython 3.7m Windows x86-64

aviatrix_flightcheck-0.1.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (242.6 kB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

aviatrix_flightcheck-0.1.1-cp37-cp37m-macosx_10_9_x86_64.whl (59.6 kB view hashes)

Uploaded CPython 3.7m macOS 10.9+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page