mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
23 lines
1 KiB
Markdown
23 lines
1 KiB
Markdown
# Kamailio Munin Plugin
|
|
Munin plugins for Kamailio. It monitors:
|
|
## Number of transactions, user and contact numbers.
|
|

|
|
|
|
## Usage of shared memory (total, used and real used).
|
|

|
|
|
|
## Memory usage by Kamailio, Freeswitch and RTPproxy.
|
|

|
|
|
|
it requires MySQL [statistics] (http://siremis.asipto.com/install-charts-panel) table created in Kamailio database.
|
|
|
|
## Configuration
|
|
edit /etc/munin/plugin-conf.d/munin-node and add:
|
|
|
|
[kamailio*]
|
|
user root
|
|
group root
|
|
env.mysql [optional-override-of-mysqladmin-path]
|
|
env.mysqlauth -u[User] -p[Password]
|
|
env.kamailiodb [kamailio data base]
|
|
|