Skip to content
Allen Hancock edited this page Apr 15, 2016 · 1 revision

Watchman Monitoring offers an official Autopkg recipe for your benefit.

This recipe requires the use of an override, which will allow autopkg (and autopkgr) to download the latest version of the Monitoring Client software for your subscription.

You can download a pre-configured override in your Dashboard at

https://app.monitoringclient.com/installers/mac

A completed Override might look like

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Identifier</key>
	<string>local.download-YOUR_SUBDOMAIN.MonitoringClient</string>
	<key>Input</key>
	<dict>
		<key>NAME</key>
		<string>MonitoringClient</string>
		<key>SUBDOMAIN</key>
		<string>YOUR_SUBDOMAIN</string>
	</dict>
	<key>ParentRecipe</key>
	<string>com.github.monitoringclient.download.monitoringclient</string>
</dict>
</plist>

and would be saved to

~/Library/AutoPkg/RecipeOverrides/MonitoringClient.download-YOUR_SUBDOMAIN.recipe

Clone this wiki locally