I'd like to build a simple OQL query with a list of servers and their IP address(es).
Output should contain these fields:
servername;ipaddress;status # comment
server1;192.168.1.10;production # 1 IP
server2;192.168.1.20;production # 1 IP
server2;192.168.1.30;production # 2nd IP server2
server3;192.168.1.100;production # 1 IP
server4;;implementation # Server without IP [...]
Any idea?
Thanks!
Alexander
Last edit: Alexander K. 2014-01-20
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'd like to build a simple OQL query with a list of servers and their IP address(es).
Output should contain these fields:
servername;ipaddress;status # comment
server1;192.168.1.10;production # 1 IP
server2;192.168.1.20;production # 1 IP
server2;192.168.1.30;production # 2nd IP server2
server3;192.168.1.100;production # 1 IP
server4;;implementation # Server without IP
[...]
Any idea?
Thanks!
Alexander
Last edit: Alexander K. 2014-01-20
Just try the Query Phrasebook and select which fields you want to be appeared.