Skip to content
This repository was archived by the owner on Dec 1, 2019. It is now read-only.

BSSM_ColHealth

BurnSoft edited this page Mar 13, 2017 · 2 revisions

The BSSM_ColHealth application will check the collector health to make sure it has reported back in the last x many minutes. If the results are greater then expected, this application will move the clients from the collector to the master server. This way none of the results are missed, while the collector is down. once it has detected that the collector is backup and running it will move the clients back to that collector.

switch description
/xtime=[number] Time the interval to set the threshold
/interval=[number] the interval that is used for pinging on the collectors ( default is 15 minutes )
/forcerevert why wait, till it see that it is back up and running, force it move the clients back, also paired with the /collectorid switch.
/forcemove force a move before it auto detects it, also paired with the /collectorid switch.
/collectorid=[id] The collector ID number to move clients from or back to

Example: MOVE FROM MASTER TO COLLECTOR
`bssm_colhealth.exe /forcerevert /collectorid=2`
Example: MOVE FROM COLLECTOR TO MASTER
`bssm_colhealth.exe /forcemove /collectorid=2`

Clone this wiki locally