Added : VM backups
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
$answers = Invoke_WebInfraReports("SELECT a.VM, a.LastBackup, a.Result, a.LastGoodBackup, a.Host, b.OS
|
||||
FROM netbackup_vms a
|
||||
left join globalcrossover b on a.VM = b.Server
|
||||
where a.vm not like 'WS%' order by a.VM");
|
||||
where a.vm not like 'WS%' and a.vm not like '%vmmsv%' order by a.VM");
|
||||
?>
|
||||
|
||||
<!-- HTML -->
|
||||
|
||||
Reference in New Issue
Block a user