Skip to content

monitor calls asterisk with asterisk_exporter & prometheus & grafana

Notifications You must be signed in to change notification settings

tainguyenbp/asterisk_exporter

Repository files navigation

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']