-
Notifications
You must be signed in to change notification settings - Fork 2
Add director basket #74
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
base: main
Are you sure you want to change the base?
Conversation
| "value": "$system_basics_filesystem_criticalPercentFreeInodes$" | ||
| }, | ||
| "--criticalPercentFreeSpace": { | ||
| "description": "Percentage critical threshold for free filesystem space.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "description": "Percentage critical threshold for free filesystem space.", | |
| "description": "Percentage critical threshold for free filesystem space. (default 2:100)", |
| "value": "$system_basics_filesystem_criticalPercentFreeSpace$" | ||
| }, | ||
| "--criticalPercentUsedInodes": { | ||
| "description": "Percentage critical threshold for percentage of used inodes.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "description": "Percentage critical threshold for percentage of used inodes.", | |
| "description": "Percentage critical threshold for percentage of used inodes. (default 98)", |
|
As nice as this is in general, this Monitoring Plugin is able to generate Icinga 2 configuration itself. |
|
I want to have some auto generation utility for baskets, otherwise they have to be updated manually. |
Thought this might be helpful.