#Asterisk Telegraf Integration (NON OFFICIAL)
Objective: Provide a Open Souce Monitoring Alternative to Monitor Asterisk VoIP Open Source Software.
Telegraf integration (NON OFFICIAL) to Monitor Asterisk VoIP Open Source Software with basica metrics like calls, SIP peers, IAX2 peers, Channels, etc.
- InfluxDB Server
- Grafana Server
- Asterisk Server
- Get Telegraf Agent binary with Asterisk Input Plugin added.
wget https://raw.githubusercontent.com/mafairnet/asterisk-telegraf-integration/archive/master.zip
- Uncompress File
tar -xvf asterisk-telegraf-integration-master.zip
- Set write permissions to binary
cd asterisk-telegraf-integration-master
chmod +x telegraf
- Edit telegraf Agent Configuration
# Collects basic metrics dfrom Asterisk Open Source VoIP Software
[agent]
hostname = ""
[[outputs.influxdb]]
urls = ["http://0.0.0.0:8086"]
[[inputs.asterisk]]
##Sample Config
asterisk_ip = "0.0.0.0"
ami_port = 5038
ami_user = "user"
ami_password = "password"
- Run Telegraf Agent
../telegraf -config telegraf.conf
- Go to your grafana and cerate a new dashboard and configure to your needs.