Hello all,
I'm new to Zabbix world and part of my job is to learn, understand, implement zabbix monitoring tool to out existing system, and integrate zabbix API with our application. So i am trying to run few examples, scripts to be familiar with Zabbix. So i have a ubuntu virtual machine with zabbix server installed.
I was trying to run currency Rate Exchange example,
Example link: http://www.zabbix.com/wiki/howto/mon...exchange_rates
I have done these steps
1. Edited zabbix_agent.conf file and added UserParameter at the end of the file
UserParameter=currency[*],curl --silent 'http://themoneyconverter.com/$1/rss.xml' | sed -r "s/<title>/\n<title>/g" | grep "$1/$2" | cut -f2 -d"=" | cut -f2 -d" "
2. When i tried to create new item
Configurations --> Host --> items ---> create item
I don't see server Currency instead of Zabbix Server, well in my case i don't have Currency Host created so i selected Zabbix Server but i don't find required Key as well.
So can you please guide me how do i add Host and Key set so i can use them in creating item ?
Also what is the use to adding UserParameter and how can i confirm it has been added in web console ?
Thanks
Mad-D
I'm new to Zabbix world and part of my job is to learn, understand, implement zabbix monitoring tool to out existing system, and integrate zabbix API with our application. So i am trying to run few examples, scripts to be familiar with Zabbix. So i have a ubuntu virtual machine with zabbix server installed.
I was trying to run currency Rate Exchange example,
Example link: http://www.zabbix.com/wiki/howto/mon...exchange_rates
I have done these steps
1. Edited zabbix_agent.conf file and added UserParameter at the end of the file
UserParameter=currency[*],curl --silent 'http://themoneyconverter.com/$1/rss.xml' | sed -r "s/<title>/\n<title>/g" | grep "$1/$2" | cut -f2 -d"=" | cut -f2 -d" "
2. When i tried to create new item
Configurations --> Host --> items ---> create item
I don't see server Currency instead of Zabbix Server, well in my case i don't have Currency Host created so i selected Zabbix Server but i don't find required Key as well.
So can you please guide me how do i add Host and Key set so i can use them in creating item ?
Also what is the use to adding UserParameter and how can i confirm it has been added in web console ?
Thanks
Mad-D
Comment