Page tree

Unsupported product

 

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

The collector that is used to gather the cloud data from Amazon Web Services is a Java process. The PATROL Agent launches the external process and continues to communicate with this process through a PATROL Scripting Language (PSL) channel.

Amazon Web Services supports monitoring of the cloud environment by using Amazon CloudWatch APIs. The handler provided by PATROL for Amazon Web Services (PATROL for AWS) uses Amazon CloudWatch APIs to gather data for the Knowledge Module (KM).

The following major steps are involved:

  1. The PATROL Agent initiates the request to collect the data.
    The collection request initiated by the PATROL Agent is in a pre-defined format. The KM starts one or multiple external processes for data collection.
  2. The external process collects the necessary cloud data.
    The handler provided by Amazon Web Services collects the cloud data.
  3. The external process sends the data back to the PATROL Agent in an appropriate format.
  4. The PATROL Agent reads the data and takes the necessary action on the data.
    The necessary action taken by the KM and the PATROL Agent can involve creating a required instance or setting the appropriate parameters.

The following figure shows how PATROL for AWS interacts with Amazon Web Services through the Amazon CloudWatch APIs.

PATROL for Amazon Web Services collector details

The following table lists different PATROL for Amazon Web Services collectors and explains how they work:

Collectors (Collection interval)
Explanation
CollAPI
(5 mins)
Gathers all of the parameters and variables for the API application class
CollRedshift
(5 mins)
Gathers all of the parameters and variables for the Redshift application class

CollDDB
(5 mins)

Gathers all of the parameters and variables for the DynamDB application class

CollLAM
(5 mins)
Gathers all of the parameters and variables for the Lambda application class
CollECC
(5 mins)
Gathers all of the parameters and variables for the Elastic Compute Cloud application class
CollSNS
(5 mins)
Gathers all of the parameters and variables for the Simple Notification Service application class
CollSQS
(5 mins)
Gathers all of the parameters and variables for the Simple Queue Service application class
CollEC2
(3 mins)
Gathers all of the parameters and variables for the Elastic Compute Cloud application class
CollInventory
(1 min)
Responsible for collecting resources for given AWS subscriptions under AWS account.
CollRDS
(5 mins)
Gathers all of the parameters and variables for the Relational Database Service application class
CollELB
(5 mins)
Gathers all of the parameters and variables for the Elastic Load Balancer application class
CollEBS
(5 mins)
Gathers all of the parameters and variables for the Elastic Block Storage application class

Write a comment...