swapping: disable nagios swap-is-low checks on some chronic offenders
Recent linux kernels seem to prefer swapping out things and filling swap up completely under any prressure on memory. These hosts seem to do that pretty often and the nagios alerts are anoying. The full swap doesn't seem to cause any issues, just nagios alerts. So, lets disable this check on these hosts that have had lots of these alerts. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
700d89f7a8
commit
c95c6e3c42
5 changed files with 14 additions and 1 deletions
|
@ -43,4 +43,5 @@ csi_relationship: |
|
|||
- koschei
|
||||
- external users downloading packages from koji.
|
||||
|
||||
virt_install_command: "{{ virt_install_command_two_nic }}"
|
||||
nagios_Check_Services:
|
||||
swap: false
|
||||
|
|
|
@ -45,3 +45,6 @@ fedmsg_certs:
|
|||
- pdc.compose
|
||||
- pdc.rpms
|
||||
- pdc.images
|
||||
|
||||
nagios_Check_Services:
|
||||
swap: false
|
||||
|
|
|
@ -35,3 +35,6 @@ sar_script: /usr/local/bin/datagrepper_sar.py
|
|||
sar_script_user: root
|
||||
sar_output_file: datagrepper.csv
|
||||
sar_huge: true
|
||||
|
||||
nagios_Check_Services:
|
||||
swap: false
|
||||
|
|
|
@ -21,3 +21,6 @@ mem_size: 16384
|
|||
num_cpus: 16
|
||||
|
||||
#host_backup_targets: ['/var/log']
|
||||
|
||||
nagios_Check_Services:
|
||||
swap: false
|
||||
|
|
|
@ -36,3 +36,6 @@ sar_output_file: pagure.json
|
|||
|
||||
# DB used:
|
||||
pagure_db_host: 127.0.0.1
|
||||
|
||||
nagios_Check_Services:
|
||||
swap: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue