Skip to content

Commit 9f91d35

Browse files
authored
Fix syntax for code example on collectd
1 parent 11b0c0e commit 9f91d35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/platform/data-sources-collectd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ The following are basic steps to configure collection of CollectD data in Azure
9696

9797
3. Restart CollectD and Log Analytics agent for Linux with the following commands.
9898

99-
sudo service collectd restart
100-
sudo /opt/microsoft/omsagent/bin/service_control restart
99+
sudo service collectd restart
100+
sudo /opt/microsoft/omsagent/bin/service_control restart
101101

102102
## CollectD metrics to Azure Monitor schema conversion
103103
To maintain a familiar model between infrastructure metrics already collected by Log Analytics agent for Linux and the new metrics collected by CollectD the following schema mapping is used:

0 commit comments

Comments
 (0)