testcloud: increase nagios checks running VMs limits
This commit is contained in:
parent
83476e0a8c
commit
1c1c66ab30
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
RUNNING_VMS=`testcloud instance list | grep -i 'running' | wc -l`
|
||||
$CRITICAL=10
|
||||
$WARNING=4
|
||||
$CRITICAL=20
|
||||
$WARNING=15
|
||||
|
||||
|
||||
if [ $RUNNING_VMS -gt $CRITICAL ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue