I'm using zabbix for a while now, for monitoring servers. I'm wondering if it is possible to send custom values from a program? More specifically, use https://github.com/adubkov/py-zabbix lib to send arbitrary/application specific custom metrics from my own app. What happens if I try to send something like "my_app.cache_utilization=56.7" ? Would that be possible?
Ad Widget
Collapse
Custom values
Collapse
X
-
Yes, it is possible.http://uk.linkedin.com/pub/tomasz-k%...zko/6/940/430/
https://kloczek.wordpress.com/
zapish - Zabbix API SHell binding https://github.com/kloczek/zapish
My zabbix templates https://github.com/kloczek/zabbix-templates -
Great, so... the web interface does not provide a way to delete these custom values when they are not needed. Would it be possible to delete them using an API? (The problem I'm facing is that I had some bugs in my program and it created a bunch of test values that should not be in the database.)Comment
Comment