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
|
$answers = Invoke_WebInfraReports("SELECT a.VM, a.LastBackup, a.Result, a.LastGoodBackup, a.Host, b.OS
|
||||||
FROM netbackup_vms a
|
FROM netbackup_vms a
|
||||||
left join globalcrossover b on a.VM = b.Server
|
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 -->
|
<!-- HTML -->
|
||||||
|
|||||||
Reference in New Issue
Block a user