Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check-rds.rb connections are literal, not percentage as should according description #366

Open
jindraj opened this issue Nov 26, 2019 · 0 comments

Comments

@jindraj
Copy link

jindraj commented Nov 26, 2019

from help:

…
        --connections-critical-over N
                                     Trigger a critical if connections usage is over a percentage
        --connections-warning-over N Trigger a warning if connections usage is over a percentage

parameters passed --connections-warning-over 70 --connections-critical-over 85
check output: CheckRDS CRITICAL: RDSNAME: ; DatabaseConnections are 87 (expected lower than 85.0); DatabaseConnections are 87 (expected lower than 70.0)

max_connections on RDS insance:

┌─────────────────┐
│ max_connections │
├─────────────────┤
│ 3429            │
└─────────────────┘
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant