/
Microsoft Azure monitoring - agent install guide

Microsoft Azure monitoring - agent install guide

 

  1. Please read the prerequisites Prerequisites - data collectors

  2. Download and install Influx Telegraf. Influx Telegraf is one of the most used open source agents to collect metrics from sensors and systems. See https://www.influxdata.com/time-series-platform/telegraf/ for more information. Make sure you download the version corresponding to your OS.

  3. Download the eyer_telegraf_azure configuration file from Eyer. Please see the following article on how to configure your Azure credentials and resources.

    1. This config file comes preconfigured for some Azure resource types. We recommend that you add the resource types you want to monitor and then run Telegraf manually to check the output with the following command in a cmd.

      .\telegraf.exe --config eyer_telegraf_azure.conf
    2. You will see that Telegraf starts and after some time will show the output in the cmd window, and it will also be logged to the file “azure_file.out” in the Telegraf folder.

    3. Verify the output, and that you get data for the selected resource types. If not, please remove the config for the resource type in question.

    4. Repeat this process until you have all working resource types in your output, and proceed to step 4.

  4. Once you are happy with the Azure resource types, navigate to the “outputs.http” section. Insert your Eyer apiTokenPush in the “authenticate” line as seen below

    authenticate = "your_apiTokenPush_here"
    1. Uncomment (remove all # signs) from the http section so it looks like the following

      [[outputs.http]] url = "https://data.eyer.ai/api/telegraf/azure" timeout = "30s" method = "POST" data_format = "json" use_batch_format = true [outputs.http.headers] #Insert your Eyer authentication key here authenticate = "your_apiTokenPush_here"
    2. Comment the [[outputs.file]] section completely, so that data is no longer written to disk.

  5. Save the config.

  6. Register the Telegraf agent as a service and start it(see instructions per OS). With Windows use

Related content

Server monitoring - agent install guide
Server monitoring - agent install guide
More like this
Boomi - process monitoring - Install collector
Boomi - process monitoring - Install collector
More like this
Grafana - Get started and setup of data sources for Eyer
Grafana - Get started and setup of data sources for Eyer
More like this
Eyer Push API - test & validate your custom Eyer mapping
Eyer Push API - test & validate your custom Eyer mapping
More like this
Map your custom data source
Map your custom data source
More like this
Grafana - visualize the metrics from Eyer
Grafana - visualize the metrics from Eyer
More like this