zabbix-agent-extension-kannel - this extension for monitoring kannel statistic.
This extension obtains stats:
- status
- uptime
- received msg
- queued msg
- sent msg
- sent queued msg
- recv msg
- recv queued msg
- store msg
- inbound rate
- outbound rate
- queued msg
- storage
- type
- id
- IP
- queue
- status
- ssl
- count
- ID
- status
- uptime
- recv msg
- sent msg
- failed msg
- queued msg
# Building
git clone https://github.com/zarplata/zabbix-agent-extension-kannel.git
cd zabbix-agent-extension-kannel
make
#Installing
make install
# By default, binary installs into /usr/bin/ and zabbix config in /etc/zabbix/zabbix_agentd.conf.d/ but,
# you may manually copy binary to your executable path and zabbix config to specific include directory
# Building
git clone https://github.com/zarplata/zabbix-agent-extension-kannel.git
git checkout pkgbuild
makepkg
#Installing
pacman -U *.tar.xz
zabbix-agent-extension-kannel requires zabbix-agent v2.4+ to run.
In order to start getting metrics, it is enough to import template and attach it to monitored node.
You should redefine macro {$KANNEL_URL}
in global (template) or local (host) scope with url http://127.0.0.1:13000/status.xml
WARNING:
You must define macro with name - {$ZABBIX_SERVER_IP}
in global or local (template) scope with IP address of zabbix server.