How can I group hosts in different views with the current version? In the
older version I did it this way:
envpage servers MyServers
envsubpage linux Linux
envgroup Production
envgroup Testing
envsubpage Windows Windows
envgroup Production
envgroup Testing
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:
192.168.2.1 linux1 # ENV:linux,1
192.168.2.3 linuxp # ENV:linux,2
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.
192.168.2.4 linuxd # ENV:linux,1 ENV:database,1
Is this still supported in the current version or is there another way to
do it?
Thanks, JW