Bert.D wrote:
# of computers deployed. => possible feature
# of successes in job => possible feature
# of Failures in job => possible feature
# Watch deployment in realtime => difficult
Lansweeper's deployment feature is designed to let the client computer do all the heavy lifting.
This however also means that no (or very little) real time data can be gathered while deploying (since its not the server that is doing the actual deployment). We currently only gather the 'end result'.
# You can cancel the deploy on an individual computer in a job during deployment => possible feature
# You can redeploy to failed computers on a per job basis => possible feature
# More detailed logging that is easy to get to and tied to jobs rather than hitting a master log => possible feature
I guess what I'm really looking for is a list of all machines a particular job was run against and a status for each:
JOB NAME
SYSTEMS IT WAS RUN ON RESULT AS OF
system1 Success 1/1/2015 00:01:23
system2 Failure 1/1/2015 00:01:45
system3 Pending 1/1/2015 00:01:52
~~~
and so on.