Skip to main content

Commandline interpreter to interact with Fix Inventory.

Project description

fixsh

Fix Shell

Table of contents

Overview

fixsh starts the fix shell. It is used to interact with fixcore. It allows you to explore the graph, find resources of interest, mark them for cleanup, fix their tagging, aggregate over their metadata to create metrics and format the output for use in a 3rd party script or system.

More information can be found below and in the docs.

Usage

fixsh uses the following commandline arguments:

  --fixcore-uri fixCORE_URI
                        fixcore URI (default: https://localhost:8900)
  --fixcore-section fixCORE_SECTION
                        All queries are interpreted with this section name. If not set, the server default is used.
  --fixcore-graph fixCORE_GRAPH
                        The name of the graph to use by default. If not set, the server default is used.
  --download-directory DOWNLOAD_DIRECTORY
                        If files are received, they are written to this directory.
  --no-color            Output should be rendered plain without any color escape sequences.
  --stdin               Read from STDIN instead of opening a shell
  --verbose, -v         Verbose logging
  --quiet               Only log errors
  --psk PSK             Pre-shared key
  --ca-cert CA_CERT     Path to custom CA certificate file
  --no-verify-certs     Turn off certificate verification

ENV Prefix: fixSHELL_ Every CLI arg can also be specified using ENV variables.

For instance --fixcore-uri http://foobar.tld:8900 would become fixSHELL_fixCORE_URI=http://foobar.tld:8900.

Examples

Basics

Enter help into fixsh to get an overview of all available commands

Using help followed by a command will provide more information about that command.

Intermediate

Show all storage volumes that are in use

> search is(volume) and volume_status = in-use

Show all storage volumes in use and format the output as CSV

> search is(volume) and volume_status = in-use | format {kind},{id},{name},{ctime}

Show all storage volumes not in use with a size of more than 10 GB

> search is(volume) and volume_status = available and volume_size > 10

Advanced

Find volumes in cloud AWS that are in use

search is(volume) and volume_status = in-use and /ancestors.cloud.reported.name = aws

Alternatively instead of filtering for storage volumes of the generic volume kind we can also be more specific

search is(aws_ec2_volume) and volume_status = in-use

Find unused AWS volumes older than 30 days with no I/O in the past 7 days

search is(aws_ec2_volume) and volume_status = available and ctime < -30d and atime < -7d and mtime < -7d

Contact

If you have any questions feel free to join our Discord or open a GitHub issue.

License

See LICENSE for details.

Project details


Download files

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

Source Distribution

fixinventoryshell-4.2.0.tar.gz (25.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fixinventoryshell-4.2.0-py3-none-any.whl (22.9 kB view details)

Uploaded Python 3

File details

Details for the file fixinventoryshell-4.2.0.tar.gz.

File metadata

  • Download URL: fixinventoryshell-4.2.0.tar.gz
  • Upload date:
  • Size: 25.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for fixinventoryshell-4.2.0.tar.gz
Algorithm Hash digest
SHA256 42f97db92f2ae084298a83ae7881f9f7d227da01d18a22024936fd60b9d13b5f
MD5 32af4261727b74856f1794a64aeec4df
BLAKE2b-256 101fce9ba5d17d7df67421062f8174ca13be03322f82fd03a457fb6da4777afc

See more details on using hashes here.

File details

Details for the file fixinventoryshell-4.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for fixinventoryshell-4.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 48f6df0c1a8a8f250bbde96006334f84e77e631d347f7fa0ab092c36858245d1
MD5 84df2066b4d77521dc7fa8a51671ce0a
BLAKE2b-256 0c8b642ff7b28f2dab3e375f4e8e17087954f757cd9e7076b95c296077d397c7

See more details on using hashes here.

Supported by

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