Skip to content

AerisCloud/ansible-facette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facette

Facette is a web application to display time series data from various sources on graphs, designed to be easy to setup and to use. To learn more on its architecture, read this page.

Configuration

Inventory

[collector:children]
collector-somedc-prod

[collector-somedc-prod]
collector1  ansible_ssh_host=172.16.0.120

[collector-somedc-prod:vars]
# The port Facette should listen on.
facette_port = 12003

See also