Enterprise Log Management for Mac Computers

Hi


I am looking a good way to collect all hardware, or software log issues across the enterprise. Sometimes, the end user comes to us with an issue when it is too late. It would be a great idea to have a central repository server where all iMac, MacBooks, and Mac Mini logs are stored. Then, our I.T department can receive a notification for any alarming issue(s) on a given computer.


Do you know if such tool exist, or if there is a way to create a shell script that can send hardware errors via email to our helpdesk email address?


Thanks

MacBook

Posted on Jan 19, 2016 2:42 PM

Reply
7 replies

Apr 7, 2017 1:34 AM in response to probles

You can collect mac osx event logs into cryptosim via syslog forwarding. For syslog configuration you should change some details.


open the terminal and type the following for backup.

$ cp /etc/syslog.conf /tmp/syslog.conf.bkp


in /etc/syslog.conf file please add

*.* @[cryptosim_ip_address]

and restart syslog service with following commands.

$ sudo launchctl unload /System/Library/LaunchDaemons/com.apple.syslogd.plist

$ sudo launchctl load /System/Library/LaunchDaemons/com.apple.syslogd.plist


Thanks.

Jan 19, 2016 7:45 PM in response to probles

OS X Server would not help you. The closest thing to what you seem to want in the way of an Apple product is "Apple Remote Desktop," and it's not very close. I doubt that collecting logs would do much good as a preventative measure. It's far too much information, almost all of it would be irrelevant, and many problems don't show up in logs at all.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Enterprise Log Management for Mac Computers

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.