Hello!
I have to mass add the service test for multiple servers.
I´ve build folders with a folder specific agent sub folders with the servername.
I use the %folder% variable for the host and the testname.
So the tests are pretty flexible and i can copy them without a need to edit anything.
Adding many service tests is also easy to do with with the service list.
But i have a problem with the Testname.
Currently the pattern for the testname looks like that:
%folder% Service %object%
In this case %object% shows me the short name.
So it would look like that:
Test-Server Service AdobeARMservice
It´s pretty close to what i need. Instead of "AdobeARMservice" i would like to see "Adobe Acrobat Update Service":
Test-Server Service Adobe Acrobat Update Service
Is there a variable that allows me to see the display name like i see it in the service list?