This integration’s package (computed metrics, dashboards, and policies) is automatically enabled and provisioned to your account as soon as CloudWisdom receives data.
For users taking advantage of our Capacity Monitoring (or all) features, follow the steps below. For users using Cost Optimization features only, skip to this section.
If you’d prefer to specify the element name, copy the following instead:
sudo N_APIKEY=your-apikey N_HOSTNAME=your-element-name bash -c "$(curl -Ls http://repos.app.netuitive.com/linux.sh)"
your-apikey
is the API key generated from the integration and your-element-name
can be any element name you wish (it must be unique from your other elements).
If you’d prefer to choose a different hostname method, copy the following instead:
sudo N_APIKEY=your-apikey N_HOSTNAME_METHOD=hostname-method bash -c "$(curl -Ls http://repos.app.netuitive.com/linux.sh)"
hostname-method
can be a hostname method described on the Optional Config page.
true
or false
) and tags are copied over to the corresponding Linux SERVER element. You can then use this information to create policies./opt/netuitive-agent/conf/netuitive-agent.conf
.Ensure the API key provided in step 1 is input in the netuitive-agent.conf
file. The section below is only a portion of the config file. Go here to view the full config file.
[[NetuitiveHandler]]
### CloudWisdom Cloud URL to post the metrics
url = https://api.us.cloudwisdom.virtana.com/ingest/infrastructure
## CloudWisdom Datasource api key
api_key = <datasource api key>
### Uncomment to add tags (optional)
# tags = tag1:tag1val, tag2:tag2val
### Uncomment to add relations
# relations = element1, element2
# How many samples to store before sending to CloudWisdom
batch = 100
# how many batches to store before trimming
max_backlog_multiplier = 5
# Trim down how many batches
trim_backlog_multiplier = 4
# local statsd server
[[[statsd]]]
enabled = False
Save the configuration file.
Restart the Linux Agent service to begin monitoring your data with CloudWisdom.
Customers using only Cost Optimization features, such as the Right Sizing reports, can install the Linux Agent with just one quick command! This method enables the Linux Agent’s Simple Collector.
Remember to update your Linux Agent config file if you start using CloudWisdom’s Capacity Monitoring tools.
sudo N_APIKEY=your-api-key N_USE_SIMPLE_COLLECTOR=true bash -c "$(curl -Ls http://repos.app.netuitive.com/linux.sh)"
.The PACKAGES toggle on the Linux Integration page becomes active once data is received. You are able to disable and re-enable the package at will. Disabling the packages deletes respective dashboard, policies, as well as discontinues computed metric computation.