Settings File Customization - abstertee/macStat GitHub Wiki

Settings File

The settings file is a PLIST file that should hold unique UUIDs, notification settings, and a documentation link. The settings file should be placed in the /Library/Application Support/MacStat folder. The current keys in the PLIST are:

  • mdmprofileUUID
  • logopath
  • documentationUrl
  • userWiFiProfileUuid
  • userCertificate
  • certChain
  • notificationSettings

mdmprofileUUID

Enter the UUID here for your MDM profile.

logopath

This path is root directory is /Library.

documentationUrl

The documentation url can be any HTTP link to a document describing how to use the app.

userWiFiProfileUuid

Must be the profile UUID.

userCertificate

This must be the profile UUID.

certChain

CertChain key includes two items where one is the Root cert and the other is the Intermediate cert. You can add as many items in this array in the Settings file. The items must be the CommonName of the certificate.

notificationSettings

The notification settings includes a Timer and a on/off switch. The notification settings dictate whether you will be notified if Checks return with a failure. The timer is how often the system will run the checks in the background. By default notifications are turned off(NO) and checks run every hour(3600.0 seconds).