I'm just starting to use Zabbix as a monitoring tool for 500-600 remote sites running Linux, and I need to create a pretty simple item.
I have a simple executable on each monitored system, /usr/bin/ss_version , which returns a string along the lines of "Application Version x.x". simple enough.
I am trying to figure out how to use system.run or something similar to create an item for a host group that would contain the returned value of that executable.
I'm using the latest stable 1.4.6 for both my server (Ubuntu 8.04) and agents (CentOS 5).
Can someone get a noob nudged in the right direction?
Thanks.
I have a simple executable on each monitored system, /usr/bin/ss_version , which returns a string along the lines of "Application Version x.x". simple enough.
I am trying to figure out how to use system.run or something similar to create an item for a host group that would contain the returned value of that executable.
I'm using the latest stable 1.4.6 for both my server (Ubuntu 8.04) and agents (CentOS 5).
Can someone get a noob nudged in the right direction?
Thanks.
Comment