Hi there!
I'm using zabbix 2.0.8 to monitor a series of remote hosts. "remote" meaning, there is no direct connection to them - I only retrieve data by
Basically it boils down to: what's the point of this square bracket notation? Is it only used to provide information to a zabbix agent to tell it what data to retrieve? So once zabbix has stored the data in the item, the parameter is of no use at all (besides that I can label my item like "Free space on partition $1")?
Thanks in advance for any enlightening remarks!
Semue
I'm using zabbix 2.0.8 to monitor a series of remote hosts. "remote" meaning, there is no direct connection to them - I only retrieve data by
- having scripts run periodically on the hosts
- storing the results in a local file
- uploading the file to our FTP server
- downloading it periodically from our FTP server and
- using zabbix_sender to feed the trapper items into zabbix
- setting up an item HDFreeSpace
- use zabbix_sender to provide, e.g., HDFreeSpaceC and HDFreeSpaceF
- defining a trigger, e.g., {HostName:HDFreeSpace
- <5G}
Basically it boils down to: what's the point of this square bracket notation? Is it only used to provide information to a zabbix agent to tell it what data to retrieve? So once zabbix has stored the data in the item, the parameter is of no use at all (besides that I can label my item like "Free space on partition $1")?
Thanks in advance for any enlightening remarks!
Semue
. Now I want to allow my derived hosts (the ones inheriting from my templates) to override, e.g., trigger thresholds. I know I can do so using macros, but sometimes things get rather complicated. Example 1, override the graph scaling:
Comment