Dev team is creating a rotating mock test production environment. The machines will be clones of their production master's 100 VM's. Machines could come over in groups of 10-20.
Currently they are manually checking to see if services/apps on servers are working on the clone. This is taking away resources and we want to automate it.
We need SAM or something else Orion Platform can verify the following services on multiple servers as they are powered on:
Services to be tested:
Ping, FTP, SFTP,SMB ,RDP, SQL/QSL, http/https, domain login, As2.
WMI should be doing the polling of the windows machines, some 2008, 2012, 2016,
Anything else that WMI can provide by default to ensure a server is up and running would be great.
The need here to make sure when the box is migrated, that basic services are started and running. example If RDP has failed on 6 boxes, want to know this.
How would I automate sam (agentless) able to do these test as new machines are added. Add machines manually to orion would probably be counter productive given the large number of servers. port checks are fine, not need to have user accounts login except for WMI which will have a domain account for logging into each server.
Thanks