In attachment a Perl tool that was written to make it possible to:
- select almost every robot/host/device with flexible regex selection parameters
- generate any command (with the use of variables)
Examples:
- deploy the logmon probe 4.11 on all robots that have an older version installed
- deploy the logmon probe 4.11 on all robots that have an older version installed on all robots with origin xxx
- deploy the logmon probe 4.11 on all robots that have an older version installed on all robots under hub aaa
- generate probe_config_set to set proxy_mode=1 on all robots under hub aaa
- update all robots version to x.xx via distsrv and start distribution only at 10:10 and keep 5 minutes between each update and only 10 robot at the same moment
- list all robots that don't have the cdm probe installed
- generate probe_config_set to update user_tag1 on all robots with xxx in the robot name and have probe sqlserver installed
Doc, perl source and compiled version is included in attachment.
Questions, remarks and enhancements/ideas are welcome
See later post to find version 1.6.2 (support TLS 1.2)