How can I group hosts in different views with the current version? In the older version I did it this way:<div><br></div><div>envpage servers MyServers</div><div><br>envsubpage linux Linux</div><div>envgroup Production</div>
<div>envgroup Testing</div><div><br>envsubpage Windows Windows</div><div>envgroup Production</div><div>envgroup Testing</div><div><br></div><div><br></div><div>This would create two page,  a Linux Page and a Windows Page and group the servers on those pages by Production or Testing. On the host line, i'd do this:<br>
<br>192.168.2.1     linux1 #  ENV:linux,1</div><div>192.168.2.3     linuxp #  ENV:linux,2</div><div><br></div><div>I could also use this to put a server in more than one category, for example, a Linux Server that is also a database server.</div>
<div><br></div><div>192.168.2.4     linuxd # ENV:linux,1 ENV:database,1</div><div><br></div><div>Is this still supported in the current version or is there another way to do it?</div><div><br></div><div>Thanks, JW</div>