Project

General

Profile

action #134018

Updated by livdywan 9 months ago

## Observation 

 There's 3 alerts about disk space running out at the time of this writing: 

 ``` 
 Problem name: /assets: Disk space is low (used > 80%) 
 Host: ariel.dmz-prg2.suse.org (over old-ariel) 
 Severity: Warning 
 Operational data: Space used: 4.48 TB of 5.6 TB (80 %) 

 Problem name: /space/openqa/share: Disk space is low (used > 80%) 
 Host: ariel.dmz-prg2.suse.org (over old-ariel) 
 Operational data: Space used: 4.48 TB of 5.6 TB (80 %) 

 Problem name: /var/lib/openqa/share: Disk space is low (used > 80%) 
 Host: ariel.dmz-prg2.suse.org (over old-ariel) 
 Severity: Warning 
 Operational data: Space used: 4.48 TB of 5.6 TB (80 %) 
 ``` 

 ## Acceptance Criteria 
 * **AC1**: Alerts are not seen unless disk usage is > 90% 

  

 ## Suggestions 
 - ~Group Group the alerts similar to what was done in #133130~ 
 - Click somewhere in https://zabbix.nue.suse.com/zabbix.php?action=host.list to configure the alert thresholds 
     - This should be the relevant items for the relevant host: https://zabbix.suse.de/items.php?filter_set=1&filter_hostids%5B0%5D=10923&context=host 
     - Check the value under "Macros" i.e. {$VFS.FS.PUSED.MAX.WARN} and {$VFS.FS.PUSED.MAX.CRIT} #133130

Back