Project

General

Profile

action #133985

Updated by mkittler 10 months ago

The backup VM is not reachable via FQDN. It works via its IP and other VMs seem not affected: 

 ``` 
 $ ssh backup.qa.suse.de  
 ssh: Could not resolve hostname backup.qa.suse.de: Name or service not known 
 $ ssh 10.168.192.195 
 … 
 martchus@backup-vm:~> 
 ``` 

 ``` 
 $ ssh monitor.qa.suse.de  
 …. 
 martchus@monitor:~> 
 ``` 

 --- 

 I've been silencing https://stats.openqa-monitor.qa.suse.de/alerting/grafana/host_up_alert_backup-vm/view for now now: https://stats.openqa-monitor.qa.suse.de/alerting/silence/e04a83ea-f611-435a-822b-21f4f4fc0bd0/edit

Back