Quick tip: How to identify Skyline version on command line

SSH into the Skyline collector and execute the following command:

<br /> grep version /usr/local/skyline/ccf/config/collector.properties<br />

Output:

<br /> root@photon-machine [ ~ ]# grep version /usr/local/skyline/ccf/config/collector.properties<br /> collector.version=2.5.0.0<br /> ui.version=2.5.0.0<br /> root@photon-machine [ ~ ]#<br />