]> git.proxmox.com Git - ceph.git/blob - ceph/monitoring/ceph-mixin/tests_alerts/settings.py
import quincy beta 17.1.0
[ceph.git] / ceph / monitoring / ceph-mixin / tests_alerts / settings.py
1 import os
2
3 ALERTS_FILE = '../prometheus_alerts.yml'
4 UNIT_TESTS_FILE = 'test_alerts.yml'
5 MIB_FILE = '../../snmp/CEPH-MIB.txt'
6
7 current_dir = os.path.dirname(os.path.abspath(__file__))
8
9 ALERTS_FILE = os.path.join(current_dir, ALERTS_FILE)
10 UNIT_TESTS_FILE = os.path.join(current_dir, UNIT_TESTS_FILE)
11 MIB_FILE = os.path.join(current_dir, MIB_FILE)