Install Uptycs agent with Chef

Install Uptycs agent with Chef

Overview


This document outlines the steps / procedure to install Uptycs osquery agent using Chef


Pre-requisite(s)


yum repo containing Uptycs - Creating a custom Yum Repo that contains Uptycs


Details


Following chef recipe can be used to install the Uptycs agent


# This Chef recipe installs the Uptycs osquery agent using yum
# It assumes the client node already has access to a yum repository that contains the agent
# install uptycs 
execute 'yum_install_uptycs' do
    command 'yum -y install osquery'
end


    • Related Articles

    • Installing Uptycs Protect using Jamf Pro

      Overview This document outlines the procedure on how to install the Uptycs Protect agent on macOS using Jamf. If you are already familiar with Jamf, please use the attached UptycsProtect.plist and UptycsProtect.mobileconfig files to setup Uptycs ...
    • Installing Uptycs Agent on MacOS using JAMF

      Overview This document outlines the procedure on how to install the Uptycs osquery agent on macOS using JAMF. Procedure  Installation Download the installer. Login to JAMF. You must have a JAMF Plus plan to be able to deploy custom macOS packages     ...
    • How to download Uptycs agent

      Overview This document outlines the procedure to download Uptycs agent (osquery) for different OS. Details 1:Login to Uptycs portal 2: Click on the Uptycs Icon on the left pane of the screen and Click on Software Download: 3: We provide separate ...
    • Creating a custom Yum Repo that contains Uptycs

      Overview This document details steps to create a custom yum repository containing the Uptycs osquery agent. Procedure Note : Steps provided below can be placed into a Chef recipe. # get the createrepo package (if not installed already) yum -y install ...
    • Steps to manually install/uninstall on CentOS/RHEL

      Overview This document outlines the procedure to install or uninstall the Uptycs osquery agent on a CentOS/RHEL system that uses systemd. You may choose to use either rpm or yum based on your environment standards. Procedure Installation with rpm ...