Feature #2468
Get information about the installed probes in a host
Status: | Closed | Start date: | 11/18/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Javi Fontan | % Done: | 0% | |
Category: | Drivers - Monitor | |||
Target version: | Release 4.4 | |||
Resolution: | fixed | Pull request: |
Description
Onehost should be able to get the probes version installed in each host and be able to update the hosts with old versions.
Associated revisions
feature #2468: use VERSION in onehost sync
- Only updates hosts with VERSION value < $REMOTES/VERSION
- Adds VERSION to the host when the update is correct
feature #2468: add probe to get remotes version
feature #2468: add --force option to onehost sync
Also prints the hosts selected for upgrade
feature #2468: Use only one queue for onehost sync
Also prints the percentage of hosts updated
feature #2468: add rsync option to onehost sync
feature #2468: fix bug getting probes version
feature #2468: use VERSION in onehost sync
- Only updates hosts with VERSION value < $REMOTES/VERSION
- Adds VERSION to the host when the update is correct
(cherry picked from commit 826c558941bc58674fbbe9a89908340743bf5c92)
feature #2468: add probe to get remotes version
(cherry picked from commit 1078fea78826814ad45b2961c11e21f08a3b3160)
feature #2468: add --force option to onehost sync
Also prints the hosts selected for upgrade
(cherry picked from commit 0257d5bd7b2e0dc4c78f409db8fdf4eb5d27967f)
feature #2468: Use only one queue for onehost sync
Also prints the percentage of hosts updated
(cherry picked from commit b62925196f3669a97fbe6b3a9daab6fcbbb3b3ec)
feature #2468: add rsync option to onehost sync
(cherry picked from commit 81b045de86cbdfa0019fbcc50c56541bbd068fd8)
feature #2468: fix bug getting probes version
(cherry picked from commit b49454a7f8b10822924398689a2d3ed8c33ea244)
History
#1 Updated by Javi Fontan over 7 years ago
One way to do this is to add a probe that gets the latest file modified in the remotes directory and returning the timestamp. The latest timestamp can be used as the current version and hosts with older timestamps are not updated.
#2 Updated by Javi Fontan over 7 years ago
- Assignee set to Javi Fontan
Also added:
- Option to use rsync for remotes update, deletes files that no longer exists in the frontend
- Now uses a single queue so a slow update does not stop other hosts from upgrading
- Status information with a percentage bar
#3 Updated by Javi Fontan over 7 years ago
- Status changed from Pending to Closed
- Resolution set to fixed