mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-11-25 19:47:02 +00:00
| .. | ||
| kamailio_memory | ||
| kamailio_mysql_shared_memory | ||
| kamailio_transactions_users | ||
| README.md | ||
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]


