Closed FlorentinDUBOIS closed 6 years ago
Hello!
I submit this pull request in order to support natively numerical number percentage in the configuration.
There is an example below:
--- ... plugins: - type: memory checks: - type: used_percent name: memory_used_percent warn: 89.1% crit: 90.9% - type: swap_used_percent name: memory_swap_used_percent warn: 5% crit: 50%
Hey @FlorentinDUBOIS, thanks for the PR.
Cheers to my OVH friends ;)
Hello!
I submit this pull request in order to support natively numerical number percentage in the configuration.
There is an example below: