do remove the mirrorlist stuff we dont use anymore

This commit is contained in:
Stephen Smoogen 2017-05-05 22:14:35 +00:00
parent d0b6c8ce06
commit 00ed6ca8c6
2 changed files with 2 additions and 3 deletions

View file

@ -1,8 +1,8 @@
#!/bin/bash
RUNNING_VMS=`testcloud instance list | grep -i 'running' | wc -l`
CRITICAL=30
WARNING=25
CRITICAL=20
WARNING=15
if [ $RUNNING_VMS -gt $CRITICAL ]