Thank you for the great job with this project!
It would be nice to have option to use and operators.
It would produce critical only if both conditions are met.
Something like that:
-c "key1,1:10 & key2,1:5"
-c "key1,1:10" & -c "key2,1:5"
CRITICAL:
{
"key1": 1000,
"key2":6
}
NOT Critical:
{
"key1": 1000,
"key2":4
}
Thank you for the great job with this project!
It would be nice to have option to use and operators.
It would produce critical only if both conditions are met.
Something like that:
-c "key1,1:10 & key2,1:5"
-c "key1,1:10" & -c "key2,1:5"
CRITICAL:
{
"key1": 1000,
"key2":6
}
NOT Critical:
{
"key1": 1000,
"key2":4
}