Agent Client Collector installation on mac devices

Pranita2
Kilo Guru

Hello folks,

 

Can anyone provide me step by step configuration of agent client collector on MAC devices.

Any quick help is appreciated.

 

Thanks,

Pranita Bahuguni

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi @Pranita2 ,

Below are the various ways to install :

 

Install Agent Client Collector on a system that uses macOS. You can either use a single-line command script or follow a manual installation procedure if the agent is not connected to the instance or you want enhanced customization options.

To enable data collection, add the following lines to the sudoers file (sudo visudo):
_servicenow ALL= SETENV: /Library/Caches/servicenow/agent-client-collector/osquery/bin/osqueryi *, /usr/sbin/lsof
Defaults:_servicenow !requiretty
Defaults exempt_group += _servicenow

View solution in original post

7 REPLIES 7

Community Alums
Not applicable

Hi @Pranita2 ,

Below are the various ways to install :

 

Install Agent Client Collector on a system that uses macOS. You can either use a single-line command script or follow a manual installation procedure if the agent is not connected to the instance or you want enhanced customization options.

To enable data collection, add the following lines to the sudoers file (sudo visudo):
_servicenow ALL= SETENV: /Library/Caches/servicenow/agent-client-collector/osquery/bin/osqueryi *, /usr/sbin/lsof
Defaults:_servicenow !requiretty
Defaults exempt_group += _servicenow

Community Alums
Not applicable

Hi @Pranita2 ,

 

@Community AlumsThankyou so much for quick help.

Appreciate it very much.

Community Alums
Not applicable

My Pleasure @Pranita2 , glad i could help you 😀