Fortinet black logo

User Guide

Beanstalk

24.2.0
Copy Link
Copy Doc ID af1daa65-c273-11ec-9fd1-fa163e15d75b:737385
Download PDF

Monitor Beanstalk with the FortiMonitor Agent

  1. If you haven't already, in the root of your Beanstalk project, create a directory named .ebextensions.

  2. Next, you'll need a to create a config file, such as 01_fm_agent.config.
    Note: the 01 is used to help with execution order, so feel free to drop it if ordering isn't important. The only important part is the .config extension.

  3. Inside your new config file, add the following snippet, replacing the customer key placeholder with your own.

container_commands:
install_fm_agent:
curl -s https://prepo.fortimonitor.com/install/agent_install.sh | bash /dev/stdin --customer-key YOUR_CUSTOMER_KEY

Monitor Beanstalk with the FortiMonitor Agent

  1. If you haven't already, in the root of your Beanstalk project, create a directory named .ebextensions.

  2. Next, you'll need a to create a config file, such as 01_fm_agent.config.
    Note: the 01 is used to help with execution order, so feel free to drop it if ordering isn't important. The only important part is the .config extension.

  3. Inside your new config file, add the following snippet, replacing the customer key placeholder with your own.

container_commands:
install_fm_agent:
curl -s https://prepo.fortimonitor.com/install/agent_install.sh | bash /dev/stdin --customer-key YOUR_CUSTOMER_KEY