Skip to content

A daemon for sending a live stream of container(s) resource usage statistics to Azure Log Analytics.

License

Notifications You must be signed in to change notification settings

dmolokanov/docmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docmon

docmon is a daemon for sending a live stream of container(s) resource usage statistics to Azure Log Analytics.

Installation

sudo make install

After installation docmon requires to provide CustomerId and SharedKey into default config /etc/docmon/config.toml. These parameters available on Azure Portal -> Log Analytics -> Advanced Settings page.

vim /etc/docmon/config.toml
...
[client]
customer_id = "<copy WORKSPACE ID from Azure Portal>"
shared_key = "<copy PRIMARY or SECONDARY KEY from Azure Portal>"
...

Restart linux daemon and verify it successfully started.

sudo systemctl restart docmon.service
sudo systemctl status docmon.service

About

A daemon for sending a live stream of container(s) resource usage statistics to Azure Log Analytics.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published