On Mon, Apr 16, 2018 at 10:03:44AM -0600, Shawn Heisey wrote: > I am curious about why I couldn't use "track".
"track" means that your current server will always be in the same state as the designated one. It will never run its own checks, and will receive notifications from the other one's state change events. So you can simply not have any check-specific stuff on a server tracking another one. However if you use disable-on-404 on the tracked one, the tracking one will obviously adapt. Willy

