Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 565 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 565 Bytes

asterisk exporter

Description

Montior calls in the asterisk core, include: active calls, active channels, call processed

Setup

  • do you have to install python3.4

  • Install prometheus module

$ pip3.4 install prometheus
  • Run it:
$ python3.4 asterisk_exporter.py
  - job_name: 'asterisk_exporter'
    scrape_interval: 30s
    scrape_timeout: 30s
    static_configs:
    - targets: ['192.168.1.115:9200']