Zack Cerza

Results 33 issues of Zack Cerza

A query with `target=countSeries(currentAbove(collectd.{host0,host1,host2}.our_domain.cephmetrics.gauge.ceph.osd.*.fs_percent_used,80))` is getting a 500 error in response. The query is being issued by a Grafana singlestat panel. I have a few other clusters running the same...

An unfortunate side-effect of defining the version inside a project's main module is that dependency issues can break installation. In this project, even though pyyaml and python-dotenv are listed in...

Related: https://github.com/ceph/cephmetrics/pull/132

documentation

- [x] Don't test packaged prom since packages aren't available - [ ] Stop testing (and drop support for?) "Install cephmetrics development repo". Rationale: only appropriate for classic deployments on...

Need to document how to work around this. We don't want the user to just remove the host from the inventory (unless it's a permanent change), since it will be...

2.5.0 works fine. Here's the error: ``` $ tox -rv -e integration test_inventory ... integration installed: ansible==2.5.1,apipkg==1.4,asn1crypto==0.24.0,attrs==18.1.0,bcrypt==3.1.4,cffi==1.11.5,cryptography==2.2.2,enum34==1.1.6,execnet==1.5.0,funcsigs==1.0.2,idna==2.6,ipaddress==1.0.22,Jinja2==2.10,MarkupSafe==1.0,more-itertools==4.1.0,paramiko==2.4.1,pluggy==0.6.0,py==1.5.3,pyasn1==0.4.2,pycparser==2.18,PyNaCl==1.2.1,pytest==3.5.1,pytest-forked==0.2,pytest-xdist==1.22.2,PyYAML==3.12,six==1.11.0,testinfra==1.12.0 integration runtests: PYTHONHASHSEED='537973470' ... plugins: testinfra-1.12.0, xdist-1.22.2, forked-0.2 ==================================== ERRORS ==================================== ____________________________ ERROR...

``` [DEPRECATION WARNING]: The use of 'include' for tasks has been deprecated. Use 'import_tasks' for static inclusions or 'include_tasks' for dynamic inclusions. This feature will be removed in a future...