do remove the mirrorlist stuff we dont use anymore
This commit is contained in:
parent
d0b6c8ce06
commit
00ed6ca8c6
2 changed files with 2 additions and 3 deletions
|
@ -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 ]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue