mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-23 06:35:42 +00:00
Add Readme to kamailio plugin
This commit is contained in:
parent
72e4561a2c
commit
92cd5fbc81
1 changed files with 23 additions and 0 deletions
23
plugins/kamailio/README.md
Normal file
23
plugins/kamailio/README.md
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# 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]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue