Project

General

Profile

action #162494

Updated by okurz 6 months ago

## Observation 

 `sudo salt \* cmd.run 'journalctl -u telegraf | grep -c "inputs\.diskio"'` 

 ``` 
 openqaworker18.qa.suse.cz: 
     0 
 backup-qam.qe.nue2.suse.org: 
     0 
 … 
 worker40.oqa.prg2.suse.org: 
     1896 
 … 
 worker33.oqa.prg2.suse.org: 
     4162 
 ``` 

 just as example, not complete. 

 ## Acceptance criteria 
 * **AC1:** No errors or warnings related to gathering disk info in telegraf journal 

 ## Acceptance tests 
 * **AT1-1:** `sudo salt \* cmd.run 'journalctl -u telegraf | grep -c "inputs\.diskio"'` is 0 

 ## Suggestions 
 * web we research for `W! [inputs.diskio] Error gathering disk info: no such file or directory` and try `telegraf -test` on machines to reproduce. Probably we need to exclude something from looking up disks that don't exist?

Back