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 ]

View file

@ -102,7 +102,6 @@
- name: install nrpe client configs
template: src={{ item }}.j2 dest=/etc/nrpe.d/{{ item }}
with_items:
- check_mirrorlist_cache.cfg
- check_raid.cfg
- check_ipa.cfg
- check_readonly_fs.cfg