ansible-prometheus icon indicating copy to clipboard operation
ansible-prometheus copied to clipboard

Deploy Prometheus monitoring system

Results 47 ansible-prometheus issues
Sort by recently updated
recently updated
newest added

**What happened?** When we have used the role with ansible 2.7.18, at all try we seen an error about checksum of prometheus downloaded file. After some search we find that:...

bug

**What happened?** Using prometheus_db_dir: /home/foo prometheus cannot start with this error: ``` level=error ts=2021-02-23T09:29:09.099Z caller=query_logger.go:87 component=activeQueryTracker msg="Error opening query log file" file=/home/foo/queries.active err="open /home/foo/queries.active: permission denied" ``` **Did you expect...

bug

It would be useful to add Thanos components to the cloudalchemy roles. CC @bwplotka :smile:

enhancement
help wanted

**What happened?** In check mode, a few tasks fail. **Did you expect to see some different?** The play in check mode should not fail. **How to reproduce it (as minimally...

bug

**What happened?** When I run molecule I am getting and error **Did you expect to see some different?** **How to reproduce it (as minimally and precisely as possible)**: **Environment** *...

bug

the README's variables table contains outdated links to the demo site repo, e.g. for `prometheus_targes` it should rather be https://github.com/cloudalchemy/demo-site/blob/64155c8d0fbf24c55a80dae65db7fed650afe848/group_vars/all/vars#L11 but since this affects various and the README itself is...

bug

**What is missing?** For now alerts have to be with extension `.rules` https://github.com/cloudalchemy/ansible-prometheus/blob/015db753b1ab334a6669b3045c125088bfb4c5ef/templates/prometheus.yml.j2#L21 that disables syntax highlight for most text editors. Please change it to `*.rules.yml` **Why do we need...

enhancement