Metadata-Version: 2.1
Name: sensu_plugins_aws_subnet
Version: 0.1.3
Summary: A extention from Python sensu plugins framework to check aws subnet available IPs
Home-page: https://github.com/supernova106/sensu_plugins_aws_subnet
Author: Binh Nguyen
Author-email: binhnguyen@ebates.com
License: BSD
Description: # sensu_plugins_aws_subnet
        
        ## Setup
        
        ```sh
        pip install sensu_plugins_aws_subnet
        ```
        
        - perform a check
        
        ```sh
        sensu-check-aws-subnet -w 20 -c 10 -r us-west-2
        ```
        
        ## Build Project
        
        ```sh
        make build
        make upload
        ```
        
        ## Todo
        
        - add test suites
Platform: UNKNOWN
Requires-Python: >=3
Description-Content-Type: text/markdown
