Skip to content

Commit

Permalink
fixes #4 - manual fixes to some of the generated examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Jun 16, 2015
1 parent 17b65fb commit 9271098
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions docs/source/cli_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,8 @@ threshold only, and another has crossed the critical threshold):
.. code-block:: console
(venv)$ awslimitchecker
EC2/EC2-Classic Elastic IPs (limit 5) CRITICAL: 5
EC2/EC2-Classic Elastic IPs (limit 5) WARNING: 4
EC2/Magnetic volume storage (TiB) (limit 20) CRITICAL: 23.305
EC2/Running On-Demand EC2 instances (limit 20) CRITICAL: 98
EC2/Running On-Demand m3.medium instances (limit 20) CRITICAL: 54
EC2/Security groups per VPC (limit 100) CRITICAL: vpc-c300b9a6=100
Set Custom Thresholds
Expand All @@ -165,13 +161,9 @@ To set the warning threshold of 50% and a critical threshold of 75% when checkin

.. code-block:: console
(venv)$ awslimitchecker -W 97 --critical=98
(venv)$ awslimitchecker -W 50 --critical=75
EC2/EC2-Classic Elastic IPs (limit 5) CRITICAL: 5
EC2/Magnetic volume storage (TiB) (limit 20) CRITICAL: 23.305
EC2/Running On-Demand EC2 instances (limit 20) CRITICAL: 98
EC2/Running On-Demand m3.medium instances (limit 20) CRITICAL: 54
EC2/Security groups per VPC (limit 100) CRITICAL: vpc-c300b9a6=100
Required IAM Policy
Expand Down

0 comments on commit 9271098

Please sign in to comment.