Skip to main content
Question

Mac health tool

  • March 14, 2023
  • 6 replies
  • 23 views

Forum|alt.badge.img+3

Is there such a tool that you can use to tell you the health of your mac, like battery life, how long the machine has not shut down, if the security as well as the other softwares are updated or not.

I am trying to have a tool that will just pop-up to inform users that they need to update their software or to shut down the machine once in a while.

6 replies

Forum|alt.badge.img+3
  • New Contributor
  • 6 replies
  • March 14, 2023

TechTools Pro or EtreCheck can perform this function and be customized. Add one of them to your Jamf Pro instance via a .pkg then push it out via a new policy. 


Forum|alt.badge.img+3
  • New Contributor
  • 6 replies
  • March 14, 2023

You can also check out MachineProfile by Micromat. That shows you battery health/cycle count and info on min OS, current OS, and recommended/ most up to date OS. 


Jordy-Thery
Forum|alt.badge.img+11
  • Valued Contributor
  • 110 replies
  • March 14, 2023

Maybe the Support App from Root3 is what you're looking for? https://marketplace.jamf.com/details/support-app


Forum|alt.badge.img+3
  • Author
  • New Contributor
  • 6 replies
  • March 15, 2023

Thanks guys. I will look at those apps mentioned. Really appreciate the help.


pete_c
Forum|alt.badge.img+16
  • Honored Contributor
  • 258 replies
  • March 15, 2023

The "Jamf way" to gather this would be to create extension attributes (EAs).

There are plenty of examples here on JN, on GitHub, and all over the blogs. By using EAs for these values, you can create Smart Groups, then let Jamf take automatic action based on the group membership - raising a ticket for the status of a battery, or prompting the user to restart their machine if it's been continuously up for some number of days.

Security updates are quite different from Intel to Apple Silicon, so for those I like to query a dedicated tool such as Howard Oakley's excellent silnite utility.


Forum|alt.badge.img+3
  • Author
  • New Contributor
  • 6 replies
  • March 16, 2023

The "Jamf way" to gather this would be to create extension attributes (EAs).

There are plenty of examples here on JN, on GitHub, and all over the blogs. By using EAs for these values, you can create Smart Groups, then let Jamf take automatic action based on the group membership - raising a ticket for the status of a battery, or prompting the user to restart their machine if it's been continuously up for some number of days.

Security updates are quite different from Intel to Apple Silicon, so for those I like to query a dedicated tool such as Howard Oakley's excellent silnite utility.


Thanks for this info pete_c, this seems to be comprehensive. I will check on this one as well.