1 2 3 | if (metric[ 'body_match' ] regex 'Error establishing a database connection' ) { return new AlarmStatus(CRITICAL, 'Database connection lost, returning CRITICAL.' ); } |
Simples.
1 2 3 | if (metric[ 'body_match' ] regex 'Error establishing a database connection' ) { return new AlarmStatus(CRITICAL, 'Database connection lost, returning CRITICAL.' ); } |
Simples.